Thursday, January 22, 2009

Training Tutorials

Things to remember
a] New projects:
Project settings=
You should ensure that the developer test mode and OA diagnostics are enabled in your projects to help you identify various coding standards violations and leverage the AOL/J logging feature. OADeveloperMode and OADiagnostic.
b] New Business components Package (BC4J):
Verify that the radio button Entity Objects mapped to database schema objects is selected.
c] New Application Module:
In the Java page, select the Generate Java File(s) checkbox.
Enable passivisation >> Edit AM -->properties -->name=RETENTION_LEVEL, value=MANAGE_STATE.
d] New Entity Object:
Verify that one of the attributes have Primary key checkbox selected.
Deselect the
Generate Default View Object check box.
In the Generate Methods region, check the Accessors, Create Method, Validation Method and Remove Method check boxes.
In the Tuning tab, check the Use Update Batching checkbox and set the Threshold field value to 100.
e] New View Object:
Select the Generate Java File for View Object Class: EmployeeSummaryVOImpl and for View Row Class: EmployeeSummaryVORowImpl.

No comments:

Post a Comment