码迷,mamicode.com
首页 > Web开发 > 详细

ADF_Starting系列6_使用EJB/JPA/JSF通过ADF构建Web应用程序之建立DataModel

时间:2015-03-02 09:23:18      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

2013-05-01 Created By BaoXinjian

技术分享一、摘要


在本教程中,您将使用甲骨文的JDeveloper 11 g版本11.1.2.0.0来构建一个web应用程序。

建立数据模型,您可以使用EJB图,EJB 3.0和Java Persistence API(JPA)。

web客户端使用JavaServer Faces(JSF)。

创建一个主从复合结构主页查询和编辑功能的用户界面。

一个任务流,搜索功能,也作为一个地区添加到页面中。

Building a Web Application Using EJB, JPA, and JavaServer Faces

Part 1: Building the Data Model with EJB 3.0 Using the EJB Diagrammer

Step 1: Create a New Application and Projects

Step 2: Create the Persistence Model

Step 3: Create an EJB Diagram and a Session Bean

Step 4: Create a Facade Bean to Expose for the Client Application

Step 5: Create ADF Data Controls from EJB Session Beansclose

Part 2: Building the View Projectclose

Step 1: Create a Master-Detail JavaServer Faces Page

Step 2: Bind Data Control Components to the Page

Step 3: Run and Test the Page

Step 4: Add Create and Delete Functionalities to the Page

Part 3: Adding and Exposing a New Method to the UIclose

Step 1: Add a New Method to the Entity and Expose it

Step 2: Build a Bounded Task Flow with Two JSF Pages

Step 3: Use the Task Flow as aRegion in the mainHR pageStep 4: Run the mainHR Page

Part 4: Testing the Facade Inside and Outside the Java EE Container

Step 1: Add a New Method to the Entity and Expose it

Step 2: Run the Java Service outside Java EE container

 

技术分享二、案例1 - Create a New Application and Projects


1. 创建一个新的ADF应用

技术分享

2. 查看所创建应用

技术分享

 

技术分享三、案例2 - Create the Persistence Model


1. 创建EJB,Entities from tables

技术分享 

2.1  创建表实体 - Version

技术分享

2.3  创建表实体 -Type of Connection

技术分享

Step3. 创建Database Connection

技术分享

Step4. 定义PackageName

技术分享

Step5. 关系

技术分享

Step6. 查看所创建的两个Bean

技术分享

 

技术分享四、案例3 - Create an EJB Diagram and a Session Bean


Step1. 创建EJB Diagram

技术分享

Step2.  创建EJB Diagram

技术分享

Step3.  持久层绑定Model

技术分享

Step4. 创建如下

技术分享

 

技术分享五、案例4 - Create a Facade Bean to Expose for the Client Application


Step1. 创建Session Bean

技术分享

Step2. 创建生产方法

技术分享

Step3. 定义属性参数

技术分享

Step4. 查看所创建的组件

技术分享

 

技术分享六、案例5 - Create ADF Data Controls from EJB Session Beansclose


Step1. 创建Data Control

技术分享

Step2. 定义方法

技术分享

Step3.  查看所创建的Data Control

技术分享

 

Thanks and Regards

技术分享

ADF_Starting系列6_使用EJB/JPA/JSF通过ADF构建Web应用程序之建立DataModel

标签:

原文地址:http://www.cnblogs.com/eastsea/p/4248400.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!