JDeveloper 10 G Preview Feedback / Review

To date, I'm three days into my evaluation of Oracle solution. In specific, a drill down comparison of JDeveloper/DS 10G, OC4J, Standard One versus lifecycle solutions provided by both IBM Rational and Borland. I have a rather large commerce CRM/ERM project on the board and I'm considering switching from opensource to Oracle tools and servers, and would like gather objective commentary from the Oracle forum/developers along these lines. I've starting off by reviewing DS, and I've noting a few point about the IDE and development system in general:
Keeping in mind it is a preview (or broke beta?), overall I like the direction this integrated system could take my projects. But here are the quirks:
- The resource abstraction is kind of irritating. I remember the days of Pre-JBuilder-5x where you could not delete things and file/resouce management was akward. That's what we have here. Example: there's no way to delete files in a web application after you've created them. There's also no durect way to make or delete folders either.
- A GUI for editing WEB.XML files and other configs would be nice. Throw in a comprehensive JVM and library configuration browser too for show.
- Project within a project? node on node?
- More diverse compiler support (jikes) and obfuscation?
- More robust code editor. Method and region colapsing. And some refactoring tools.
- The Window behavior is quite 'error-atic'. There's no way to reset the workspace either. The Swing toolkit of the UI could use some optization.
- Data diagrams only work with Oracle.It would rock if they supported diverse data sources.
- No use case, state, and interaction diagrams makes me a sad panda. An all around RT-UML IDE other than RRXDE would be nice. With better doc support.
- Visual tiles support? More app. general Web Modeling.
- Working with custom JSP tag libraries is akward. It would be nice if I could import a DTD or SCHEMA and have syntax editing and insight update automagically.
- Content added from origens outside JDeveloper don't get updated and can't be viewed in Application view. JD also ignores custom application filesystem settings.
- Being able to mount filesystems across SSH or FTP and have local cache check in/out would be a plus.
- XHTML ( and I mean real XHTML support ) and other systax like Perl would rock.
In closing, I think JDeveloper could become the best IDE on the market. Quite frankly, I setting for JBuilder/Together cause I can't see paying the price of WebSphere/Rational XDE (great product too). For the price, JDeveloper will be an outstanding value. I'd like to see it replace all of my J2EE Development tools.
-Cheers

This is bug # 3100586. We plan to fix this for production release.
Unfortunately the workaround is very manual. (i.e delete the files from file system)
In the navigator select the EJB you want to delete.
Remove from model using File | Remove from model menu
This would update ejb-jar.xml.
Rest is manual.
thanks for the feedback
raghu
JDev Team

Similar Messages

  • 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

  • JDeveloper 11g Tech Preview 4 Very Slow

    How to increase the the working speed (cache) of JDeveloper 11g tech preview 4. While coding it is taking time to get it typed. During scrolling the page, it is moving very slow. I have tried with changing the value of AddVMOption -Xmx512M in "ide.conf" file. Changed it to 1024. Still there is no difference. Please help me.....
    Thank you for your attention
    Vins

    And to back up John's words, the TP releases were designated for non-production "preview" use only, were not optimised in anyway, have huge amounts of bugs and are not supported. Best upgrade or you're going to have further issues.
    CM.

  • Download for latest Jdeveloper 11g Technology Preview - 3 :link not working

    Hi,
    I tried downloading the latest Jdev 11g Tech Preview - 3 from the link mentioned on the site : "Download Oracle JDeveloper 11g Technology Preview 3 - Java EE, SOA and WebCenter Development". But the page always times out.
    Is there an issue from my side here or someone else also facing the same problem ?
    Regards,
    Arun
    Message was edited by:
    Arun R

    Hi,
    Figured that the problem was because I was using Mozilla Firefox. It works with IE. ( But what about browser neutrality? ;) )

  • Jupiter Plug-in for JDeveloper for doing effective code reviews?

    Hi all,
    Can some body comment on the availability of an effective code review tool that can be used with -
    a) JDeveloper as a IDE and
    b) Can work with ADE as a version control tool?
    My team is currently trying to understand if Jupiter, which is an Eclipse based plug-in, can serve as a possible solution for the same.
    Request you all to answer a) and b) w.r.t Jupiter and also suggest alternatives, if any.
    Regards,
    Prasad.

    What type of review are you looking for?
    JDeveloper has built in code review see (Run->audit project).
    There is also a PMD extension to JDeveloper.
    If you are looking for a tool that will let you track things to fix in your code among team members have a look at Oracle's Team Productivity Center:
    http://www.oracle.com/technology/products/tpc/index.html

  • Migrate to JDeveloper 11 Technology Preview 2

    Hi,
    I just downloaded JDeveloper 11 Technology Preview 2 . Now I tried to migrate my project from Jdev 10.1.3 bit that give an error saying only that it could not migrate the project.
    Does migration normally work? And how can I get more information about the error's during the migration?

    If I migrate, will my project have the new richclient look and feel like here?:
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/multiproject/adf-richclient-api/enhanced-tagdoc.html

  • JDeveloper 10G Preview Feedback

    Hi, I've switiched over to 10G Preview. As a constant user of JDeveloper I thought I'd supply some requested feedback on some encountered bugs in this Preview release :
    [1] 'New View' Navigator restart : When I create a 'new view' of a project to open up in a new navigator, this navigator is displayed by is empty when JDeveloper 10G is restarted. It only displays a single non-expandable node of the .jpr file.
    [2] Sources tree in Projects always default back to 'File List' view on restart. Its irritating that it does not seem to restore to each sources tree view as set when the IDE was exited.
    [3] CVS Server in Connection Navigator. Created CVS connection which failed to connect to pserver (which it should of as all as was specified in WinCVS client which works fine.) Can delete CVS connection, but cannot create a new CVS connection (menu option disabled)
    Will send more as I encounter. Like the IDE though and look forward to the Prod release.
    Richard Bergquist

    Some more :
    [1] IDE Locks up when Root HTML input path is altered in Project settings while these source files are being editied.
    [2] The ability to trim down JDev's footprint via external tools is a great concept. But, why in 10G Preview is there nothing visible in the list. A bug ?
    RjB

  • Reminder: Please use GroupSpace for Tech Preview feedback

    We recently announced the availability of the live WebLogic Portal GroupSpace community for Tech Preview 2. GroupSpace is one of the highlights of the 9.x release, and you can now use it to log and discuss Tech Preview-related issues, store documents, create links, and collaborate in other ways.
    Please use GroupSpace instead of this newsgroup for logging and discussing Tech Preview issues. However, if for some reason GroupSpace is not available, feel free to temporarily use this newsgroup.
    To use GroupSpace:
    1. Send a note to [email protected], putting this in the subject line:
    REQUEST FOR GROUPSPACE ACCOUNT.
    You will be sent an invitation with instructions to join.
    2. Before contributing as a GroupSpace member, please review the guidelines at: http://wlp.bea.com/WLP92TechPreview/docs/wlp_tp_groupspace_guidelines.doc
    3. Log in to GroupSpace and start collaborating!
    Thanks again for your participation. As always, if you have any questions, send a note to [email protected]
    Thank you,
    The WLP Tech Preview Team

    Hi
    I found this answer..
     was having trouble getting DirectAccess to enable on Windows 10 preview. The Enterprise version was being used and the issues with the machine name and GPO covered in other threads was also resolved. Instead it turned out that if the DA configuration
    has the "Laptop only" restriction used as part of the wizard, the default value will not work with Windows 10. Instead, you have to use GP Editor and edit the WMI for "Laptop only" as follows:
    Select * from Win32_OperatingSystem WHERE (ProductType = 3) OR ((Version
    LIKE '6.2%' OR Version LIKE '6.3%' OR VERSION LIKE '6.4%') AND
    (OperatingSystemSKU = 4 OR OperatingSystemSKU = 27 OR OperatingSystemSKU = 72 OR OperatingSystemSKU = 84)) OR (Version LIKE '6.1%' AND (OperatingSystemSKU = 4 OR OperatingSystemSKU = 27 OR OperatingSystemSKU = 70 OR OperatingSystemSKU = 1 OR OperatingSystemSKU
    = 28 OR OperatingSystemSKU = 71))
    (the new text is the OR VERSION LIKE '6.4%') After the necessary GPO update propagation delays, DA properly runs on Win 10. Just thought I would post this for others knowledge.

  • New Osborne JDeveloper 3.0 book? Reviews?

    Well, I see the new Osborne JDeveloper Book is available on Amazon ( 3/30/2001 ). The single review posted there was less than flattering.
    Anyone else have a chance to go through it yet?

    OK, so humbly put in my place, I decided to order a copy of the "Oracle JDeveloper 3 Hanbdbook". Sure enough it claims to have been updated for JDev 3.2 and it is pretty well written and easy to read. It's also pretty much your only choice at this point. It is, though, very basic (as it clearly states). A good introduction to the tool, particularly if you come from another Oracle tool or have not used Java before. I can't imagine looing at it again after you have completed your first project however. Don't expect to get tips and tricks, strategies for complex construction scenarios or workarounds for common difficulties. It is much more of a "this is how to use the wizard" sort of book.
    We really need something a bit more meaty and for myself, once again I would like to say that I would love to pay for a book on BC4J. A whole book. On nothing else. BC4J is really quite complex and you need to understand it under the covers to do anything more than the simplest of applications (ie. anything outside the tutorials).
    IMHO, The Handbook is a well-written and helpful book that successfully achieves its stated purposes, but would not be a useful addition to the bookshelf of most developers on this newsgroup.
    Simon

  • Problem with JDeveloper 11g Technical Preview 2

    I'm using JDeveloper TP2, but when I run the app. I see the following error message:
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception
    Can you help me?
    JC

    hey can u please tell me how did u fix the problem.. All of a sudden my JSP pages are not displayed and the File not found exception is displayed... Can u please help me in fixing this......
    regards
    raghav

  • Jdeveloper 11g Tech Preview 2 can't see my stored java

    Environment win 2000 hitting oracle 9.2.0.6.
    Trying this tool to see if it will allow me to trace some poorly documented java which generates convoluted sql.

    Sorry about the minimal detail. (Can't you read my mind?)
    I'm trying to do several things:
    1. First ascertain whether or not jdeveloper will allow me to "see" the java procs stored in oracle. In the schema browser, it appears that java objects are absent as they ARE NOT when examined via OEM. If the answer to this is "Yes", then I need to know what I ought do to allow me to see them.
    2. Closely on the heels of 1, having accomplished the first, will this tool (or perhaps another) allow me to examine via the debugger, the values of the variables generated by the java. The java I am working with is rather difficult to follow, poorly documented and has the additional layer of obfuscation being that it dynamically generates sql that it submits via the default jdbc connection. This proc was initially designed as a single-threaded (select a record-process-a-record-get-another-record-repeat) process and the contractors after the fact said "Yeah, we can make it a batch", and all it appears to be doing is scooping up all the data in a cursor and single-threading it from the cursor instead of the user prompt.
    If I can see the sql being submitted I may be able to speed this process up both for the online and batch transactions. In addition to this, following the sql generated will allow me to see the defacto business rules we have in place as opposed to the advertised ones.

  • JDeveloper 10g Developer Preview Bug

    Hi,
    Here is a misfunctionality that caused some hard times for me , so I decided to share it with you. Compiling files by means of right clicking on the projects pane successfully produces class files in the spesificied output directory of the project. But when working on more that one projects, compiling a class by right clicking on the source file in the code editor and rebuilding there producess the classes in the output directory of the currently selected project not the output directory of the project that the source file belongs. I hope I made my self clear enough.
    Regards...

    I am also seeing this.
    It is more releated to which window is active when you compile the program.
    If I could attach a damned image to this note, i could p[ost the screen shots, that clearly show it compiling 1 progrma when , it clearly states it is compiling another.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • UWL - preview area : display KM feedback

    Hello everyone,
    we have implemented the UWL to display only KM approval notifications. Most of these documents have received end- user feedback.
    When a user selects the item in the UWL iView, the preview shows 'review: document_title', with the approve / reject buttons, as well as a 'display feedback' button.
    However, we wish to show the document's feedback in the preview area, as soon as the item is selected in the UWL
    Can this be achieved, and how can we modify the preview area?
    Thanks,
    Kevin

    Hi Roman,
    you can overwrite the uwl XML element for this view.
    if you want to have the preview closed, then use the correct action. You can see the possible actions, when you show the additional UWL information.
    http://help.sap.com/saphelp_nw70/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    Regards,
    Kai

  • JDeveloper 11 g Tech Preview 2: jbo-26061 jdbc error

    I tried the 11 g JDeveloper TP 2, creating a web application based on ADF BC. The database I use is Oracle 9. I created the Application Module (as I have done already very often). Starting the Model project, gives me the Business Component Browser - it works well. When I start the web application (let's say with a table), I receive an JBO-26061 error (error opening jdbc connection) - nothing else. I'm quite used to work with the JDeveloper/ADF, but I have no idea whats the problem ?

    There is a JDeveloper 11g Tech preview forum: JDeveloper and OC4J 11g Technology Preview

  • SAP Business One 8.8 - Reviews & Videos

    The Orchestra Team has a centralized place for previews and reviews of SAP Business One 8.8
    If your customers or prospects are interested in getting an honest "first impression", this is a great start.
    [Your Resource for Information About SAP Business One 8.8|http://www.orchestrateam.com/content/sap-business-one-88]
    Welcome to Orchestra's SAP Business One 8.8 preview! The following pages are going to be a review of features for the new SAP Business One 8.8 release going into ramp-up this fall. Also, we'll be sharing with you our opinions of the new feature set and sharing some videos with you on the new product.
    Here are links to all the videos and resources we have compiled thus far.
    [SAP Business One 8.8 - New Features and First Impressions|http://www.orchestrateam.com/sap-kb/sap-business-one-88-new-features-and-first-impressions]
    [SAP Business One 8.8 - New Skin and UI Design|http://www.orchestrateam.com/sap-kb/sap-business-one-88-new-skin-and-ui-design]
    [SAP Business One 8.8 - Crystal Reports Integration|http://www.orchestrateam.com/content/sap-business-one-88-crystal-reports-integration]
    [SAP Business One 8.8 - Data Archiving Preview|http://www.orchestrateam.com/content/sap-business-one-88-data-archiving-preview]
    [SAP Business One 8.8 - Orchestra Takes Part in SAP's Official Review|http://www.orchestrateam.com/sap-kb/sap-business-one-88-orchestra-takes-part-saps-official-review]
    To stay fully up to date with SAP Business One 8.8, you can subscribe to our [RSS Feed|http://www.orchestrateam.com/rss.xml]
    Brad Windecker
    [Orchestra Team|http://www.orchestrateam.com]

    Hi Gordon,
    Yes I know you can select u2018OKu2019 and move on with the entering of a marketing document, however this is an extra click and when you are entering a large number of documents a day this can become painfully and that is the feedback from the customers, is there a reason why this could not be an option in the company settings? I know this will not happen overnight and this is why I posted the question of the development collaboration forum.
    Kind regards,
    Johnathon

Maybe you are looking for

  • Ipod touch and alec lansing im600 speakers

    i am looking to upgrade to an ipod touch and am wondering if i will be able to charge it with my im600 speakers, i've had the speakers for about 2 years and it currently works fine with my ipod mini, but am checking to see if i def will be able to us

  • Mediator error handling

    Hi, We are trying to achieve mediator error handling. We have a developed a composite with mediator which calls another service,which is deployed on server. Later we shut down the web service ,resulting in the error "ORAMED-03303:[Unexpected exceptio

  • Ftp anonymous

    Hello, How use anonymous FTP in content services. I have allow public access on root domaine. and it's work's with WebDav. FTP work with autotification but no with anonymous what is the URL to use ?

  • Why isn't My phone syncing with itunes?  It is with iPhoto.

    Why isn't my iPhone syncing with iTunes anymore? It only is with iPhoto

  • Just updated to latest update and now itunes fails to launch

    Here is the error message: Process:         iTunes [743] Path:            /Applications/iTunes.app/Contents/MacOS/iTunes Identifier:      com.apple.iTunes Version:         11.1 (11.1) Build Info:      iTunes-1111011001000126~1 Code Type:       X86 (N