Oracle JDeveloper 11g Handbook A Guide to Oracle Fusion Web Dev. (Tutorial)

I am using Oracle JDeveloper 11g Release 2(11.1.2.1.0) with the above mentioned book. In the tutorial on page 639 of chapter 18 the instruction #11 says "... Select the searchEmployees-flow under the Web Content \ Page Flows node in the Application Navigator. Drag it onto the second facet of the af:panelSplitter that you had previously add to that page, and select *Region* from the context menu. ..." When I follow these instructions I get the following error:
Cannot create a region from a task flow containing facelets fragments in a jspx page.
I am quite frankly stuck and cannot proceed with the tutorial unless I can get past this error.
Also, is it just me or is this text woefully out of date with the latest version of JDevelolper?
Thanks

jsf is the new extension that is using facelets as the underlying engine in JSF 2.0.
That's what we recommend going forward.
jspx is what was used in JSF 1.2 in JDeveloper 11.1.1.*
We don't have a wizard that migrates jspx to jsf - so you can either create the new page from scratch or try and do some playing around with the header of the file to match the new format.

Similar Messages

  • Oracle JDeveloper 11g Handbook: A Guide to Fusion Web Development

    I remember OTN threads somebody want to know about any books on JDeveloper 11g. Here's one published by Osborne ORACLE Press Series.
    http://www.amazon.com/exec/obidos/ASIN/0071602380/wwwavromroyfa-20

    I studied related threads.
    WHAT IS THE PROCESS FOR GETTING THIS BUG FORMALLY IDENTIFIED
    AND RESOLVED ?
    I searched this forum for " Handbook Associations" this year and found
    there is a related thread...
    " Associations and View Links missing in JDeveloper 11.1.1.3 and 11.1.1.4 "
    MARCH 2010
    Associations and View Links missing in JDeveloper 11.1.1.3 and 11.1.1.4
    ( status = unanswered )
    Then I searched this forum for " Handbook Associations" LAST YEAR and found
    there is a related thread...
    " Problem creating associations "
    JANUARY 2010
    Problem creating associations
    ( status = unanswered )
    " NO Links or Associations created with the "Business Components From Tables "
    SEPTEMBER 2009...
    http://forums.oracle.com/forums/thread.jspa?messageID=4033317&#4033317
    ( status = answered ) but they are using JDeveloper 11.1.1.1.0
    "I can't believe it, but I figured out what it is.
    At step 6, you said "Defined a new connection for TEST in the wizard".
    So, I've stopped using an IDE Connection, and I've defined a new one
    for my specific project.
    And it worked.
    Now I have all the links and associations in place. "
    "Perhaps what you really have is an application connection pointing to some wrong version of the test schema? "
    " I am also getting that issue with the Fusion Order Demo schema.
    If I try to create ADF BC for a master detail relation (Orders and OrderItems) from
    a connection previously defined at the IDE level, it does not import the foreign key and the association.
    If I create the connection during the Create ADF BC wizard then everything comes in fine ".
    " Just to report that when I created second connection during the wizard, associations were picked up.
    Note that in previous run, it did not pick up PKs (it used ROWID instead), in addition to associations.
    I think that this should be a bug. "
    " I spent hours and hours trying to figure out why no View Links nor Associations were appearing.
    Finally I found your clue: create a new JDBC connection from inside the Wizard.
    This is a really bad bug - every newbie will encounter it as they follow the HR or the FOD tutorials !
    Many thanks for taking the time to publish your clue. Much appreciated. "
    So, this forum thread identified and reproduced the issue and
    then failed to create a bug report.
    It seems this bug was never resolved, yet the thread's status was changed to "answered".
    Is the bug with the Handbook / book (or wwww.tuhra.com erratta) for failing to tell us to delete
    the database connection and (re)create a new database connection ?
    Or is the bug with JDeveloper JDBC Connections ?
    Of course I will try to workaround the problem as desribed above and I am
    likely to proceed.
    However, for bugs to be left open for 19 MONTHS is really really bad for all of us.
    WHAT IS THE PROCESS FOR GETTING THIS BUG FORMALLY IDENTIFIED
    AND RESOLVED ?

  • Error in Step 1 Chapter 19  - Oracle JDeveloper 11g HandBook exercise

    Hi,
    I was following Oracle JDeveloper 11g Handbook chapter 19 Step 1 on Jdeveloper 11.1.1.4 can gettnig the following error when running the application after completing step 1
    Caused By: oracle.mds.naming.InvalidReferenceException: MDS-01161: Reference "/WEB-INF/editEmployee?flow.xml" has an invalid character "?".
         at oracle.mds.internal.util.NamingUtil.handleInvalidCharacter(NamingUtil.java:1917)
         at oracle.mds.internal.util.NamingUtil.validateOrEncode(NamingUtil.java:1662)
         at oracle.mds.naming.ResourceName.validateName(ResourceName.java:743)
         at oracle.mds.naming.ResourceName.validateResourceName(ResourceName.java:821)
         at oracle.mds.naming.DocumentName.validateDocument(DocumentName.java:742)
         at oracle.mds.naming.DocumentName.validateNameParts(DocumentName.java:569)
         at oracle.mds.naming.ResourceName.<init>(ResourceName.java:121)
         at oracle.mds.naming.DocumentName.<init>(DocumentName.java:179)
         at oracle.mds.naming.MOName.<init>(MOName.java:101)
         at oracle.mds.naming.DocumentName.createInternal(DocumentName.java:643)
         at oracle.mds.naming.DocumentName.create(DocumentName.java:230)
    Any leads onto this ?
    the name of my tasfslow is as mentioned in the book "editEmployee-flow"
    thnks

    There were many defects and incompatibilities found with several jdeveloper versions.
    Is JDev 11g Handbook code compatible with jdev version 11.1.1.2.0?
    TUHRA chapter 20: Display of user info fails. NPE is thrown
    Please consult the error page www.tuhra.com for further details.
    NA
    http://nickaiva.blogspot.com

  • About Oracle JDeveloper 11g Handbook By Duncan Mills

    where can i download the sample application created in this book

    Yes - just be aware that samplecode.oracle.com is supposed to be decommissioned at the end of this week - the content should be migrated to java.net, but if I needed something, I'd make sure to get what I needed before Friday.
    John

  • JDeveloper 11g Handbook : Chapter 10 : MDSRuntimeException MDS-00168

    hi
    If I follow the steps in "Chapter 10: Your First JSF" of "Oracle JDeveloper 11g Handbook: A Guide to Fusion Web Development" (ISBN-10: 0071602380), I get an MDSRuntimeException (MDS-00168) on step 8 on page 359.
    I tried to find a shorter scenario where this MDSRuntimeException is (somewhat) reproducible.
    The example application in JDev11gHB-10-LoginJSF-v0.01.zip ...
    at http://www.consideringred.com/files/oracle/2010/JDev11gHB-10-LoginJSF-v0.01.zip
    ... is the result after completing the steps in "Chapter 10: Your First JSF" until step 5 at the top of page 358.
    Try this scenario (sc1) to reproduce reproduce the MDSRuntimeException behaviour:
    - (sc1-a) open JDev11gHB-10-LoginJSF.jws
    - (sc1-b) make sure the IntegratedWebLogicServer is not running
    - (sc1-c) run login.jspx, the page should show in a browser without error
    - (sc1-d) in JDeveloper stop the application using the (red) terminate dropdown
    - (sc1-e) open home.jspx in Design view
    - (sc1-f) select the af:panelHeader component and make a change to the Text property (using the Property Inspector)
    - (sc1-g) run home.jspx, the page can show without error or with an MDSRuntimeException stacktrace
    - (sc1-h) if step (sc1-g) does not result in an MDSRuntimeException, repeat steps (sc1-d) to (sc1-g) for "the other file" (login.jspx if you had previously changed home.jspx or home.jspx (again) if you had previously changed login.jspx)
    The complete stacktrace for MDSRuntimeException I get is available in JDev11gHB-10-LoginJSF-v0.01.zip\JDev11gHB-10-LoginJSF\resources\MDSRuntimeException-MDS-00168.txt
    oracle.mds.exception.MDSRuntimeException: MDS-00168: MDS object oracle.mds.core.MDSInstance@17ce029 is being used after it or its MDSInstance or PManager has been released.
         at oracle.mds.core.MDSInstance.checkNotReleased(MDSInstance.java:1078)
         at oracle.mds.core.MDSInstance.getPersistenceManager(MDSInstance.java:638)
         at oracle.mds.core.MDSSession.getPersistenceManager(MDSSession.java:1992)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2769)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1188)
         at oracle.mds.core.MOResolver.getMetadataObjects(MOResolver.java:203)
         at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getMetadataObjects(MdsMetadataResourceProvider.java:414)
         at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.loadUnmutalbeMetadataResources(MdsMetadataResourceProvider.java:367)
         at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.loadResources(MdsMetadataResourceProvider.java:341)
         at oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider.getBootstrapResources(MdsMetadataResourceProvider.java:234)
         at oracle.adf.controller.internal.metadata.MetadataService$Bootstrap.addAll(MetadataService.java:883)
         at oracle.adf.controller.internal.metadata.MetadataService.initializePageFlow(MetadataService.java:635)
         at oracle.adf.controller.internal.metadata.MetadataService.getPerUserCache(MetadataService.java:738)
         at oracle.adf.controller.internal.metadata.MetadataService.getPerUserCache(MetadataService.java:707)
         at oracle.adf.controller.internal.metadata.MetadataService.getAdfPageFlow(MetadataService.java:437)
         at oracle.adf.controller.internal.metadata.MetadataService.getPageFlow(MetadataService.java:426)
         at oracle.adf.controller.internal.metadata.MetadataService.getActivity(MetadataService.java:282)
         at oracle.adfinternal.controller.state.ControllerState.checkPermission(ControllerState.java:620)
    question:
    - (q1) How can this MDSRuntimeException, resulting from scenario (sc1) with JDev11gHB-10-LoginJSF-v0.01.zip, be explained?
    many thanks
    Jan Vervecken
    edit : I used JDeveloper 11.1.1.2.0 to get the behaviour in scenario (sc1).

    Thanks for your reply RB, and for trying to reproduce this.
    Oracle support, who have been able to reproduce this (in service request 3-1625962126), suggested to configure a filter (oracle.adf.share.http.ServletADFFilter) like this in web.xml:
      <filter>
        <filter-name>ServletADFContextFilter</filter-name>
        <filter-class>oracle.adf.share.http.ServletADFFilter</filter-class>
      </filter>
      <!-- ... -->
      <filter-mapping>
        <filter-name>ServletADFContextFilter</filter-name>
        <url-pattern>/*</url-pattern>
        <dispatcher>REQUEST</dispatcher>
        <dispatcher>FORWARD</dispatcher>
      </filter-mapping>That results in
    http://www.consideringred.com/files/oracle/2010/JDev11gHB-10-LoginJSF-v0.02.zip
    I have not been able to reproduce the issue after this change (I tried scenario (sc1) 8 times).
    questions :
    - (q2) Which part of the application in JDev11gHB-10-LoginJSF-v0.01.zip depends on (requires) this filter (oracle.adf.share.http.ServletADFFilter)?
    - (q3) Shouldn't JDeveloper automatically add this filter (oracle.adf.share.http.ServletADFFilter) or warn about it?
    regards
    Jan

  • Oracle JDeveloper 11g (11.1.2.2.0) (Build 6183)Installations

    I clicked the Studio Edition:11.1.2.2.0 Windows Install Download File button from the Oracle JDeveloper 11g (11.1.2.2.0) (Build 6183)Installations page. After that I clicked Save and a window displayed with the % complete. It goes to 99% complete and 1 sec left and this seems to hang at that point. I've left it going for several minutes and then eventually cancelled it. I have the correct jdk version. Any suggestions?

    You mean the download hangs at 99%?
    That its usually the point when your virus checker starts its work. Some such programs are known to have trouble with large archive files containing many files.
    Try to download with three virus checker turned off.
    Timo

  • Creating and Binding View Objects dynamically : Oracle Jdeveloper 11g

    Hello,
    We are trying to create and bind view objects dynamically to adf data visualization components.
    The view object is a result of multiple tables.
    We are using Oracle JDeveloper 11g Technical Preview. ( can't upgrade to TP2 or TP3 now).
    We have found this : http://radio.weblogs.com/0118231/stories/2003/07/15/creatingUpdateableMultientityViewObjectDefinitionsDynamically.html on our search for the same.
    The sample application however, is in 10g , hence required migration.
    Also, it was a standalone application with the TestClient.java having a main() method.
    Our requirement is for Web Application; we use Adf+jsf .
    Guidance of any sort is very much appreciated.
    Thanks in advance.
    -Anil Golla

    Hi,
    there also exist a forum for JDeveloper 11: JDeveloper and OC4J 11g Technology Preview
    What you are trying todo is not trivial because you need to not only dynamically create the VO, you would also dynamically need to create the binding meta data for it (assuming you use ADF). Not sure if the API to modify the binding is public, so posting it on the JDeveloper 11 forum bears a glimpse of hope for an answer
    In JDeveloper 10.1.3 you can't do this
    Frank

  • Oracle JDeveloper 11g Release 2 (11.1.2.1.0) on HP UNIX  Release B.11.23

    Hi Friends,
    Please let us know wheteher Oracle JDeveloper 11g Release 2 (11.1.2.1.0) is certified / supported on HP UNIX (Itanium server) Release B.11.23
    (i could only see Other operating systems with Sun-certified JDK 1.6 Update 24 or later is supported on certifiction matrix in addition to windows/linux/mac)
    I don't find any installaer for thsi ? I could see only for windows/Linux and Generic. Do i ned to download generic one?
    I don't find Installation Document for this?
    Please provide me the same.
    Regards,
    DB

    Hi,
    don't know there is a certification for this platform. "Generic" however is the installer option for this platform. It requires you to have a certified Java SDK installed. JDeveloper runs on top of a JDK
    Frank

  • Problem with BundleUtils class in Oracle JDeveloper 11g Cookbook

    Hi All,
    While practising Using a custom exception class, in the first chapter of Oracle Jdeveloper 11g cookbook, author states:
    Note that in the Using a generic backing bean actions framework recipe
    in this chapter, we refactored the code in getMessage() to a reusable
    BundleUtils.loadMessage() method. Consequently, we changed the
    ExtJboException getMessage() in that recipe to the following:
    +public String getMessage() {+
    return BundleUtils.loadMessage(this.getErrorCode(),
    this.getErrorParameters());
    +}+
    Whereas no details of BundleUtils class is given in Using a generic backing bean actions framework recipe, which is giving compilation errors for CommonActions class.
    Any help will be greatly appreciated.
    Thanks in advance
    Best Regards
    Bilal

    Bilal,
    you are missing some points here. This is the jdev and adf forum. We don't have access to the code you mention. So we can't help you as long as you don't post the code here (which I doubt you are allowed to).
    Next, if you read https://forums.oracle.com/forums/ann.jspa?annID=56 you should have noticed that without giving at least your jdev version, help is hart to get.
    As said in the other thread, you should drop Nick a note so he can clarify this issue.
    Timo

  • DISTINCT in SELECT statements for  Entities / Views - Oracle JDeveloper 11G

    Hi Steve,
    i have a question about using DISTINCT in SELECT statements for
    Entities / Views. On Oracle JDeveloper 11G ADF / BC4J
    --- This is unique---
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    from "grp_courses" GC
    --- This is NOT unique, but ROWID seems to be mandatory as PrimaryKey---
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    rowid
    from "grp_courses" GC
    How to use this query;
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    from "grp_courses" GC
    and yet still be able to use it in View / Entity without a Primary Key or some equivalent solution.
    Thanks & Regards,

    Hi, OK - I got it to work...
    Some notes:
    1) The View wizard cannot be initiated from the Entity Object.
    2) During the View wizard process - do not associate with Entity
    3) Selected columns must be mapped as expressions
    4) Using non-distinct columns will override the distinct function

  • Oracle Jdeveloper 11g R1 has a Bug?-- Swing Application Deploy Error

    Oracle Jdeveloper 11g R1 (11.1.1.2.0) (build 5536)
    1. Create an empty swing application.
    File-->New-->Applications-->Java Desktop Application
    New-->Swing/AWT-->Frame
    2. Project properties--->Deployment: Create new JAR Deployment Profile: test
    3. Edit Deployment Profile: test
    File Groups --->new--->Create File Group (Type: Dependency Analysis) :da
    4. Error: Cannot enter "da"---->contributors , No display (such as "Libraris")
    5. If deploy it (test), I get an Unexpected Error.
    Error Messages:
    Title: StackOverflowError in o.ji.xml.JDevXmlIntergrationUtilsImpl:18
    Performing action Report a Bug...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Invoking command: [ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action New...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action Show Overview
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Class Generation[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Uncaught exception
    java.lang.StackOverflowError
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18) ......
    When I use Oracle Jdeveloper 10g (10.1.3.4.0) , I can use it to set Libraris.
    I have a swing application need these operation.
    Does anyone can tell me what's the reason?
    Thanks.
    I had tried Oracle JDeveloper 11g R1 (11.1.1.1.0)(Build 5407).
    It is OK.
    Maybe I need to download Oracle JDeveloper 11g (11.1.1.2.0) again.
    Edited by: [email protected] on 2010-2-24 下午4:58
    Edited by: [email protected] on 2010-2-25 下午5:47

    I am encountering the same bug / problem right now.
    Anybody from Oracle who has a workaround for this BUG?
    We are migrating to JDev 11.1.1.2.0 for a client and this bug is still there!
    Any help from the JDev team is highly appreciated!

  • Oracle JDeveloper 11g - Technical Preview 3 - SEVERE: FAILED_IN_CONFIG

    Hi
    I have installed "Oracle JDeveloper 11g - Technical Preview 3" and build simple ADF application.
    When I am trying to run it is giving me below error.
    Apr 4, 2008 1:02:50 PM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    Apr 4, 2008 1:02:53 PM oracle.oc4j.util.SystemLog log
    SEVERE: Server start failed processing configuration
    java.security.AccessControlException: access denied ( CredentialAccessPermission credstoressp.credstore.default.systemuser read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:256)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:180)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:280)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:315)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:338)
         at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:527)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:412)
         at oracle.security.jps.fmw.util.JpsFmwUtil.findSystemUser(JpsFmwUtil.java:218)
         at oracle.security.jps.fmw.JpsUserManager.init(JpsUserManager.java:235)
         at oracle.security.jps.fmw.JpsUserManager.<init>(JpsUserManager.java:247)
         at oracle.security.jps.fmw.JpsUserManagerFactory$JpsUserManagerFactoryI.create(JpsUserManagerFactory.java:252)
         at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:635)
         at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:253)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:3157)
         at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:244)
         at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:648)
         at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:201)
         at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:220)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:235)
         at java.lang.Thread.run(Thread.java:595)
    Apr 4, 2008 1:02:53 PM oracle.oc4j.util.SystemLog logNoStack
    SEVERE: Server exiting: ApplicationServer entered state FAILED_IN_CONFIG
    Process exited with exit code 1.
    Could you please somebody let me know is there any setups I need to do before I use the Jdeveloper?
    Regards
    Kiran

    The FAILED_IN_CONFIG may be caused because the JDEV project you are attempting to run is using an incompatible adf-config.xml file, I.e. one that was checked in from a previous jdev build.
    I received this error after checking out from main and opening a project in build 28, that was checked in as working in build 27.
    To solve the issue, you have to checkout into a new workspace, start the project in the build you want, delete and recreate the adf-config.xml file and re-check it in.
    1. cd ~/jdevhome
    2. scs makeworkspace workspace <newWorkingDir> rule latest --product <application>
    3. Start JDEV
         jdev fusiondrop5primeb28 <newWorkingDir>
    4. connect to CVS
    5. check out module
    6. Close JDEV
    7. Delete adf-config.xml
         >find . –name adf-config.xml
         >rm mywork/<yourapp>/<LBA>/.adf/META-INF/adf-config.xml
    8. start jdev
    9. re-add the Passwords to the database connection(s)
    10. start your project
    11. commit the new adf-config.xml and connections.xml files
    12. merge into main

  • How to start oracle Jdeveloper 11g Weblogic Admin Server

    Hi Every one
    Can any one help me in starting the Oracle Jdeveloper 11g weblogic admin server. There is option to start the admin server while configuring the new domain, but after that if we need to start the same domain I didn't find any option in 11g. Can any one help me in this regard
    Thanks

    Janilson wrote:
    I don't know which oracle version you are using but, I use the Express version (Oracle-xe)
    In order to configure it I run
    sudo /etc/rc.d/oracle-xe configure
    After configure oracle, I start oracle service
    sudo /etc/rc.d/oracle-xe start
    I don't know if it helps sad
    I don't see any thing in rc.d. I use systemctl to start daemons.
    stee1rat wrote:What command do you use to run it? And what are your environment variables?
    lsnrctl start

  • Where can i get Oracle JDeveloper 9i  Handbook exercise source code?

    Hi
    I'm studying JDeveloper 10g by read the book &lt;&lt;Oracle JDeveloper 9i Handbook &gt;&gt; which written by Peter Koletzke,Paul Dorsey and Avrom Faderman, Where can i get exercise source code? In chapter 13,I can't create the application module AccountantPromotionModule,who can help me or some idea?
    thank you
    li xinzhu
    2004.9.2

    Hi,
    You can download source code for the 9i Handbook from either of the following websites:
    http://ourworld.compuserve.com/homepages/Peter_Koletzke
    http://www.dulcian.com
    Note that, if you're using Oracle JDeveloper 10g (rather than Oracle9i JDeveloper), you might be interested in the just-published Oracle JDeveloper 10g Handbook. Oracle JDeveloper 10g has some very significant differences from Oracle9i JDeveloper--especially the introduction of Oracle Application Development Framework (ADF)--and these are covered in the new book but not the old one.
    If you do get the new book, you can download code for it (or rather, will be able to by the end of this week) from either of the above websites or from
    http://avromroyfaderman.com
    Hope this helps,
    Avrom

  • What's new in Oracle JDeveloper 11g Update 2 (Build 5205)?

    What's new in Oracle JDeveloper 11g Update 2 (Build 5205)?

    New compared to what? compared to 10g?
    If you are asking what is new in update 2 compared to update 1 the answer is this:
    http://www.oracle.com/technology/products/jdev/htdocs/11/111102fixlist.html

Maybe you are looking for

  • Postings to the wrong GL account.

    We are getting a problem with incorrect postings after the billing process in SD as they are being posted to the wrong GL account. I have checked that the configuration is correct for account assignment group and that it is assigned in the material m

  • Is this new interface design right or do I still have some graphic probs ?

    Is that interface design right after the last update ?? I think the old onne looked much more clear for a better workflow... this one just looks a little cheap and strange to me .... brgds SG

  • Where are my proxies?

    I have tried checking the proxies option during import into FCP X 10.1.2 and I have also tried right clicking on the clips in the browser inside FXP X and creating proxies that way. However, I don't see any proxies anywhere in either situation. Am I

  • Repeater refresh bug?

    I am having a problem with nested Repeater controls not refreshing properly to reflect the data that is bound to the data provider for each of the Repeater controls. My problem is related to the following: I have two classes, say Parent and Child whi

  • Cannot power up from standby with remote

    Using the microsoft remote with XP MCE2005 I cannot wake the computer up when in standby mode, are there any settings which I need to adjust?