blob: 32f578f0b4f36e3ad2dc2016a1cfba73c6f65d09 [file] [log] [blame]
$Id$
STRUTS
======
Introduction
------------
This subproject contains the source code for the "Struts" application support
package, consisting of the following major components:
- Controller servlet with action mapping technology, implementing the Model-
View-Controller (MVC) design pattern for web applications commonly called
"Model 2", with a servlet as the "front component".
- Comprehensive custom tag library for building internationalized JSP pages
that have HTML forms which interact with JavaBeans that are managed
automatically by the controller servlet.
For help with installing and using Struts, see the Struts User Guide.