Course Overview
This class is a hands-on lab-intensive course that will keep the student busy and active for the duration of the course. While the course covers the fundamentals that support OA Framework-based applications, the course is really an exercise in J2EE programming. Over the duration of the course, the student will create an OA Framework-based application that selects, inserts, updates, and deletes data from a R12 Oracle Applications instance.
Learn to:
- Describe the concepts and details of the MVC design pattern
- Create a query, drill-down, create, delete, and update to an E-Business Suite instance
- Use E-Business Suite security in conjunction with OA Framework applications
- Describe OA Framework development standards
Who should attend
- Application Developers
- Java Developers
- Developer
- Sales Consultants
- Technical Consultant
- J2EE Developer
Prerequisites
Suggested Prerequisites:
- E-Business Suite development and debugging
- E-Business Suite system administration
- Java programming
- J2EE programming
Course Objectives
- Complete a basic query page (SELECT)
- Complete a basic drill-down page (SELECT)
- Complete a basic create page (INSERT)
- Complete a basic delete page (DELETE)
- Complete a single-page update page (UPDATE)
- Complete a multi-page update (UPDATE)
- Understand the foundational concepts and standards of OA Framework-based applications and pages
Course Content
- Introduction to OA Framework
- Concepts of the MVC Design Pattern
- Basics of the Model
- Basics of the View
- Basics of the Controller
- Setting Up Your Development Environment
- OA Framework State Management
- Introduction to JDeveloper 10g with OA Extension
- Implementing a Query Page and Drill Down Page
- Implementing a Create Page
- Implementing a Delete Page
- Implementing an Update Page
- OA Framework Development Concepts and Standards
- Deploying OA Framework Applications