Differences between jdeveloper&jbuilder

Hello everybody!!!!
I'm trying to understand the difference between jdeveloper&jbuilder but.....no result!!!
I would develop a project wich should connecting on Oracle database and making statistics with data (it have been stored from file with SQLLOAD), and also it should read an UDP messages(port514) and store them to database ,so I can't decide wich programming langage to use...and wich are the better???
Thank you.

thank you for your reply!!!!
so I have installed an Oracle 8i on my PC(OS=XP Pro) ,and I think that is not possible to use jdeveloper (is it necessary to uninstall it and install Oracle9i?what I should do?)and I haven't a big knowledge about jdeveloper (making interfaces"Forms",writing SQL command,connecting to database,it's like developer2000 ?,and also the BIBeans should I install it or it's integrated with Oracle9i?(if you have an example with this tool please send it to me on my e-mail([email protected])and thank you very much
:-)))

Similar Messages

  • What is the difference between JDeveloper 9i & JDeveloper 10g

    Hello All,
    What is the difference between JDeveloper 9i & JDeveloper 10g with respect to OAF?
    Regards.

    The major differences I identified so far with respect to OA Framework..
    1.Creating Business Component Package:
    In Jdeveloper10g, there is no option to create business component package in right click context of project.
    Rather, you can create a business component package by right click project --> 'New' --> web tier --> OA Components --> Package File
    Give the file name as 'server' and give the package structure.
    2. Path of deployment scripts:
    In Jdeveloper10g, the path of deployment scripts like import.bat, jpximport..etc is <>jdev\jdevbin\oaext\bin instead of <>\jdev\jdevbin\jdev\bin w.r.to Jdeveloper9i
    Regards,
    Rama Krishna

  • Differences between Oracle Developer an ORacle JDeveloper

    Hi,
    I am doing a work and i need to know the differences between Oracle Developer and Oracle JDeveloper, if someone can help me it would be very aprreciated.
    thx

    Aton wrote:
    I am doing a work and i need to know the differences between Oracle Developer and Oracle JDeveloper, if someone can help me it would be very aprreciated.1) There is no such thing as 'Oracle Developer'. However, there are
    - Oracle SQLDeveloper
    - Oracle Developer Suite
    2) Assuming Oracle Developer Suite:
    - Oracle Dev Suite is used to create Oracle Forms, Oracle Reports, Oracle Discoverer worksheets, and Entity Relationship Diagrams
    - Oracle JDeveloper is used to create any kind of Java object (including Java 2 & 3 tier forms) and ALL objects that support those Java objects (XML, UML, database, SOAP, etc) BUT NOT the stuff in Dev Suite.
    Both are very powerful. Expect to take at least 15 minutes* to learn either.
    /Hans
    * (plus 4 to 9 months)

  • Difference between "Application" and "Project" in jdeveloper IDE.

    I am not sure how to organize the developement environment in jdeveloper. Basically, I am trying to figure out the difference between the "Application" and "Project". I understand that each "Application" can have one-to-many "Projects", but I am still confused as to when to use a new "Application" or when to use a new "Project" within same Application.
    regards
    Jatin

    Hi Jatin
    Application is something like workspace. Within one application you can have many different projects but you can access something from one project in another project.
    The typical approach is to make one project to define the model and another one or two projects within the same aplication with view accesing the model. you cannot access
    the project with model in another workspace (application).
    regards,
    Branislav

  • Differences between Eclipse and Oracle JDeveloper

    Hi,
    Could any one please provide me a list of advantages/dis-advantages and differences between Eclipse 3.1 & Oracle JDeveloper 10g (any version). It's very imp and urgent!!!
    Thanks!

    Hi,
    Could any one please provide me a list of advantages/dis-advantages and differences between Eclipse 3.1 & Oracle JDeveloper 10g (any version). It's very imp and urgent!!!
    Thanks!

  • Difference between security setting when done from JDeveloper or OWSM

    What is the differences between and advantages/disadvantages of securing web services via JDeveloper (authentication, by SAML, inbound and outbound) and defining agents and gateways through OWSM?
    Is it just monitoring and traceability? Isn't it faster when application server enforces security compared to when OWSM is used?
    Regards
    Farbod

    Hi,
    It is no difference regarding security between NW and M version.
    In your case I expect that you are using an user which is admin or system admin and for this reason yo see all the entities.
    Make sure the user used for this test is a normal user without special rigts for BPC servers and it is not part of Admin team.
    Regards
    Sorin Radulescu

  • Differences in compare editor between JDeveloper 10 and 11

    I have some code that previously opened a split-view editor with files side by side. For JDeveloper 10 the code was roughly:
    DifferenceBlock db = new DifferenceBlock(DifferenceBlock.TYPE_NOCHANGE);
    db.setFirstStart(start1);
    db.setFirstLength(length1);
    db.setSecondStart(start2);
    db.setSecondLength(length2);
    URLContributor contr1 = new URLContributor(url1);
    URLContributor contr2 = new URLContributor(url2);
    CompareModel model = new TextCompareModel(contr1, contr2, new DifferenceBlock[] { db });
    CompareNode compareNode = new CompareNode(CompareURLHelper.newCompareURL(contr1, contr2, 0));
    compareNode.setModel(model);
    compareNode.setSource(contr1);
    compareNode.setTarget(contr2);
    EditorUtil.openDefaultEditorInFrame(compareNode);
    Running this code on 11 does not work and gets NoClassDefFoundError. I tried to browse the API for 11 and found oracle.oracle.javatools.compare.CompareView but am unsure how properly use it. I also noticed that it was part of the API since 10 so perhaps the previous way of doing it was not the preferred way? If I could write the code in such a way that it works on both 10 and 11 it would be ideal but it is not a necessity. Mostly I am just looking for some examples to see how a comparison editor would normally be set up and opened.

    Hi Paul,
    I tried it in 11 and as you said those classes are there and the compare editor opened successfully. There is one remaining issue which I need to figure out and that is how to add differences to the compare editor. Ultimately what is being compared are two files that contain duplicate code. I would like to have any differences between the two files suppressed and then be able to specify what items are highlighted. For example, if there was a duplicated method between the two files I would like to be able to have the method highlighted in one file with a connector to the method highlighted in the other file and nothing else highlighted. Is there a way to access the compare editor after it has been opened and specify the differences? In my previous code I was able to specify the differences using the DifferenceBlock and passing it as a parameter to a CompareModel. Using CompareViewer.get().show() omits this step.
    Another smaller side issue is that sometimes duplicated code would exist within the same file. I noticed that opening a compare editor with the same file in both panes gives a warning message saying that the files are identical. Is there a way to suppress this?
    Thank you,
    Jason

  • Whats the difference between *.jsp and *.jspx

    Hi
    When I create a new jsf page the first step prompts me for the "type". I am wondering what is the difference between JSP Page and JSP Document? Which should I be using? Are there any white papers or documents that explain the advantages of each?
    Also, someone suggested that I use Facelets, has anyone else used these from inside jdeveloper? Any thoughts / tips would be appreciated.
    Thanks
    troy

    JSPX uses an XML doument for you page code - it is the way we recommend you build your page. Makes for cleaner code and easier customization.
    JSP uses HTML with embedded JSF tags in it.

  • What is the difference between ojvm and client versions?

    Changing the java vm from client to ojvm result in the following error:
    Errormessage:
    java.lang.UnsatisfiedLinkError: no UniqueC in java.library.path
    Project Settings -&gt; Configurations -&gt; Development -&gt; Runner -&gt; Virtual Machine -&gt; ojvm FAILS
    Project Settings -&gt; Configurations -&gt; Development -&gt; Runner -&gt; Virtual Machine -&gt; ojvm      RUNS OK.
    Project Settings -&gt; Configurations -&gt; Development -&gt;Paths -&gt;Additional Classpath:
    C:\jars\xerces.jar;C:\jars\UniqueC.dll;C:\jars\log4j-1.2.8.jar
    What is the difference between ojvm and client versions? How can I make ojvm to find UniqueC.dll?
    Various version info:
    Output from program:
    java version:1.4.2_01
    java home:C:\programfiler\JAVA\2sdk1.4.2_01\jre
    java vm version:9.0.3.738 cdov
    Taken from JDeveloper Help About:
    Oracle IDE     9.0.3.10.35
    UML Modelers Version     9.0.3.9.4
    Business Components Version     9.0.3.10.7
    java.version     1.3.1_02
    java.vm.name     OJVM Client VM
    java.vm.version     9.0.3.738 o

    However, Adobe offers extra paid services to create PDF or to export PDF to other formats. You are not required to buy them, however.

  • Difference Between Oracle ADF and ADF Rich Client

    Hello Gurus,
    I want to know the difference between those two:
    Oracle ADF:
    http://goo.gl/6Q1i2
    and
    ADF Rich Client:
    http://goo.gl/L31ra
    I downloaded Jdeveloper 11g (11.1.2.3.0)
    I did this tutorial which It adf right? http://goo.gl/8Mf7c
    and this other is rich client right? http://goo.gl/7Krew
    Can I please know the advantages of them over the other one? THANKS !!!

    ADF Faces Rich Client Components are a part of Oracle ADF.
    So Oracle ADF uses ADF Faces as the components for the rich web UI, but it also offers things like simplified database access through ADF Business Components, an advanced ADF Controller layer, and simple data binding.
    I would suggest starting with this seminar:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/Introduction_To_ADF/Introduction_To_ADF.html

  • Eclipse differences versus JDeveloper

    Folks,
    Is there a rundown on the differences between developing using Eclipse and JBoss versus JDeveloper and OC4J, JBoss, WebSphere, etc....? Any pointers to docs or info. on the differences of what is available and not available via one ide and a deployment and the other?
    I've read through various docs especially the developers guide and though it makes some references to differences it doesn't seem to be comprehensive. The problem is that I seem to be running up against a wall in building services that ought to be no-brainers as described by the doc., but that do not work as discussed or seem to be incomplete or missing altogether in the JBoss/Eclipse version of the development and deployment environment I'm using.
    I may be just grasping at straws and there are no meaningful differences between the JBoss/OC4j/Websphere, etc... deployments and JDeveloper/Eclipse development environments but if there are I would appreciate not having to spend alot of time I don't have in figuring what those are on my own.
    If there were a reference like a matrix that lined up the services available via one deployment versus another and via one ide and another that would be very helpful from the get-go as anyone could make alot of setup choices from that alone.
    Thanks,

    Hi,
    WebCenter is dependent on ADF and there is no Eclipse plugin for this. However, best to ask on the WebCenter forum
    WebCenter Portal
    Frank

  • Deploy differences between 904 standalone and 903 J2EE and Web cache versio

    I am trying to port an application from jboss (3.0.3) to OAS 9iAS rel2. Since the application uses local interfaces in the EJBs, I am using the pre-release versions of OAS. My development environment also include ant and xdoclet. I am not using JDeveloper or TopLink and would prefer not to due to the different targets we are using.
    I have successfully portet to the 9.0.4 OC4J (standalone) version. In doing so I have collected all my EJB-class files in one jar, appName-ejb.jar, which along with the war-file and META-INF files go in the ear-file. Attempting to deploy this ear-file directly in 9.0.3 "J2EE and Webcache" version gives me the following error message in the Oracle Enterprise Manager Console: "Deployment failed: Nested exception Root Cause: Syntax error in source. Syntax error in source"
    The how-to:Implement Local Interface (cmplocal) also use a single jar-file, cmplocal-ejb.jar. The description is targeted toward OC4J standalone. I have not attempted to deploy this ear-file in the "j2ee and webcache" version.
    The Petstore demo ear-file (ref: "O9iAS Containers for J2EE User's Guide (9.0.3)") has all its beans in separate jar-files and deploys without any problems. The documentation also indicate that all beans has to be in separate jar-files in the root of the ear-file i.e this is a requirement. Do I understand the documentation correctly?
    Why the difference between the standalone version and the next version? Does not the possibility having to maintain a a large number of bean-jar-files in the root of the ear-file make development/deployment much more difficult than necessary?
    Does there exist any batch-workarounds?
    Dag

    I am trying to port an application from jboss (3.0.3) to OAS 9iAS rel2. Since the application uses local interfaces in the EJBs, I am using the pre-release versions of OAS. My development environment also include ant and xdoclet. I am not using JDeveloper or TopLink and would prefer not to due to the different targets we are using.
    I have successfully portet to the 9.0.4 OC4J (standalone) version. In doing so I have collected all my EJB-class files in one jar, appName-ejb.jar, which along with the war-file and META-INF files go in the ear-file. Attempting to deploy this ear-file directly in 9.0.3 "J2EE and Webcache" version gives me the following error message in the Oracle Enterprise Manager Console: "Deployment failed: Nested exception Root Cause: Syntax error in source. Syntax error in source"
    The how-to:Implement Local Interface (cmplocal) also use a single jar-file, cmplocal-ejb.jar. The description is targeted toward OC4J standalone. I have not attempted to deploy this ear-file in the "j2ee and webcache" version.
    The Petstore demo ear-file (ref: "O9iAS Containers for J2EE User's Guide (9.0.3)") has all its beans in separate jar-files and deploys without any problems. The documentation also indicate that all beans has to be in separate jar-files in the root of the ear-file i.e this is a requirement. Do I understand the documentation correctly?
    Why the difference between the standalone version and the next version? Does not the possibility having to maintain a a large number of bean-jar-files in the root of the ear-file make development/deployment much more difficult than necessary?
    Does there exist any batch-workarounds?
    Dag

  • Main differences between oracle bpm 10.3 vs 11g

    Hi.!!
    Some one knows which are the differences between the last version and the 11g version of the oracle bpm.?
    I need to know what are the differences to find out which version to implement a project...
    help me..!!

    11g relies upon SOA suite components for much of the underlying infrastructure.
    Interactive activities are no longer modeled using the simple JSF based ALBPM style screen flows and UI editor. In 11g the human workflow engine is used for this purpose - it handles user routing, notifications, data associations, etc. The actual implementation is done in ADF using task flows. This gives you more flexibility, with the caveat of a bit more complexity.
    11g is a "codeless" environment. ALBPM style Automatic activities and PBL code are a thing of the past. Business logic is now performed either using Business Rules, or by calling Web Services. There are also adapters for accessing the database, FTP, and reading/writing files on the filesystem. Data flows through the process in the form of XML, some of which is abstracted away from the developer in the form of Business Objects in the catalog. However, knowing XML and XML related technologies is now much more important (XSD, XPath, XSL, etc.)
    The Eclipse style IDE is no longer used for design time. JDeveloper is the new IDE. You can also use BPM composer for some online (it's a web based app) project design and publishing.
    The Process Administrator app is now gone - that functionality is replaced by fusion middleware control (Enterprise Manager) and the workspace itself.
    More details can be found in the documentation:
    http://download.oracle.com/docs/cd/E14571_01/soa.htm

  • Differences between regular and Japanese localized

    What are the differences between regular JDeveloper 2.0 and
    Japanese localized versions ?
    I received regular JDeveloper 2.0 (Build 343) from the U.S.
    Is there any issue or limitation to use it in order to use
    Oracld RDBMS 8.0.5 & 8.1.5 created with character set JA16EUC
    running on Solaris ?
    I think there is no issue or limitation if we use it with
    NLS-zip.
    Or do we have to use Japanese localized versions ?
    Then what's the benefit of using it ?
    Any information about this would be much appreciated.
    Best regards,
    null

    The US JDeveloper version if used with Japanese fonts , or
    better with a Japanese NT will allow for display and input of
    Japanese text including when interacting with Oracle databases.
    This is the internationalization support and JDeveloper is
    internationalized for Japanese
    The only difference between the versions (other than a couple OS
    dependent bugs in the readme file) is that the Japanese version
    has a UI and documentation in Japanese as opposed to English.
    Hope this helps.
    Yoshikazu Ichitsuka (guest) wrote:
    : What are the differences between regular JDeveloper 2.0 and
    : Japanese localized versions ?
    : I received regular JDeveloper 2.0 (Build 343) from the U.S.
    : Is there any issue or limitation to use it in order to use
    : Oracld RDBMS 8.0.5 & 8.1.5 created with character set JA16EUC
    : running on Solaris ?
    : I think there is no issue or limitation if we use it with
    : NLS-zip.
    : Or do we have to use Japanese localized versions ?
    : Then what's the benefit of using it ?
    : Any information about this would be much appreciated.
    : Best regards,
    null

  • Differences Between JDev BC4J/JClient Versions

    Hi,
    I'm finding key differences between library versions of my BC4J and JClient libraries which are introducing bugs into my application. What once ran properly no longer runs properly in JDev 10.1.2. What makes this particularly interesting is that the Application Server has the older libraries (which work) while JDeveloper 10.1.2 has the new libraries (which have the issues). I was wondering if anyone could point me to a document of all the changes in BC4J and JClient between releases.
    Here are two of the differences I'm seeing...
    1. In the older BC4J lib (deployed by default with the 10g app server) using a ViewCriteria to select a ROW with a CHAR[7] using a string with less than 7 characters works fine. It simply does a standard CHAR[7] comparision, treating the missing characters as spaces, and finds a match. ie "select * from MY_TABLE where KEY='AA' finds the key with 'AA ' and it shows up in my results as I desire.
    In the newer BC4J lib, while the same select statement runs (and finds the row) the BC4J libraries seem to be doing a post processing in the ViewCriteria which HIDES this row from me. I have to manually PAD my input string in Java before putting it into the ViewCriteria to get it to work. (And no, the database can't be changed to a VARCHAR for other reasons.)
    2. The JFACE library's ScrollablePanel has no trouble creating a scrollable panel with a table for my ViewObject in the old version of the JFACE library. However, the new version of the JFace library has a problem where scrolling the panel shows many blank rows, until I actually click on a row, at which point the internal ViewObject cursor moves forward and loads that data (and hides the earlier data).
    This is annoying as I really would prefer to be able to upgrade to new libraries when they come out. But instead I'm having to download the older libraries and put them into JDeveloper instead.
    a. Can anyone point me to a document listing all changes between BC4J and JFace library versions?
    b. Does anyone know of a better way to work around the issues I'm seeing above? They're really annoying.
    Thanks,
    Doug

    Hi,
    I use weblogic 10.3.4 with Application Development Runtime (11.1.1.2.0) and JDev 11.1.1.4.i assume you are using standalone wls 10.3.4 with Application Development Runtime (11.1.1.2.0).
    But jdeveloper 11.1.1.4 has ADR 11.1.1.4.0 .. It would create some incompatabilities.
    Betw:
    you can install ADR from jdeveloper setup also, just uncheck the jdev and wls studio installation when installing ADR from jdev, It will also prompt for the wls home.
    Regards,
    Santosh.
    Edited by: Santosh Vaza on Apr 23, 2011 4:52 PM

Maybe you are looking for

  • Reporting ME31 L Scheduling Agreements in Me2M

    At my company were having a deli ma where I've implemented scheduling agreements in SAP R3.  Its going great until we ran a report in ME2M. We report to the CFO expected delivery of incoming materials. Through ME2m and filtering  ALLES "everything po

  • Document flow

    Dear All, Can anyone suggest how, based on a list of sales orders i will be able to query to see the corresponding delivery numbers and invoice numbers? Is there some way predefined in SAP? i just want to plug in the order numbers and geta  report sh

  • Barcode reader in forms

    is there any way to add functionality of bar code reader in forms

  • Solaris8 intel: admintool

    Hi, my ex-colleague had used admintool to create domain accounts for students( solaris 8 intel OS). Understand that admintool is used to create local accounts but not domain accounts. What is the magic behind this? Pls reply to [email protected] Than

  • Debugging a MOUSE_DOWN function

    I have an animation im working on, a series of images, placed in individual keyframes, that is rotatable by clicking down and dragging left or right. My actionscript is solid when viewed in flash's desktop player. The problem is the client views it i