ADF Faces RichClient Components Demo

ADF Faces Ajax组件的示例应用程序

1    下载faces-12.2.1.2.0.war

2    在JDeveloper中,单击File-New-Application,选择Custom Application,如下图

ADF Faces Ajax组件的示例应用程序


3    输入应用名demo,单击Finish

4    删除Project1

5    单击File-Project,选择Project from War File,如图所示:

ADF Faces Ajax组件的示例应用程序

6    输入项目名称Demo,指定war文件,单击Finish

7   在Applications 窗口,右击项目,选择Project Properties

8   在Project Properties对话窗口,修改项目属性

8.1  选择Compiler -> JSP ,取消Compile JSP Before Deploying toIntegrated WebLogic Server,如图所示:

ADF Faces Ajax组件的示例应用程序

8.2   选择Libraries and Classpaths-> Click Add Library ,选择JSF 2.2。

8.3    选择Libraries and Classpaths -> Click Add Library,选择DF Model Runtime。

8.4    选择Libraries and Classpaths -> Click Add Library,增加apache common lang(我下载的是Apache Commons Lang3.5,因此代码import org.apache.commons.lang.StringUtils改为import org.apache.commons.lang3.StringUtils)

9     在JDeveloper主菜单中选择Build-Clean All,

10     在Applications 窗口右击项目,选择Rebuild

11    展开项目的Web Content节点,找到并右击index.jspx,选择Run。

ADF Faces Ajax组件的示例应用程序


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-12-18
  • 2021-09-25
猜你喜欢
  • 2021-08-17
  • 2021-06-29
  • 2022-01-29
  • 2021-08-21
  • 2021-04-18
  • 2021-08-29
  • 2021-08-11
相关资源
相似解决方案