0% found this document useful (0 votes)
30 views3 pages

Steps For Deploying OAF

The steps to deploy an OAF page include: 1) developing the JSP locally, 2) transferring source code files to the Oracle APPS environment, 3) importing the new directory structure into the MDS repository, and 4) registering the form in the Oracle Apps environment. Key steps also include copying model and controller files to the Java top directory and importing XML files using an import command run from JDeveloper.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views3 pages

Steps For Deploying OAF

The steps to deploy an OAF page include: 1) developing the JSP locally, 2) transferring source code files to the Oracle APPS environment, 3) importing the new directory structure into the MDS repository, and 4) registering the form in the Oracle Apps environment. Key steps also include copying model and controller files to the Java top directory and importing XML files using an import command run from JDeveloper.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

StepsForDeployingOAFPage

Thestepsinbriefare:
DevelopmentoftheJSPinlocalmachineusingJDev.
Transferringtherelatedsourcecode/filestotheOracleAPPSenvironment.
Importingthenewdirectorystructure/pathofthepage/formintheMDSrepository.

RegistrationoftheformintheOracleAppsenvironment
JDevelopertoApacheMapping:

DeployingModel&Controller:
Copy$JDEV_USER_HOME\myclasses\
acme\oracle\apps\myapp\storefront\server\CatalogEO.xml
acme\oracle\apps\myapp\storefront\server\CatalogEOImpl.class
acme\oracle\apps\myapp\storefront\server\CatalogCO.class
To$JAVA_TOP
acme\oracle\apps\myapp\storefront\server\CatalogEO.xml
acme\oracle\apps\myapp\storefront\server\CatalogEOImpl.class
acme\oracle\apps\myapp\storefront\server\CatalogCO.class
Alternatives:

Add$JDEV_USER_HOME\myclasses\acmetotheclasspath
Zipallunder$JDEV_USER_HOME\myclasses\acmeanddeployto$APPL_TOP\java

ImportingXMLFiles
import
<OAFpage>
username<DBusername>password<DBpassword>rootdir
<Rootdirectory>dbconnection<entryintnsnames.orafile>
ThecommandistoberunfromJdeveloper/Jdevbin/oaext/Bin.

Importingthepage:

RegisteringinApps:

You might also like