<struts-config> <form-beans> <form-bean name="personForm" type="com.iwtxokhtd.web.form.PersonForm"/> </form-beans> <action-mappings> <!--path属性值一定要与spring配置文件中的bean的name属性值一致--> <action path="/person/list" validate="false"> <forward name="list" path="/WEB-INF/page/personlist.jsp"/> </action> <action path="/person/manage" parameter="method" name="personForm" scope="request" validate="false"> <forward name="message" path="/WEB-INF/page/message.jsp"/> </action> </action-mappings> <!--将struts交给spring容器管理--> <controller> <set-property property="processorClass" value="org.springframework.web.struts.DelegatingRequestProcessor"/> </controller> </struts-config>
Smilar Posts of Struts1.3.8 + JPA (Hibernate implementation) + Spring2.5 Integration (Friday)
-
Hibernate connection pool configuration
Hibernate connection pool configuration oracle.jdbc.driver.OracleDriver jdbc: oracle: thin: @ 10.203.14.132:1521: remotedb
-
hibernate to use the principle of
The use of hibernate, implementation of data persistence. Has the following several processes. One configuration database connection information. Hibernate.config 2 configuration mapping. 3 use: the u ...
-
myeclipse plugin
myeclipse plugin
-
hibernate generic generic DAO
hibernate generic generic DAO
-
Struts2 + hibernate + spring problem user log in
dao layer services layer action jsp user name: Password:
-
Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao
The origin of ideas are pretty long history of reasons: [Use iBATIS history] The use of iBATIS has been a long time, the system is to use the CRUD template tool to generate the code, although there ar ...
-
Hibernate secondary cache
Hibernate cache: 2-bit cache, also known as process-level cache or SessionFactory level cache, secondary cache can be shared by all of the session Cache configuration and the use of: Will echcache.xml ...
-
Hibernate's lazy strategy
hibernate Lazy strategy can be used in: tag, it can be true / false Tags can values true / false type of necessary tools to enhance can tag values true / false / extra can be single-ended cor ...







