摘要: 1) 在Action实现类方面的对比:Struts 1要求Action类继承一个抽象基类;Struts 1的一个具体问题是使用抽象类编程而不是接口。Struts 2 Action类可以实现一个Action接口,也可以实现其他接口,使可选和定制的服务成为可能。Struts 2提供一个ActionSup... 阅读全文
posted @ 2014-04-15 19:07 wmm3416 阅读(248) 评论(0) 推荐(0) 编辑