husted 2003/06/07 05:24:25
Modified: doc index.xml
Log:
Update in preparation for RC2 with the latest skinny on JSTL and JSF.
Revision Changes Path
1.44 +7 -6 jakarta-struts/doc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- index.xml 18 Mar 2003 11:39:14 -0000 1.43
+++ index.xml 7 Jun 2003 12:24:24 -0000 1.44
@@ -27,22 +27,23 @@
The core of the Struts framework is a flexible control layer based on
<a href="userGuide/preface.html">standard technologies</a> like Java
Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language
- (XML).
- </p>
-
- <p>
+ (XML), as well as various
+ <a href="http://jakarta.apache.org/commons/index.html">Jakarta Commons</a>
packages.
Struts encourages application architectures based on the Model 2 approach,
a variation of the classic
<a
href="http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html">
<b>Model-View-Controller</b></a> (MVC) design paradigm.
+ </p>
+ <p>
Struts provides its own <b>Controller</b> component and integrates with
<a href="userGuide/preface.html#layers">other technologies</a> to provide
the Model and the View.
For the <b>Model</b>, Struts can interact with any
<a href="resources/models.html">standard data access technology</a>,
including Enterprise Java Beans, JDBC, and Object Relational Bridge.
- For the <b>View</b>, Struts works well with JavaServer Pages, Velocity
- Templates, XSLT, and
+ For the <b>View</b>, Struts works well with JavaServer Pages,
+ including <a href="./faqs/kickstart.html#jsf">JSTL and JSF</a>,
+ as well as Velocity Templates, XSLT, and
<a href="resources/views.html">other presentation systems</a>.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]