Jdeveloper setup and installation is the first step of OAF Development. Following steps can be used to install and setup Jdeveloper for Oracle Apps R12 version development:
1. Download JDeveloper 10.1.3.3.0. Available Oracle patch is p8431482_R12_GENERIC.zip
Unzip the patch p8431482_R12_GENERIC.zip i.e. in D:\
2. Add an environment variable in your system and specify the path of jdev in following location My Computer>Properties>Advanced>Environment Variables, as given below screen shot.
3. Download dbc file of Oracle application instance from $FND_TOP/secure location from your oracle apps server. A DBC is like a tnsnames.ora file which contains the connection detail.
Place the file at location D:\p8431482_R12_GENERIC\jdevhome\jdev\dbc_files\secure
The Jdeveloper has been installed successfully. Create a shortcut of Jdeveloper by navigating to the following path:
D:\p8431482_R12_GENERIC\jdevbin\jdev\bin
Find an icon with the name jdevW.exe, right click this icon and create a shortcut in the Desktop.
Now lets do the setup so that you can start your development.
4. Open JDeveloper and set database connection. Goto Connection Navigator > Database and create a new connection
Note: Give user name and password do not give any role and do not check Deploy Password checkbox
Note Give Host Name, JDBC port, and SID. Keep driver as thin.
Now JDeveloper is ready to use.
5. Create a sample workspace and project to know setting during creation of project
1. Goto Application Navigator right click > New > General > Workspace Configured for Oracle Applications
2. Give workspace name
3. Give project name and Default package
Note Default package is
<3rd party identifier>.oracle.apps.<application_short_name>.<component>.
[<subcomponent>]
Example: xxcust.oracle.apps.po.requisition.webui
4. Give database connection detail
5. Give your dbc file location, application username, application password, application short name, and responsibility key i.e. Application short key and responsibility key is nothing but assigned responsibility detail to the application user for example if application user has System Administrator responsibility then Application short name will be “SYSADMIN” and responsibility key will be “SYSTEM_ADMINISTRATOR”. These values are required to compile and run the page because page required context during run time so it will login the application with given username and password and it will take context from assigned responsibility
6. Click Next. Creation of Workspace and project has finished
Now, a workspace and a project is created. You can begin your development in the created workspace.
Some Other Most Useful OAF Tutorials:
- How To Call A Concurrent Program From OA Framework Pages
- How To Call A PL/SQL Procedure From An OAF Page
- How To Change The Header Of An Advance Table Column Dynamically
- How To Create A Submit Button Dynamically In OAF Page
- How To Implement Train In OAF | Implementation Of Train Functionality In OAF
- How To Import Oaf Pages From Unix Server Or Apps server.
- Implement PopList in OA Framework | OAF Tutorials
- Implementation of PPR [Partial Page Rendering] in OAF Page
- OA Framework Interview Questions And Answers - Part1
- VO Extension In OAF | Hiding An Item Conditionally Through SPEL In OAF
COMMENTS