difference between JDeveloper, Oracle Forms and Java SE and EE

1. I want to know what is the difference between Oracle Forms, JDeveloper, Java SE and EE
2. is it true that Oracle Forms can produce only a desktop application. To create the web application, we have JDeveloper?
3 Java SE can only make application office. EE only can make web applications?
4. to make custom forms and paste it to the E-Business Suite R12, what tool do we use? Oracle Forms, JDeveloper, or Java SE or EE?

Can someone help me with this? I intend to make a custom process externally because there are some processes that cannot be addressed by E-Business Suite R12. I want to know what tool to develop this custom application and whether to integrate the custom for existing E-Business Suite application. Thank you

1. I want to know what is the difference between Oracle Forms, JDeveloper, Java SE and EE

Oracle Forms is a tool of Rapid Application Development (RAD) used to create an Application that interacts with an Oracle database.
JDeveloper is an integrated development (IDE) environment to create applications based on Java.
Java is a programming language. The SE (Standard Edition) and EE (Enterprise Edition) are just different editions of Java (very basic definition).

2. is it true that Oracle Forms can produce only a desktop application. To create the web application, we have JDeveloper?

The latest version of Oracle Forms No. only supports the web deployment. Old version (6.0 and lower) were traditional Client/Server.

3 Java SE can only make application office. EE only can make web applications?

Wrong again. To see the difference between the two, visit www.java.com.

4. to make custom forms and paste it to the E-Business Suite R12, what tool do we use? Oracle Forms, JDeveloper, or Java SE or EE?

Above all, Oracle Forms, but you can also develop extensions customized by using JDeveloper and the EBS Self Service Framwork. As indicated above, Java SE and EE are not tools, but a language.

Can someone help me with this? I intend to make a custom process externally because there are some processes that cannot be addressed by E-Business Suite R12. I want to know what tool to develop this custom application and whether to integrate the custom for existing E-Business Suite application. Thank you

Before starting to build custom to the Enterprise Oracle Business Suite (EBS) extensions I highly suggest that find you a job working firstly with EBS so you can learn the framework of EBS and how the various parts work together. Also, I recommend that consult the library of Documentation of Oracle Applications . Oracle is very clear on how to add customizations to the EBS.

Craig...

Tags: Oracle Development

Similar Questions

  • Difference between an Oracle database and Oracle SID

    Hello

    Can someone please differeniate what exactly is the difference between an Oracle SID and a new Oracle database.
    We just need to create another instance of an application (so we need another copy of all tables).

    So either we can:

    1. new database SID created or

    2. new user created in the existing schema or

    3. the new database provided

    What is the best approach?

    Hello

     New database SID created or
    

    Which is the equivalent of creating a new database in your case.

    New user created in existing schema or
    

    You mean new schema (user) created in the existing database. I assumed that this is because you do not want both asks to update the same copy of the table, but copy different.

    3. New database provided
    

    Depends of your you if you want to create a new database or a new scheme to get another copy of the table.

    A few points that I take in mind
    (1) if I have a production database and I need to create a new set of control panels, or any other end, I would create a new database.
    (2) if I have a test database and I need to create a new set of tables of control or any other purpose, if possible I would create a new schema of the existing database.
    (3) if I use less resources(hardware/memory), I would proffer a new schema of the existing database.
    (4) if I'm running not less resources and I want to keep these two entirely different copies, then for security reasons I would create a new database.

    Concerning
    Anurag Tibrewal.

  • Hi I am new to Oracle forms and reports I want to know the differences between the Enter query mode and Normal mode?

    Hi I am new to Oracle forms and reports I want to know the differences between the Enter query mode and Normal mode?

    Welcome to Oracle Forms!  Out of curiosity, what do you mean by 'new '?  You are a student or new to an organization that uses Oracle Forms?  Or just play with Oracle Forms to learn something new?

    Let me start by saying that many of your questions designtime can answer by searching in the help of the constructor of the form library.  It's accessible, like most of the other products in the Builder menu > help.

    Regarding your question, ENTER QUERY mode, as the term implies, is when it is in a State where it is accept input for the execution of a query.  When in this mode, there are various restrictions.  Yet once, it will find more details in the Builder Help.  In this case, search help for these two subjects, "SYSTEM." MODE'and "built-ins comments that are not allowed in the input query Mode".  There are many other pages that contain information about the ENTER_QUERY method, but these two should help you get started.

    Normal mode, as its name implies, is when it is in a State of 'normal '.  Basically to do nothing in particular, but also not in ENTER QUERY mode.  In this State, you can move the shape, INSERT, UPDATE, DELETE, documents, etc..

    You will find additional information, as well as a lot of documentation on the product page of forms of OTN:

    http://www.Oracle.com/technetwork/developer-tools/forms

  • Difference between Date of invoice and Date GL accounting Date Oracle AP

    Hello

    I have a question that might help a lot of people too late.
    I tried to run these queries
    Select aia. INVOICE_ID
    of AP_INVOICES_ALL aia, aida AP_INVOICE_DISTRIBUTIONS_ALL
    where aia. INVOICE_ID = aida. INVOICE_ID
    and aia. INVOICE_DATE <>aida. ACCOUNTING_DATE

    Select aia. INVOICE_ID
    of AP_INVOICES_ALL aia, aida AP_INVOICE_DISTRIBUTIONS_ALL
    where aia. INVOICE_ID = aida. INVOICE_ID
    and aia.GL_DATE <>aida. ACCOUNTING_DATE

    I see that there are a lot of results for these queries, where the Date of the invoice is not equal to the posting date and of the GL_Date of an invoice does not match the posting date in the distribution table.
    So, what is the difference between these dates.
    And if I had to take the date of posting of the invoice of the document, the date on which I have to take for these invoices in AP

    Thank you
    Bob

    Hello

    Date of GL:

    The date used to determine the right time of accounting for the transactions of your invoice and payment of GL. You assign a GL Date on your invoice during invoice entry
    and your payments during the creation of payment.

    Date of invoice:

    The invoice date that you assign to an invoice, you enter in Payables. Accounts payable uses this date to calculate the invoice due date, the terms of payment of the invoice. The invoice date may be the date of the invoice, or it can be another date that you specify.

    Posting date:

    The GL Date for distributions of the invoice. If you do not enter a value here or enter a value for GL Date when you submit Payables Open Interface Import, accounts payable will allocate a GL Date based on the GL Date set in the region of the invoice of the Payables Options window.

    Kind regards
    Rahul

  • The difference between the ADR green vs JAVA API usage? It's confusing

    Can u clarify the difference between the ADR green vs JAVA API usage? It's confusing. If I want to create a custom algorithm, what should I use. Is it Java APIs or green Marl

    Thanks in advance,

    Akhil

    Hi Akhil,

    Thank you for your interest in the PGX! If you want to write a custom algorithm, you should do it in green-Marl. Marno-Green is a custom DSL specially designed for writing of graph algorithms. You can then use the Java API of PGX to compile and run your algorithm. Find a detailed tutorial: http://docs.oracle.com/cd/E56133_01/tutorials/compile.html

    PGX is delivered with a set of built-in algorithms, each available as a convenient Java method. Internally, all algorithms are written in green-Marl as well. The signature of the Java method aligns with the signature of the underlying green-ADR procedure. Find information about the algorithms here: http://docs.oracle.com/cd/E56133_01/tutorials/builtins.html

  • What is the difference between the "Software Version" and "Version of the platform?

    I posted in this forum, because there is a maximum activity in this forum. Sorry, if this is not a good place to post this kind of question.

    What is the difference between the "Software Version" and "Version of the platform" of any blackberry device?

    My camera's curve 8900 and I can see in the menu About his version of software is 4.6.1.231 and the version of the platform is 4.2.0.108. What are these 2 versions for?

    Probably the best posted in the software section of the device, but is not serious.

    Version of the software/App - indicates the version of your applications (address book, browser, calendar, etc.).
    Version of the platform - indicates your version of system software (Java based software, radio code, etc.).

  • Oracle Forms and reports 12 c (12.2.1.0) Installation

    Hello

    I had downloaded a file of

    Oracle Forms and reports 12 c (12.2.1.0)

    Published on 23 October 2015

    http://www.Oracle.com/technetwork/developer-tools/forms/downloads/index.html .

    Now, I am trying to install, but its not install on the computer. can guide you how to install it.

    Sandy

    Two things:

    1. you didn't did not read carefully my last update.  I said that you need to install JDK 8 (more precisely 8U51 or newer).  Which suggests that you installed and that he tried to use Java 7 with that statement that you answered:

    C:\Program Files\Java\jdk1.7.0_79\bin>java-jar fmw_12.2.1.0.0_infrastructure.jar

    You must UNINSTALL 7U79 (which you cited above) and install the last v8, which is 8U66.

    http://www.Oracle.com/technetwork/Java/javase/downloads/index-JSP-138363.html

    2. you have not share of details necessary to understand what could happen.  For example:

    • On what platform and the version you install?
    • Have you reviewed the matrix of product Certification to ensure that this platform is certified for use?
    • Is your Windows user, a member of the Windows Administrators group?
    • The machine has at least 6 GB of RAM?
    • Is the installer staged locally or are access you it from a network share?
    • Did you review the Setup logs?  If this is not the case, do, as they will probably tell you what is happening.  They are located in:

      C:\Program Files\Oracle\Inventory\logs

    I highly recommend that go you through the documentation (Setup Guide, Sys requirements, etc.) before you install or use the product:

    http://docs.Oracle.com/middleware/1221/formsandreports/index.html

  • Oracle Forms and reports OPMN OC4J_BI_Forms start, restart automatically.

    Hello

    We run Oracle Forms and reports 10g (10.1.2) virtual server Linux 5 in the test environment, using 5.5 ESXi.

    We have above question (Oracle Forms and reports OPMN OC4J_BI_Forms start and restart automatically) with this server, OPMN logs (ipm.log)

    below please help us solve this problem permanently.

    IPM. JOURNAL:

    15/07/24 11:23:06 [4] ask complete 2. Command: start

    15/07/24 11:23:55 [3] [libopmnoc4j] attempt to ping OC4J has expired

    15/07/24 11:23:55 [2] [libopmnoc4j] AJP13: error reading response AJP13

    15/07/24 11:23:55 [2] [libopmnoc4j] URL to Ping for proc: 1506214241 a failed ping url: / reports/rwservlet/pingserver? start = auto

    15/07/24 11:23:55 [4] [libopmnoc4j] process Ping failed: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:9643)

    15/07/24 11:24:45 [3] [libopmnoc4j] attempt to ping OC4J has expired

    15/07/24 11:24:45 [2] [libopmnoc4j] AJP13: error reading response AJP13

    15/07/24 11:24:45 [2] [libopmnoc4j] URL to Ping for proc: 1506214241 a failed ping url: / reports/rwservlet/pingserver? start = auto

    15/07/24 11:24:45 [4] [libopmnoc4j] process Ping failed: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:9643)

    15/07/24 11:25:35 [3] [libopmnoc4j] attempt to ping OC4J has expired

    15/07/24 11:25:35 [2] [libopmnoc4j] AJP13: error reading response AJP13

    15/07/24 11:25:35 [2] [libopmnoc4j] URL to Ping for proc: 1506214241 a failed ping url: / reports/rwservlet/pingserver? start = auto

    15/07/24 11:25:35 [4] [libopmnoc4j] process Ping failed: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:9643)

    15/07/24 11:25:35 [4] [libopmnoc4j] inaccessible process: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:9643)

    15/07/24 11:25:35 [4] restart process: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:9643)

    15/07/24 11:27:35 [4] process shutdown: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:9643)

    15/07/24 11:27:35 [4] [libopmnoc4j] with strength of the termination process: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:9643)

    15/07/24 11:27:37 [4] from process: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:0)

    15/07/24 11:27:40 [4] living process: OC4J ~ OC4J_BI_Forms ~ default_island ~ 1 (1506214241:10657)

    OC4J Log:

    ========

    --------

    15/07/24 11:38:29 stop processes

    --------

    15/07/24 11:38:29 closing...

    15/07/24 11:38:30 using the oracle.reports.util.EnvironmentGlobal class

    15/07/24 11:38:30 REP-56040: rep_abc_oracleas1 server already exists in the network

    --------

    15/07/24 12:14:55 start

    --------

    15/07/24-12:15 FormsServlet init():

    configFileName: /d01/oracle/OraHome_1/forms/server/formsweb.cfg

    testMode: false

    15/07/24 12:15 oracle Application Server containers for J2EE 10 g (10.1.2.0.2) initialized

    15/07/24-12:15:20 by using the oracle.reports.util.EnvironmentGlobal class

    15/07/24 12:15:27 ListenerServlet init()

    15/07/24-12:19:29 by using the oracle.reports.util.EnvironmentGlobal class

    java.lang.NullPointerException 15/07/24-12:19:32

    15/07/24-12:19:45 by using the oracle.reports.util.EnvironmentGlobal class

    15/07/24 14:03:19 session of shapes < 42 > abandoned: unable to communicate with the execution process.

    Kind regards

    Hello

    To resolve the error java you need to change ressemelable and java cache settings report error see the link already discuss

    https://community.Oracle.com/thread/847864?start=0&TSTART=0

    I hope it will be useful.

    Thank you.

  • What is the difference between the substituted glyphs and substituted fonts?

    Hi all

    Someone could tell you what is the difference between the substituted glyphs and fonts substituted in the Panel preference.

    Thank you

    Kasi

    1. In InDesign, the word police refers to typography and style: you might miss Helvetica or, for example, Helvetica Bold.
    2. A glyph is a particular form of a character in a font: for example, the letter H can be available as a standard H or a signature H or ornament. If the police does not have the signature or ornament glyphs, which would produce the missing message of glyph.

  • Examples of error performance... ? Difference between the runtime error and the syntax error?

    Hello, I know that an implicit validation occurs before a runtime error.

    What is the difference between a runtime error and the syntax error (syntax error seems pretty obvious).

    Could you give me an example or 2 an error of execution'd. Should not be explained with statements etc. just a small example of first.

    Hello, I know that an implicit validation occurs before a runtime error.

    You do? How do you know that? What is the source of your information?

    What is the difference between a runtime error and the syntax error (syntax error seems pretty obvious).

    The syntax is checked at the time of the analysis/compile. Runtime errors occur to, of course, of execution time. You can NOT run sometimes that there are syntax errors.

    Could you give me an example or 2 an error of execution'd. Should not be explained with statements etc. just a small example of first.

    Ideally, Oracle has created an entire book of them. Make your choice.

    http://docs.Oracle.com/CD/B28359_01/server.111/b28278/TOC.htm

    The doc PL/SQL treats Exceptions language and everything that you always wanted to know about them. It also includes examples

    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28370/errors.htm

  • What is the difference between the element catalog and category of the item

    What is the difference between the element catalog and category of the item

    PL. visit the following links.

    Point Catlog

    Catalogue of objects: Oracle ERP Apps Guide

    What is the difference between the category of the item and itemcatalog you can plea

  • What is the difference between the time cpu and cpu in AWR db?

    Hi, experts:

    What is the difference between the time cpu and cpu in AWR db?

    As a general rule, 'DC CPU', 'CPU Time' (and 'DB CPU of "TIME") are references to the same (i.e., a measure of the amount of time the instance of Oracle on the CPU), but to avoid any risk of misunderstanding, it is best to give us a little background labels - i.e. lines 6 or 7 containing an example of every use of one of your AWR reports

    Concerning

    Jonathan Lewis

  • What is the difference between the MapViewer.war and the .ear in 11.1.1.7.1

    There are two sets of files mapviewer, the mapviewer.war and the mapviewer.ear in Oracle Fusion Middleware MapViewer Version 11g ps6 (11.1.1.7.1).

    What is the difference between the mapviewer.war and the mapviewer.ear in 11.1.1.7.1?

    Which one should I install in the Glassfish?

    The mapviewer.war is mapviewer11g_qs\apps.

    Thank you

    Published by: 1008396 on May 28, 2013 13:24

    war is the mapviewer preconfigured/deployed in this container of glassfish.

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

    Hi all

    What is the difference between JDeveloper 9i & JDeveloper 10 g in what concerns the OPS?

    Kind regards.

    Hello

    What is the difference between JDeveloper 9i & JDeveloper 10g with respect to OAF?
    

    JDeveloper 9i & 10g are different version of the Jdveloper. These two versions are used for the development of the Extension of the OA framework.

    JDeveloper 9i is compatible with oracle 11i applications, while Jdveloper 10 g is compatible with the version of oracle applications R12. At the same time, you can use both of them as SQL Editor.

    Kind regards
    GYAN

  • Difference between srvctl relocate scan and scan_listener?

    Hi all

    I have a 2-node RAC cluster using 11.2.0.2 grid Infrastructure.

    I'm trying to get well clear in my mind what the difference is between moving SCANNING using srvctl relocate scan and SCAN_LISTENER use srvctl move scan_listener

    Can anyone provide me explain when you would use each order and the effect there?

    Thank you very much.

    Hello

    See here for a closer explanation of the SCAN:

    http://www.Oracle.com/technetwork/database/clustering/overview/scan-129069.PDF

    Regarding your questions: the difference between a SCAN VIP and VIP normal CARS, is that a node has the VIP CARS he wants to run on and each has one node (so that you have only 3 SCANs). If it fails over to another node, the normal VIP exists, but does not accept connections, while the SCAN is not set on a node and can run on any node in the cluster (and will accept connections at any time).

    Now it works, VIP SCAN to the SCAN listener (otherwise it would not make sense). This is why there is really no difference in moving the SCAN VIP (because this will trigger a move of the listener), or to pass the SCAN_Listener (since this will move the VIP depends).

    Concerning
    Sebastian

Maybe you are looking for

  • Satellite P300-1GL battery falls to 85% when you unplug the charger

    Hello I had a Satellite P300-1GL for about a week and I let it charge and discharge several times. When Vista tells me that the battery is fully charged (100%) and the battery light changes from orange to white on the laptop, I unplug the charger. Th

  • IWindows mail on vista cannot send but can receive

    I must have windows re-installed vista on my computer.  Now my windows mail can receive email, but can't send.  I've been over and over the server information and it has been entered correctly.  Any ideas?

  • [Deployment webwork application]

    Dear friends, 1. I developed an application by Webworks. I can test Simulator, device. I want to hand out, what should I do? 2. information on terminology, what is the same meaning of «Apple store "with BlackBerry?» Thank you.

  • How to install a program in the D: drive?

    I have a sony vaio notebook. He bought recently. All programs that install, settle in the C: drive. So C: will fill up. If I install the new programme, it gives an error Low space. Programs that install ask me not the location to install. I have wind

  • Someone had this problem: invalid Toolchain?

    Recently, I submitted my application (newsstand App) for review on iTunes Connect and rejected for the following reason:Invalid Toolchain - new applications and app updates must be generated with the (GM) public versions of Xcode 6 or later and iOS S