strut2 集成 spring
比我webwork还要简单
一、导入struts2-spring-plugin-2.0.11.1.jar
二、在web.xml加入:
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
具体参考
http://www.99inf.net/SoftwareDev/Java/55131.htm
一、导入struts2-spring-plugin-2.0.11.1.jar
二、在web.xml加入:
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
具体参考
http://www.99inf.net/SoftwareDev/Java/55131.htm
lunzi
2008-04-13 23:53:18
评论:0
阅读:236
引用:0
