Oracle Utilities: Software Development Kit for v4
This Oracle Utilities: Software Development Kit for v4 training focuses on the Java development necessary to create new business objects, maintenance objects, metadata and algorithms. All coding exercises are done in Java and use the Eclipse development platform.
Course Duration: 40hrs
Course Content:
Overview
- Oracle Utilities Application Framework (OUAF) Development concepts
- SDK for Java development
- Configure Eclipse and create project
- Database setup
Employee Table Metadata
- OUAF table and field metadata
- Create new table metadata for Employee
Employee Business Objects
- Artifact Generator
- Business Entities
Employee Change Handler
- Overview of the Change Handler and validation rules
- Messages
- JUnit Testing and Extensions
Employee Algorithms
- Overview of Algorithms
- Algorithm JUnit testing
- Supporting business objects: portals, zones, and scripts
Paycheck Table Metadata
- Defining a Custom Maintenance Object
- Maintenance Object fields and tables
Paycheck Business objects
- Paycheck business entities
- Supporting business objects: UI Maps, information algorithms, portal and zone
Paycheck Algorithm
- Complex BO lifecycles
- Java algorithm class
- Create and run JUnit Class