husted 2002/08/14 08:17:39 Modified: doc/userGuide release-notes.xml preface.xml Log: Add section to release note for fixes to beta 2. Other routine updates. Revision Changes Path 1.11 +18 -1 jakarta-struts/doc/userGuide/release-notes.xml Index: release-notes.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- release-notes.xml 11 Aug 2002 06:22:46 -0000 1.10 +++ release-notes.xml 14 Aug 2002 15:17:39 -0000 1.11 @@ -11,9 +11,26 @@ <body> + <section name="Beta Notes" href="beta"> + + <p>This section contains the release notes for + <strong>nightly build</strong> of the Struts Framework, + for changes that have taken place since + <a href="release-notes-1.1-b2.html">Version 1.1 beta 2</a> + was released. For a complete list of changes since the last + production release, see the <a href="#Introduction">Introduction</a> </p> + + </section> + + <section name="Beta Fixes" href="beta.Changes"> + + <p>Blank application: Fixed configuration problem with Struts Blank application.</p> + + </section> + <section name="Introduction" href="Introduction"> - <p>This document contains the release notes for + <p>The remainder of this document contains the release notes for <strong>nightly build</strong> of the Struts Framework, and covers changes that have taken place since <a href="release-notes-1.0.2.html">Version 1.0.2</a> 1.7 +43 -3 jakarta-struts/doc/userGuide/preface.xml Index: preface.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/preface.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- preface.xml 28 Jul 2002 02:25:58 -0000 1.6 +++ preface.xml 14 Aug 2002 15:17:39 -0000 1.7 @@ -15,7 +15,7 @@ <p> This User Guide is written for active web developers and assumes a working - knowledge about how Java web applications work. Before getting started, you should + knowledge about how Java web applications are built. Before getting started, you should understand the basics of several core technologies: </p> @@ -580,9 +580,49 @@ </section> - <section name="0.10 JAAS" href="jaas"> + <section name="0.10 Other layers" href="layers"> - <p>[:TODO:]</p> + <p> + Struts provides the control layer for a web application. Developers can use this layer with + other standard technologies to provide the data access and presentation layers. Some + popular Data access technologies include: + </p> + + <ul> + <li><a href="http://castor.exolab.org/">Castor</a></li> + <li><a href="http://java.sun.com/products/ejb/index.html">Enterprise Java Beans</a></li> + <li><a href="http://java.sun.com/products/jdbc/index.html">JDBC</a></li> + <li><a href="http://jakarta.apache.org/ojb">Object Relational Bridge</a></li> + <li><a href="http://sourceforge.net/projects/simper">Simper</a></li> + </ul> + + <p> + Presentation layer technologies include: + </p> + + <ul> + <li><a href="http://java.sun.com/products/jsp">JavaServer Pages</a></li> + <li><a href="http://jakarta.apache.org/velocity/index.html">Velocity Templates</a></li> + <li><a href="http://www.w3.org/TR/xslt">XSL Transformations </a></li> + </ul> + + <p> + Other <a href="../resources/models.html">data access</a> and <a href="../resources/views.html">presentation</a> + systems are listed in the Struts <a href="../resources/">Resource Guide</a>. + </p> + + </section> + + <section name="0.11 JAAS" href="jaas"> + + <p>While Struts can work with any approach to user authentification and authorization, Struts 1.1 will offer + direct support for the standard Java Authentication and Authorization Service (JAAS). In Struts 1.1 (and the + current nightly build), you can specify security roles on an action-by-action basis.</p> + + <p>For more about JAAS, see the <a href="http://java.sun.com/products/jaas/index-14.html">Javasoft product page</a> + and the <a href="http://java.sun.com/webservices/docs/1.0/tutorial/doc/WebAppSecurity.html"> + Web Applicaton Security</a> chapter of the + <a href="http://java.sun.com/webservices/docs/1.0/tutorial/index.html">Web Services Tutorial</a>.</p> <p align="center"> Next: <a href="introduction.html">Introduction</a>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>