文档介绍:作者:
日期:2001-2-22 12:46:17
ibm公司的一篇介绍Struts的文章,
觉的不错,我没时间翻译,你要是E文好的话自己看看吧
网址/developerworks/library/j-struts/?dwzone=java
Struts, an open-source MVC implementation
plexity in large Web sites with this servlets and JSP framework
Malcolm Davis
Consultant
February 2001
Contents:
Introduction
JSP is a servlet
No more Java in my HTML
MVC
MVC Model 2
Struts
Struts details
Mailing list sample
Before and after
Future of Struts
Resources
About the author
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 implementations.
Introduction
Kids in grade school put HTML pages on the . However, there is a monumental difference between a grade school page and a professionally developed Web site. The page designer (or HTML developer) must understand colors, the customer, product flow, page layout, patibility, image creation, JavaScript, and more. Putting a great looking site together takes a lot of work, and most Java developers are more interested in creating a great looking object interface than a user interface. JavaServer Pages (JSP) technology provides the glue between the page designer and the Java d