JDeveloper as my IDE

I need to get an IDE for developing JSP/Servlets using a Tomcat container. I will be developing alot of JSP/Servlets to work with Oracle database.
Please advise if Oracle JDeveloper is a good choice and what are the advantages and/or negatives about using it?

I haven't used JDeveloper in a few years.
It was a reasonably good product then.
It was based on Borland JBuilder if I recall correctly, JBuilder being one of the best IDEs around at that time.
However for right now, Eclipse and NetBeans are the main contenders for most widely used IDE - mainly because they are free.
I use Eclipse myself and with the Callisto plug-ins for web development it can handle JSP/Servlets / Tomcat / Oracle all from within the IDE.

Similar Messages

  • JDeveloper fails in Ide.getActiveWorkspace and RSCClient.registerNavigator

    Hi there.
    I've got a problem: JDeveloper fails on start with an Error-dialog.
    This was caused by JDEv NOT being closed properly due to an abrupt, unplanned OS Shutdown.
    My JDeveloper-version is 10.1.2 on Win XP.
    The exact same problem as Torsten had in August 2004 and user447621 (on JDev 9.0.3.1035): threadID=320987 and 779160.
    In those threads Brian suggests to switch off all versioning through something called Extension Manager preferences page.
    The trouble is that the JDev-IDE fails with a small Error-dialog on every menu-item and icon (see below).
    Further I've checked that the jdev.conf-file contains a valid jdk-path.
    Are there any alternative to a fresh reinstall?
    JDev startup error:
    java.lang.NullPointerException
         at oracle.jdevimpl.vcs.oraclescm.RSCClient.registerNavigator(RSCClient.java:956)
         at oracle.jdevimpl.vcs.oraclescm.RSCClient.initializeExtension(RSCClient.java:495)
         at oracle.jdeveloper.vcs.spi.VCSAbstractExtension.initialize(VCSAbstractExtension.java:38)
         at oracle.ide.AddinManager.initializeAddin(AddinManager.java:1715)
         at oracle.ide.AddinManager.initializeAddin(AddinManager.java:1802)
         at oracle.ide.AddinManager.initializeAddins(AddinManager.java:1578)
         at oracle.ide.AddinManager.initProductAndUserAddins(AddinManager.java:444)
         at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1650)
         at oracle.ide.IdeCore.startupImpl(IdeCore.java:1109)
         at oracle.ide.Ide.startup(Ide.java:539)
         at oracle.jdeveloper.JDeveloper.launch(JDeveloper.java:58)
         at oracle.jdeveloper.JDeveloper.main(JDeveloper.java:37)
    "on any menuc-lick" error:
    java.lang.NullPointerException
         at oracle.ide.Ide.getActiveWorkspace(Ide.java:287)
         at oracle.ide.IdeContext.<init>(IdeContext.java:70)
         at oracle.ide.IdeContext.<init>(IdeContext.java:152)
         at oracle.ide.IdeContext.<init>(IdeContext.java:170)
         at oracle.jdevimpl.help.HelpWindow.getContext(HelpWindow.java:159)
         at oracle.ide.IdeAction$1.run(IdeAction.java:855)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Ah... the information about the unclean shutdown is exactly what I needed :) This has probably caused some of JDeveloper's preference files to become corrupted.
    You can fix this either using the method I suggested in the other thread to which you posted this problem (allowing jdev to recreate your system directory). In 10.1.2, you can also copy specific files from the jdev/multi/system directory to jdev/system. In your case, I think you probably want to copy System.sys - this file contains a list of all the workspaces you have in your navigator. I suspect it is empty in your case because of the unclean shutdown.
    Thanks,
    Brian

  • JDeveloper, ADF, Maven & IDE-Independent Builds

    In the course of evaluating the possibility of using ADF for an upcoming project, I'm seeking clarification regarding the role that JDeveloper plays in ADF-based projects. My understanding is that JDev provides helpful application templates and design-time features, but that neither build nor deployment processes depend upon it. Is this actually the case?
    TIA,
    Eric Adamson
    Lansing, Michigan

    JDeveloper provides a visual development environment for ADF, but you can use ADF without JDeveloper as well.
    http://www.oracle.com/technology/products/jdev/howtos/10g/adfalone/using_adf_without_jdev.html
    JDeveloper makes it very easy to also build and package ADF applications, but again you can use other tools to do that such as Ant and Maven.
    For example in JDeveloper you can create an ADF application and then choose to create Ant Build from project and you'll get an Ant build file that will be able to compile your project with all the libraries already defined there.

  • Tolink descriptor files not loaded in jdeveloper Oracle IDE 10.1.3.42.70.

    Hi I am using jdeveloper version Oracle IDE     10.1.3.42.70.and my project uses toplink to talk to database.The .classdescriptor files are not getting loaded when the IDE starts and gets an error message of NullPointerException.
    java.lang.RuntimeException: java.lang.NullPointerException
         at oracle.toplink.addin.manager.MWJDeveloperMediator.openTopLinkProject(MWJDeveloperMediator.java:328)
         at oracle.toplink.addin.manager.MWJDeveloperMediator.openTopLinkProjects(MWJDeveloperMediator.java:271)
         at oracle.toplink.addin.appnav.TopLinkProjectChangeListener.projectOpened(TopLinkProjectChangeListener.java:93)
         at oracle.ide.model.Project$StorageListener.fireProjectOpened(Project.java:1168)
         at oracle.ide.model.Project$StorageListener.mav$fireProjectOpened(Project.java:1135)
         at oracle.ide.model.Project$NL.nodeOpened(Project.java:1127)
         at oracle.ide.model.Node.fireNodeOpened(Node.java:1139)
         at oracle.ide.model.Node.open(Node.java:573)
         at oracle.ideri.navigator.DefaultNavigatorWindow.openDataNodes(DefaultNavigatorWindow.java:1136)
         at oracle.ideri.navigator.DefaultNavigatorWindow.restoreExpansionState(DefaultNavigatorWindow.java:1114)
         at oracle.ideri.navigator.DefaultNavigatorWindow.loadLayout(DefaultNavigatorWindow.java:483)
         at oracle.ide.navigator.ProjectNavigatorWindow.loadLayout(ProjectNavigatorWindow.java:156)
         at oracle.ideimpl.docking.DockStationImpl.loadDockable(DockStationImpl.java:1242)
         at oracle.ideimpl.docking.TitledPanel.loadClientLayout(TitledPanel.java:1359)
         at oracle.ideimpl.docking.TitledPanel.loadLayout(TitledPanel.java:1725)
         at oracle.ideimpl.docking.TitledPanelXMLDockLayoutPersistence.loadComponent(TitledPanelXMLDockLayoutPersistence.java:29)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.docking.SidePort.loadLayout(SidePort.java:252)
         at oracle.ideimpl.docking.DockStationImpl.loadValidLayout(DockStationImpl.java:1648)
         at oracle.ideimpl.docking.DockStationImpl.onStartup(DockStationImpl.java:1389)
         at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.java:1353)
         at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.java:36)
         at oracle.ide.layout.Layouts.activate(Layouts.java:758)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:176)
         at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:743)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: java.lang.NullPointerException
         at oracle.toplink.workbench.ui.WorkbenchSession.getMWProjectNamed(WorkbenchSession.java:80)
         at oracle.toplink.addin.persistence.MWJDeveloperPersistence.open(MWJDeveloperPersistence.java:234)
         at oracle.toplink.addin.manager.MWJDeveloperMediator.openTopLinkProject(MWJDeveloperMediator.java:323)
         ... 38 more

    that's because i need Business Server instead of Business Architect

  • JDeveloper IDE problems with google Calendar development libraries

    Hello all,
    I am using JDeveloper as an IDE for developing the google calendar events.
    I am referring the http://code.google.com/apis/calendar/data/2.0/developers_guide_java.html site.
    Instead of ANT to run the sample code, I am using JDeveloper IDE and added all required libraries from sample and source code.
    Still I am getting weird error as Error(22,29): GDataRequest$RequestType not found in enum com.google.gdata.client.Service.GDataRequest.RequestType in class com.google.gdata.client.GoogleService in class com.google.gdata.client.calendar.CalendarService in class project1.CalendarTest
    Code is as below
    package project1;
    import com.google.gdata.client.*;
    import com.google.gdata.client.calendar.*;
    import com.google.gdata.data.*;
    import com.google.gdata.data.acl.*;
    import com.google.gdata.data.calendar.*;
    import com.google.gdata.data.extensions.*;
    import com.google.gdata.util.*;
    import java.net.*;
    import java.io.*;
    import sample.util.*;
    public class CalendarTest {
    public static void main(String[] args) throws AuthenticationException,
    MalformedURLException,
    IOException,
    ServiceException
    CalendarService myService = new CalendarService("exampleCo-exampleApp-1.0");
    // myService.setUserCredentials("[email protected]", "pa$$word");
    // URL feedUrl;
    // CalendarFeed resultFeed = myService.getFeed(feedUrl, CalendarFeed.class);
    // feedUrl = new URL("http://www.google.com/calendar/feeds/default/allcalendars/full");
    // System.out.println("Your calendars:");
    // System.out.println();
    // for (int i = 0; i < resultFeed.getEntries().size(); i++) {
    // CalendarEntry entry = resultFeed.getEntries().get(i);
    // System.out.println("\t" + entry.getTitle().getPlainText());
    Please if somebody has already faced such problem, show me some way or give the direction.

    Problem is solved by changing jdeveloper Compilat settings.
    Checked the checkbox of 'Use Javac'.
    and then compile the project. It will get compiled.
    Thanks to Shishir Shrivastava's post
    http://www.mail-archive.com/[email protected]/msg00984.html
    -Vedika

  • IntelliJ IDEA 7 vs JDeveloper 11g Pros and Cons

    Here is a thread we can discuss what we like or dislike as a comparision between IDEA 7 and JDeveloper.
    Surya De mentioned in the other thread that IDEA has exceptionally strong code editing and code analysis features. In my experience I don't find IDEA's code analysis any more useful than JDeveloper's. And it's details about the code editing that I like in JDeveloper and dislike in IDEA.
    Some of the details I find annoying in IDEA:
    Code Folding - IDEA seems to unfold when I don't want it to; IDEA requires a multi-step menu choice whereas in JDeveloper I just right click on the folding area and select the option I want.
    Java Doc generate - I prefer the way JDeveloper lets me generate the JavaDoc stub for a method.
    Light bulb - I'm not sure how to describe it but in IDEA a statement may be underlined and flagged as wrong or might have an option to change it or improve it, in JDeveloper there is a nice simple light bulb I can click on to access these choices, in IDEA that "light bulb" seems to be very elusive and I can't figure out how to get it to stay there so I can click on it (most of the time I end up just manually putting in the code rather than using JDeveloper's wonderful assistance).
    In what way is IDEA's Ctrl+N different from JDeveloper's Ctrl+-? They both work equivalently as far as I can see (JDeveloper is a little too aggressive in trying to guess what class you wanted)
    IDEA forces me to manually set the run target instead of intelligently trying to run the class I am working on. This could be a pro or a con, but I'm used to JDeveloper's style and thus I always catch myself running the wrong thing in IDEA.
    IDEA is slow compared to JDeveloper.
    IDEA is terrible for building a standard client application JAR file (JDeveloper does this very nicely with it's deploy profiles).
    IDEA lacks "status icons" for version control, I find the slight color change of file names to be inferior.
    IDEA's non-standard usage of the term "project" is confusing.
    IDEA lacks the nice little "X" close icon for closing a file you are editing.
    "History" comparison I find nicer in JDeveloper.
    In IDEA if I have folded code I have to hover over the code itself (making for a lot of mouse movement) to quickly view the folded code (without unfolding it), in JDeveloper I can just run my mouse up and down the left edge where the fold icons are.

    Code Folding - Simple you can set it up in the Settings -> Editor -> Appearance tab an select which ones to collapse by default. All you do is mouse over the folded area in the editor and it will show you without expanding, the contents inside it...until you click that then it will explode the folded area.
    Javadoc generation - Never tried it. But writing comments is easy and you dont need to know any syntax since it gives you suggestions. You will see them in yellow or red in the error stripe bar on the right just like Jdeveloper.
    Light bulb - Intellij has light bults also and its context sensitive. Sometimes if you write bad code it will highlight and make it show as yellow on the stripe bar on the right and if you click then you will see a light bult on the left with a suggestion to rewrite the code and it rewrites the code for you. You can set a profile as to what the editor should look for in terms of non-optimal coding. A quick example is if you have code like (Long[]) zoneIds.toArray(new Long[0]) Intellij would rewrite it as (Long[]) zoneIds.toArray(new Long[zoneIds.size()]) and give an explanation about how the previous would be using reflection and how this one would not. This is just a small example. There are literally 100s of settings for the code analysis tool.
    Speed - I dont see any difference. I am running Intellij on Mustang the latest build. And so is my JDeveloper at home.
    As for the other stuff you mentioned with the project and jar file etc I dont bother because we are using Ant. I can set up the ant build file into Intellij and just right click on the target I want. But most of all I like using command line better.
    IDEA does lack the little x close icon on the tab for the file you are editing but seriously hit Ctrl F4 or just middle click. Thats a bit ridiculous for mentioning that.
    Local History/ CVS History - I do like JDevelopers a bit better. But Intellij has more details. As in if you fired up debug mode and made some changes in your code it will mention that as an event in your local history and that makes it easier which JDeveloper doe not have.
    'In IDEA if I have folded code I have to hover over the code itself (making for a lot of mouse movement) to quickly view the folded code (without unfolding it), in JDeveloper I can just run my mouse up and down the left edge where the fold icons are. '
    Dont even know how to reply to that...I dont count mouse movement as one of my criteria...
    You can right click on a file in Intellij, hit Analyze code and it will show you a list of things in the code that can be cleaned up/fixed/etc based on profiles you select. They can be anything from performance fixes to too complex if statements. Pretty much as if you are doing code review. There are tons of options. And you can see all the items that Intellij is suggesting to fix, right click and just Apply Fix and they all get cleaned up in one shot. You can do this to your modules as well.
    DSM - Go to Intellij's website and look this one up. Really useful for analyzing your overall codebase and finding circular dependencies etc etc.
    Also the code completion in the editor in Intellij is a lot smarter. I can use Ctrl Space for the regular thing that JDeveloper does. But Ctrl SHift Space does smart code completion which I find extremely useful when writing stuff like say...uh...SomeObject obj = new SomeObject(). I can just type SomeObject obj = n and hit Ctrl Shift Space and it will write the rest of of it for me. Also if the constructor requires some parameters and you have those parameters initialized it smartly sticks those in there for me.
    Also when you are naming objects or variables with Ctrl Space it can put a Java Coding Convention compliant name for your object or variable so you dont have to think of one and its pretty cool. A lot of nifty little things in there.
    Lets see Alt Insert shorcut is awesome for constructor, getter/setter generation and a few others.
    Also Ctrl J is an awesome feature to have where there are code templates already in place and you can just have boiler plate code for iterating over array, writing for loops etc so you just select what you want and based on what variables are in place it will automatically write your loop structures, your try catch blocks etc for you.
    Also Ctrl H is another feature I like that shows in a window on the side the hierarchy of the class you are looking at.
    Theres lots of little gems in there that I cant thing of writing about right now.
    I still dont understand 'IDEA's non-standard usage of the term "project" is confusing.' If that is a complaint it seems you are reaching!
    Like I said. Intellij is superior in terms of usability with keyboard and its editor and code analysis. You dont need findbugs or PMD for that. Its better actually than them.
    But thats it. I think JDeveloper in terms of the wizards and all that I like that. Thats why I use JDeveloper when using SOA, or doing quick prototyping. And it works seamlessly if you have a full Oracle stack. But if you are using Apache or other web servers Intellij makes it easy since you jsut configure the server in your IDE and it does the rest.
    Also it comes with Hibernate, Spring, support and now Flex (Intellij 8) out of the box. Thats pretty cool. Very useful.

  • XML Publisher 5.6.2 with JDeveloper 10.1.3

    Hi,
    I put one example of the users guide working, that transforms the xml and the xsl in a pdf report:
    FOProcessor processor = new FOProcessor();
    processor.setData("d:\\ORACLE\\DOCUMENTOS\\XML Publisher\\Exemplos\\sales-report.xml"); // set XML input file
    processor.setTemplate("d:\\ORACLE\\DOCUMENTOS\\XML Publisher\\Exemplos\\sales-report.xsl"); // set XSL input file
    processor.setOutput("d:\\ORACLE\\DOCUMENTOS\\XML Publisher\\Exemplos\\sales-report.pdf"); //set output file
    processor.setOutputFormat(FOProcessor.FORMAT_PDF);
    // Start processing
    try {
    processor.generate();
    } catch (XDOException e) {
    e.printStackTrace();
    System.exit(1);
    System.exit(0);
    Now, I want to use ADF to create a "print report" from a table (business components from tables), directly.
    I'm trying with the HR schema, table of departments (database 10gR2).
    There are any way to do this interactively??
    I realy need always the xml file and the xsl file to create a report from JDeveloper?
    Any idea?
    Thank you in advance,
    Rgs,
    CD

    http://www.oracle.com/technology/pub/articles/vohra-jdev-xmlpub.html

  • Can i use jboss seam in jdeveloper

    Hi,
    I am new to jdeveloper.
    I am developing and application using jboss seam.
    I am using jdeveloper as my ide.
    can anybody tell me if i can use jboss seam with jdeveloper.
    or are there any plugin available for jboss seam.
    nagesh

    Hi Babak
    It's a common requirement on posting to this forum that you describe which version of JDeveloper you're using and what technologies (obviously ADF BC in this case).
    For making the static value dynamic within your View Object, are you familiar with the View Object bind variables/bind parameters? This will allow you to define a named variable in your VO that you can set programmatically or even let the user set. Play around with those first and see if they solve one part of your problem, then come back to the forum for the second part.
    Regards,
    CM.

  • JUnit in JDeveloper 10.1.3.04

    Hi,
    I am using JDeveloper 10.1.3.04 and wanted to add and run test cases using JUnit.
    Added a test class is no problem, easily located the JUnit Test Case class.
    But there is no where in JDeveloper that I could find to run this JUnit test case so that the typical JUnit test case running screen will show up within JDeveloper.
    Any idea? From what I gathered from the postings on this forum, the extension for JUnit is only need for version 9 and JUnit is integrated with version 10g.
    What am i missing?
    Note: I have downloaded and expanded JUnit jars to the ext/lib folder (as indicated for version 9 support) but it's not helping at all.
    Thanks,
    Mel

    Please note that I have also watched as posted in one of the previous post about JUnit.
    http://www.oracle.com/technology/products/jdev/101/viewlets/101/agile_development_viewlet_swf.html
    The action to run junit test class is no available in my JDeveloper.
    Can someone please shed some lights on this?
    Thanks,
    Mel

  • Create an EAR in JDeveloper to deploy on Oracle AS 10g

    I have a J2EE project with EJBs and JSPs. I am using JDEVELOPER as my IDE. I need to deploy my application on ORACLE 10G APP SERVER.
    I need to create an EAR file consisting of my EJBs and JSPs to deploy the appln.
    When i go into Deployment Profiles in JDeveloper and try to create an EAR file, it does create the EAR file but the contents of the file are only 2-3 xml files, there is nothing else in it.
    I am wondering how on earth do i need to create my EAR package so that i can deploy on Oracle APP Server.
    This is actually very urgent... so i would really really appreciate and thank you if someone could help me out....
    Thank you very much in advance

    See thread Re: Create EAR in JDeveloper to deploy on Oracle AS 10g

  • JDeveloper 12c and Maven Dependencies

    I am facing issues with using Maven in JDeveloper 12c (12.1.2.0.0)
    I am trying to use Maven as a build tool. When I add a dependency to pom.xml (either directly in the source or using the gui) JDeveloper generates a library in the project (.jpr) file which seem to reference only the one dependency (one .jar file) I added but not other libraries the new dependency needs and references in it's pom file.
    If I build using maven all my dependencies (and the depencies of them etc...) are fetched  to my local repository but the JDeveloper project and IDE does not know of the extra libraries that were fetched. Do I really need to manually download any depencies and manually build a library for the JDev project to use for compilation?
    When I do the same in for example Netbeans the IDE resolves all the depencies and all classes end up in the IDE's classpath.

    Tried this again in a "clean" custom project, same errors.
    I added depency to drools-compiler to the pom (needs also reference to jboss repository, https://repository.jboss.org/nexus/content/repositories/releases)
    created a simple class which imports org.drools.builder.KnowledgeBuilder which is present in the depency tree of drools-compiler but not in the base jar that JDeveloper references.
    I get comilation error on the line:
    KnowledgeBuilder kbuilder = KnowledgeBuilder.newKnowledgeBuilder();
    I get the error both by compiling using JDeveloper and by running maven compile (error: cannot find symbol).
    The same code and pom works fine in Netbeans, haven't tried other IDE's.

  • Strange behavoir of JSF in JDeveloper

    Hi all.
    I'm having a problem with a JSF project thats running in a jdeveloper 9.03 ide. When i send to run a page, the browser shows that page not found. looking in the oc4j-app.log it shows
    javax.servlet.ServletException: Error initializing servlet
    The rare behavoir is that if i donload the proyect from our CVS in other machine it run fine, if i erase the proyect in my machine, download a new one from CVS it don't work and continues with the problem.
    others modules of our proyect work fine, so itsn't the jsf configuration, but even a simple html page fails in the problematic project.
    Does anayone had a similar situation, any suggest to look for?
    tks. group.
    John Cortes

    JDeveloper 9 has problem with JSF u must delete some jar files. U can find this example on oracle.com. So, I suggest u to u install Oragcle JDeveloper 10g and u will not have probles again.

  • Named anchors in jdeveloper

    Hi all,
    Does Jdeveloper support named anchors? I want to have a list of anchors in a page and navigate to sections of the page when i click on those. Is this possible.
    Im using Jdeveloper 11.1.1.3.0
    Thanks in advance.
    Surangi

    Hi,
    are you talking about JDeveloper as the IDE (in which case anchors are to navigate in your source code) or are you talking about pages you develop with JDeveloper that you want anchors to work at runtime ? I assume the latter, but then you don't give us a clue about the technology you want - ADF Faces ? If so, see http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12419/tagdoc/af_scrollComponentIntoViewBehavior.html
    Frank

  • Data Module in JDeveloper 2.0

    Hi, I'm the beginner of JDeveloper 2.0. In the help menu, it
    describe the way to open the data module wizard as follow:
    Choose File|New to get the New... dialog box,
    then double-click the Data Module icon.
    But I does not find the Data Module icon. On the other hand, it
    also describe the way to create the data module via Data Form
    wizard. Unfortunately, I does not find the option to create it.
    Does any advices or suggestions for me?
    Thank you for your attention.
    Michael Hui
    [email protected]
    null

    Dear JDeveloper Team,
    I'm using:
    Jdeveloper: Build 343,
    IDE 2.0.342
    JBO 2.0.342
    DAC 2.0.342
    OJVM 1.2.78
    But, I still don't see the Data Module Icon.
    I tried calling Oracle Customer Support, but they told me that
    the feature had been depracated. Could you please help me quick.
    Thanks a lot.
    Tariq Farooq
    402.770.6333
    JDeveloper Team (guest) wrote:
    : Hi
    : Make sure that you are using the production version of
    JDeveloper
    : 2.0 (i.e build 343). You can check by going to the help menu
    and
    : choosing about option.
    : In the online help system you will be able find a "tutorials"
    : book which has topic "Infobus tutorial".
    : Michael Hui (guest) wrote:
    : : Hi, I'm the beginner of JDeveloper 2.0. In the help menu,
    it
    : : describe the way to open the data module wizard as follow:
    : : Choose File|New to get the New... dialog box,
    : : then double-click the Data Module icon.
    : : But I does not find the Data Module icon. On the other hand,
    it
    : : also describe the way to create the data module via Data
    Form
    : : wizard. Unfortunately, I does not find the option to create
    it.
    : : Does any advices or suggestions for me?
    : : Thank you for your attention.
    : : Michael Hui
    : : [email protected]
    null

  • Jdeveloper versus Form developer

    is th2 jdeveloper replacing the form debeloper,
    and will the ERP system in the future developed using jdeveloper or forms developer.

    Forms is still around and version 12 of Oracle E-Business suite still uses it (as well as JDeveloper).
    Fusion will use JDeveloper as the IDE.
    For more about Forms check http://otn.oracle.com/products/forms
    And for migrating your skills to Java check:
    http://www.oracle.com/technology/products/jdev/collateral/4gl/formsdesignerj2ee.html

Maybe you are looking for