学习struts之前还是看看struts这个开源的java框架是干什么的?如果使用这个框架我们程序开发人员能够得到什么好处?这里有个简单的介绍:
http://j2ee.masslight.com/Chapter4.html#mvc
Struts is a framework that promotes the use of the Model-View-Controller architecture for designing large scale applications. The framework includes a set of custom tag libaries and their associated Java classes, along with various utility classes. The most powerful aspect of the Struts framework is its support for creating and processing web-based forms.
本文介绍了Struts框架,这是一个促进使用模型-视图-控制器架构来设计大规模应用的Java开源框架。Struts框架包括一系列定制标签库及其关联的Java类,以及各种实用类。该框架最强大的特性在于它支持创建和处理基于Web的表单。
1333

被折叠的 条评论
为什么被折叠?



