You are on page 1of 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