整合Spring与Struts1的三种方法总结

10th 05-2012 浏览(21,035) 评论(3)

1.使用Spring 的 ActionSupport 。 2.使用Spring 的 DelegatingRequestProcessor 类。 3.全权委托。 无...

jsp框架之Struts1.x学习简单总结

18th 04-2012 浏览(9,632) 评论(4)

Struts是基于Model 2之上的,而Model 2是经典的MVC(模型-视图-控制器)模型的Web应用变体,这个改变...