A framework for application development within E-Business Suite. The framework is also available for personalizations, customizations and custom-application development.

Object Type Identification

File Extensions 

NameDescription
.javaJava programming language source file containing Java classes.
.classCompiled Java class
.xmlExtensible Markup Language file format used to create common information formats and share both the format and the data using standard ASCII text.
.zipzip file
.earEnterprise Application Archive file
.jarJava Archive file.

Object Type

NameCode
Oracle Application Framework (OAF) JAVAOAF_JAVA

Object Type Attributes

NameCodeDescriptionDefault ValueSupported Values
SourceSOURCEObject Source Location Type

SCM

SCM
Target LocationTARGET_LOCATIONPath to where the file should be deployed to.

$<PROD_TOP>/<package path>


Java ClasspathCLASSPATHLocation of user-defined classes and packages.$CLASSPATH
Target File PermissionFILE_PERMISSIONSPermissions to apply to the file after it is deployedDefaults to the project property FDEBS_FILE_PERMISSIONS

Related Project Properties

NameCodeDescriptionDefault Value
OAF Java Root Source DirectoryFDEBS_JAVA_ROOT_SOURCE_DIRWhere java/class/xml file's package resides. (e.g. classes).java
OAF Java Root Destination DirectoryFDEBS_JAVA_ROOT_DESTINATION_DIRTarget directory for java,class,xml files.$JAVA_TOP
OAF Java ClasspathFDEBS_JAVA_CLASSPATHLocation of user-defined classes and packages. Set the classpath if needed for Java Compilation.
File PermissionsFDEBS_FILE_PERMISSIONSTarget File Permission. Will be set to target file after deployment using chmod. eg: 755

Sample Build Commands 

N/A - Build commands not supported for this type.

Sample Deploy Commands 

cp "$SOURCE_FILE" "$JAVA_TOP/xxt/oracle/apps/ak/xxperson/webui/";
export CLASSPATH=$CLASSPATH;
javac -Xlint:none -classpath $CLASSPATH "$JAVA_TOP/xxt/oracle/apps/ak/xxperson/webui/xxPersonMainCO.java";


cp "$SOURCE_FILE" "$JAVA_TOP/xxt/oracle/apps/ak/xxperson/schema/server/";

Considerations