有了下面这个在Weblogic Portal里加入Struts的应用程序主要步骤教程,不懂在Weblogic Portal里加入Struts的应用程序主要步骤的也能装懂了,赶紧get起来装逼一下吧!
【 tulaoshi.com - 编程语言 】
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/bianchengyuyan/)在Portal里加入Struts的应用程序的主要步骤:一:在Portal中加入Struts程序(1) 将struts应用程序复制到你的webapp中的新目录中。你所选择的放置struts应用程序的目录将成为用于portal中应用程序的struts模块路径。比如,假如你的struts应用程序目录是test,那么你的应用程序的模块就是/test。将针对你的struts应用程序的struts-config.XML复制到WEB-INF/.pageflow-struts-generated/下,更改其文件名,命名规则为jpf-struts-config-dir.xml,本例子中为jpf-struts-config-test.xml. 使用这种命名规则答应用在 portal 中的行为 servlet动态地注册struts应用程序模块。(2) 将下面的内容添加到struts的配置文件中:controller className="com.bea.wlw.netui.pageflow.config.PageFlowControllerConfig" multipartClass="com.bea.wlw.netui.pageflow.upload.PageFlowMultipartRequestHandler" inputForward="true" processorClass="com.bea.wlw.netui.pageflow.PageFlowRequestProcessor"set-property value="true" property="isReturnToPageDisabled"/set-property value="true" property="isReturnToActionDisabled"//controller(3) 将相应的struts里所需要的Java文件copy到WEB-INF/src下面,本例中为teststruts里.(4) 对新加入的jpf-struts-config-dir.xml根据目录做相应的调整,使之与workshop中的目录结构一致.?xml version="1.0" encoding="UTF-8"?!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"!-- Generated from /test/TestController.jpf on Thu Mar 30 23:22:05 CST 2006 --struts-config form-beans/ global-exceptions/ global-forwards/ form-beans form-bean name="userActionForm" type="teststruts.UserActionForm" / /form-beans action-mappings !--action validate="false" scope="request" type="test.TestController" path="/begin" forward path="/index.jsp" name="sUCcess"/
来源:http://www.tulaoshi.com/n/20160219/1606009.html
看过《在Weblogic Portal里加入Struts的应用程序主要步骤》的人还看了以下文章 更多>>