Struts一种开源MVC的实现(含外文出处)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

Struts一种开源MVC的实现(含外文出处)(中文3800字,英文2900字)
作者姓名: Malcolm Davis
文章出处:《IBM System Journal,2006,44(2):33-37》
摘要:这篇文章介绍 Struts,一个使用 servlet 和 JAVAServer Pages 技术的一种 Model-View-Controller 的实现。Struts 可以帮助你控制 Web 项目中的变化并提高专业化。即使你可能永远不会用 Struts实现一个系统,你可以获得一些想法用于你未来的 servlet 和 JSP 网页的实现中。

关键字: 数据模型 MVC JAVAServer Pages (JSP) 技术 Struts

Struts——An Open-source MVC Implementation
This article introduces Struts, a Model-View-Controller implementation that uses servlets and JAVAServer Pages (JSP) technology. Struts can help you control change in your Web project and promote specialization. Even if you never implement a system with Struts, you may get some ideas for your future servlets and JSP page implementation