2014-05-04 Created By BaoXinjian

ADF_Starting系列4_使用ADF开发富Web应用程序之维护User Interface(Part1)一、摘要


本教程通过一个简单的场景的构建富internet应用程序提供了一个用户界面来访问数据库表。

创建一个完整的应用程序包括业务服务、用户接口和页面流。

案例描述:创建一个实验指南来查询Department和Employee,创建多个JSF页面来让你查询和更新数据在数据库中

案例目的如下:

Part 1: Creating a Fusion Web Application and Building the Business Services

Step 1: Create a Fusion Web Application

Step 2: Build the Business Services

Part 2: Developing the User Interface

Step 2: Bind Data Controls to the Page

Step 4: Enhance the JSF Page

Step 5: Add More Complexity to the Business Services

Part 3: Enhancing the User Interface

Step 1: Create a Page Flow

Step 2: Use Partial Page Refresh

Step 3: Use the ADF AutoSuggest Behavior

Step 4: Use Drop Down Menus and Operation Components

Step 5: Add CRUD Operation Components to your Page

Step 6: Create a Query-only Business Service Based on Parameter

Step 7: Create a Reusable Page Fragment 

 

ADF_Starting系列4_使用ADF开发富Web应用程序之维护User Interface(Part1)二、案例 - Create a Page Flow


1. 创建一个页面流程PageFlow, 起始view为DeptEmpPage,对应JSP页面为DeptEmpPage.jsf

 ADF_Starting系列4_使用ADF开发富Web应用程序之维护User Interface(Part1)

2.  创建一个新view query,对应的JSP页面为Query.jsp

ADF_Starting系列4_使用ADF开发富Web应用程序之维护User Interface(Part1)

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2021-07-28
  • 2021-07-30
  • 2021-10-22
  • 2021-06-29
猜你喜欢
  • 2021-09-01
  • 2021-12-13
  • 2021-10-09
  • 2021-11-21
  • 2021-08-07
  • 2021-12-23
  • 2022-01-21
相关资源
相似解决方案