标签:aos port XML config dao ice load 映射 margin
J2EE的三层架构,分别是表现层,业务层,持久层
表现层用的是Struts2
业务层用的是Spring
持久层用的是Hibernate
S2SH3集成:
9.完成Service接口;
10.完成Service的实现;
11.配置service
12.配置事务
13.Struts2和Spring集成
<!-- 当struts和spring集成在一起的时候,action的class就不能写action的类限定名,
只能写这个action在spring中配置的bean对应的id -->
5.导入spring-web.jar
6.导入struts2和spring集成的包,struts2-spring-plugin-2.3.14.jar
14.在web.xml中配置spring的启动监听器org.springframework.web.context.ContextLoaderListener
15.在web.xml中配置spring启动容器加载配置文件的路径。
标签:aos port XML config dao ice load 映射 margin
原文地址:http://www.cnblogs.com/llynic/p/6257770.html