1 / 6
文档名称:

给你一篇ibm的介绍Structs的文章(1)(1).txt

格式:txt   页数:6页
下载后只包含 1 个 TXT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

给你一篇ibm的介绍Structs的文章(1)(1).txt

上传人:管理资源吧 2011/9/16 文件大小:0 KB

下载得到文件列表

给你一篇ibm的介绍Structs的文章(1)(1).txt

文档介绍

文档介绍:作者:
日期: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