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

前端之家收集整理的这篇文章主要介绍了ADF Faces Ajax组件的示例应用程序前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

ADF Faces RichClient Components Demo

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

1下载faces-12.2.1.2.0.war

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


3输入应用名demo,单击Finish

4删除Project1

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


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

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

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

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


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。

原文链接:https://www.f2er.com/ajax/161191.html

猜你在找的Ajax相关文章