600 likes | 618 Views
Develop a demonstration of rapid JEE web app using ADF in JDeveloper 11g, focusing on EJB/JPA and Rich JSF development. Learn how to create entities, session beans, data controls, and JSF pages efficiently.
E N D
JSF On RailsJDeveloper 11g/ADF 11gRapid EJB/JPA + Rich JSF Development 8th of December 2008AMIS
Overview of Application to Develop Demonstration rapid JEE Web Application Development JDeveloper 11g with ADF • Business Tier: EJB 3.0/JPA • ADF Model • Web Tier: JavaServer Faces (ADF 11g Faces Rich Client Components)
Create a Session Bean to expose a Business Service API for the entities
Data Control used in JSF applications can best use the Local Interface
Data Control Palette after creating the Session Bean based Data Control
Drag EmployeeList under Department to the page; drop as MasterTable/Detail Table
Set partialTriggers attribute for detail table to reference the master table
Drag Employee under Department (manager of department) to PanelWindow – drop as Form
Add showpopupbehavior to departmentId outputText – refer Popup and set triggerType to contextMenu