Author: wsmoak Date: Wed Sep 14 07:40:50 2005 New Revision: 280864 URL: http://svn.apache.org/viewcvs?rev=280864&view=rev Log: Minor edits-- fixed typos, product names, and link to JAAS.
Modified: struts/core/trunk/xdocs/roadmap.xml struts/core/trunk/xdocs/userGuide/preface.xml Modified: struts/core/trunk/xdocs/roadmap.xml URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/roadmap.xml?rev=280864&r1=280863&r2=280864&view=diff ============================================================================== --- struts/core/trunk/xdocs/roadmap.xml (original) +++ struts/core/trunk/xdocs/roadmap.xml Wed Sep 14 07:40:50 2005 @@ -90,7 +90,7 @@ </p> <p> - As a convenience, the subprojects repredenting the Struts 1.2.x + As a convenience, the subprojects representing the Struts 1.2.x code base are being bundled into a single distribution called "Struts Classic". Remarks previously made about the "Struts 1.x series" now apply to @@ -125,7 +125,7 @@ <p> Enhancement requests are logged in Bugzilla as they are suggested. <strong>The listing of an enhancement in Bugzilla does not imply that - is being "planned"</strong>, + it is being "planned"</strong>, merely that someone has suggested it, and the idea hasn't been ruled out (yet). </p> @@ -229,7 +229,7 @@ </p> <p> - In a later release, when the new members stabalize, + In a later release, when the new members stabilize, we could move the taglib dependencies from the servlet contexts to the ViewContext. View technologies could then look exclusively to the ViewContext Modified: struts/core/trunk/xdocs/userGuide/preface.xml URL: http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/preface.xml?rev=280864&r1=280863&r2=280864&view=diff ============================================================================== --- struts/core/trunk/xdocs/userGuide/preface.xml (original) +++ struts/core/trunk/xdocs/userGuide/preface.xml Wed Sep 14 07:40:50 2005 @@ -153,7 +153,7 @@ <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0201633612/apachesoftwar-20/"> "Gang of Four" design patterns book.</a>. The GoF summarizes the Chain of Responsibility pattern as - "Avoid coupling the sender of a reuest to its receiver + "Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it." @@ -167,7 +167,7 @@ Most importantly, we can adjust the Chain without changing how callers invoke the Chain. As of Struts Core 1.3, - the Request Processor, which acts as the frameworks "kernal", + the Request Processor, which acts as the framework's "kernel", is a Chain of Responsiblity. </p> @@ -221,7 +221,7 @@ <a href="http://java.sun.com/products/javabeans/docs/spec.html"> JavaBeans 1.01 Specification</a></li> <li><a href="http://java.sun.com/docs/books/tutorial/javabeans/index.html"> - <strong>The JavaBean Trail</strong></a> in the Java Tutorial</li> + <strong>The JavaBeans Trail</strong></a> in the Java Tutorial</li> <li><a href="http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSPBeans.html"> <strong>JavaBeans Components in JSP Pages</strong></a> in the Java Web Services Tutorial </li> @@ -761,7 +761,7 @@ </subsection> <a name="jsp"/> - <subsection name="0.8 JavaServer Pages, JSP Tag Libraries, and Java Server Faces" href=""> + <subsection name="0.8 JavaServer Pages, JSP Tag Libraries, and JavaServer Faces" href=""> <p><a href="http://java.sun.com/products/jsp/product.html">JavaServer Pages</a> (JSPs) are "inside-out servlets" that make it easier to create and maintain dynamic web pages. Instead of putting what you want to write to the HTTP response inside of a Java <code>print</code> @@ -774,7 +774,7 @@ The Struts Classic distribution includes several JSP tags that make it easy to access the framework's features from a JavaServer Page.</p> - <p>For more about JavaServerPages and Custom JSP Tag Libraries see </p> + <p>For more about JavaServer Pages and Custom JSP Tag Libraries see </p> <ul> <li><a href="http://java.sun.com/products/jsp/"><strong>The @@ -900,7 +900,8 @@ You can now 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> + <p>For more about JAAS, see the Sun Developer Network + <a href="http://java.sun.com/products/jaas">product page</a> and the <a href="http://java.sun.com/webservices/docs/1.0/tutorial/doc/WebAppSecurity.html"> Web Application Security</a> chapter of the <a href="http://java.sun.com/webservices/docs/1.0/tutorial/index.html">Java Web Services Tutorial</a>.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]