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,如图所示:
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)