Author: husted Date: Fri Aug 26 05:40:20 2005 New Revision: 240221 URL: http://svn.apache.org/viewcvs?rev=240221&view=rev Log: Vet the hyperlinks.
Modified: struts/site/trunk/xdocs/userGuide/preface.xml Modified: struts/site/trunk/xdocs/userGuide/preface.xml URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/preface.xml?rev=240221&r1=240220&r2=240221&view=diff ============================================================================== --- struts/site/trunk/xdocs/userGuide/preface.xml (original) +++ struts/site/trunk/xdocs/userGuide/preface.xml Fri Aug 26 05:40:20 2005 @@ -55,7 +55,7 @@ <p> For more about building Java application in general, see the <a href="http://developer.java.sun.com/developer/onlineTraining/new2java/divelog/part1/toc.jsp">New to - Java</a> tutorial. + Java Center</a>. </p> </subsection> @@ -131,9 +131,7 @@ by Mohamed Fayad and Douglas C. Schmidt</li> </ul> - <p>These papers can be especially helpful if you are - <a href="http://www.waferproject.org/index.html">fact-finding or reviewing</a> - server-side + <p>These papers can be especially helpful if you are fact-finding or reviewing server-side <a href="http://directory.google.com/Top/Computers/Programming/Languages/Java/Server-Side/Libraries_and_Frameworks/">frameworks</a>. </p> @@ -231,6 +229,9 @@ <a href="http://jakarta.apache.org/commons/beanutils/api/org/apache/commons/beanutils/package-summary.html#package_description"> Package Description</a> and <a href="http://jakarta.apache.org/commons/beanutils/api/index.html">Javadocs</a>. </li> + <li> + <a href="https://formdef.dev.java.net/">Struts FormDef</a> + </li> </ul> </subsection> @@ -709,15 +710,17 @@ <a href="http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSPBeans.html">JavaBeans Components in JSP Pages</a> in the Java Web Services Tutorial.</p> - <p>Struts also works well with the new + <p>Struts also works well with the <a href="http://java.sun.com/products/jsp/jstl"><strong>JavaServer Pages Standard Tag Library</strong></a> (JSTL) and taglibs from other sources, like - <a href="http://jsptags.com/">JSP Tags</a> and - <a href="http://jakarta.apache.org/taglibs/index.html">Jakarta Taglibs</a>. + <a href="http://jsptags.com/">JSP Tags</a>, + <a href="http://jakarta.apache.org/taglibs/index.html">Jakarta Taglibs</a>, + <a href="http://struts.application-servers.com">Struts Layout</a>, and + <a href="http://http://displaytag.sourceforge.net/">Display Tags</a>. </p> <p> - One of the contributed libraries available for Struts is <strong>Struts-EL</strong>. + One of the subprojects available for Struts Classic is <a href="http://struts.apache.org/struts-el/index.html">Struts-EL</a>. This taglib is specifically designed to work well with JSTL. In particular, it uses the same "expression language" engine for evaluating tag attribute values as JSTL. This is in contrast to the original Struts tag library, which can only use "rtexprvalue"s (runtime scriptlet @@ -725,38 +728,39 @@ </p> <p>There are also toolkits available that make Struts easy to use with - <a href="http://www.openroad.ca/opencode/">XSLT</a> and - <a href="http://jakarta.apache.org/velocity/index.html">Velocity Templates</a>. + <a href="http://stxx.sourceforge.net/">XSLT</a> and + <a href="http://jakarta.apache.org/velocity/tools/index.html">Velocity Templates</a>. </p> <p> - The newest star on the Java horizon is <strong>Java Server Faces</strong>. - <a href="http://java.sun.com/j2ee/javaserverfaces/">JavaServer Faces technology</a> simplifies building - user interfaces for JavaServer applications, both for the web and for the desktop. - The JSF specification is still under development, although an early-release reference implementation is - available through the <a href="http://java.sun.com/webservices/download.html">Java Web Services Developer - Pack</a>. - Likewise, an early-release JavaServer Faces taglib for Struts, - <a href="http://archive.apache.org/dist/jakarta/struts/old/release/struts-faces/"><strong>Struts-Faces</strong></a>, is - also in early release and available through the nightly build. - </p> - + The newest star on the Java horizon is <a href="http://java.sun.com/j2ee/javaserverfaces/">JavaServer Faces technology</a>. + JSF simplifies building user interfaces for JavaServer applications, both for the web and for the desktop. + To keep pace, Struts is offering a new framework to go with this new technology, called + <a href="http://struts.apache.org/struts-shale/index.html">Struts Shale</a>. + For teams looking for a smoother transition to JSF, we offer Struts-Faces taglib, + which lets you use JSF components with your existing Actions. + </p> <p> - Java Server Faces is very compatible with Struts. - Additional Struts/JSF integration tools are sure to appear as the specification is finalized and comes into - widespread use. + For an open source implementation of JSF, visit our sibling project + . </p> <p>For more about JSTL and JavaServer Faces see </p> <ul> <li> - <a href="http://today.java.net/pub/a/today/2003/10/07/jstl1.html">Practical JSTL, Part 1</a> by Sue Spielman + <a href="http://today.java.net/pub/a/today/2003/10/07/jstl1.html">Practical JSTL, Part 1</a> + by Sue Spielman </li> <li> <a href="http://www.jsfcentral.com"><strong>JSF Central</strong></a> - JavaServer Faces resources. - </li><li> - <a href="http://www.jamesholmes.com/JavaServerFaces/"><strong>JavaServer Faces Resources</strong></a> - James Holmes dot Com. + </li> + <li> + <a href="http://www.jamesholmes.com/JavaServerFaces/"><strong>JavaServer Faces Resources</strong></a> + - James Holmes dot Com. + </li> + <li> <a href="http://myfaces.apache.org">Apache MyFaces</a> - An open source implementation of + the JSF specification. </li> </ul> @@ -814,8 +818,8 @@ <ul> <li><a href="http://java.sun.com/products/ejb/index.html">Enterprise Java Beans</a></li> - <li><a href="http://sourceforge.net/projects/hibernate">Hibernate</a></li> - <li><a href="http://sourceforge.net/projects/ibatisdb">iBATIS</a></li> + <li><a href="http://www.hibernate.org/">Hibernate</a></li> + <li><a href="http://ibatis.apache.org">iBATIS</a></li> <li><a href="http://java.sun.com/products/jdbc/index.html">JDBC</a></li> <li><a href="http://db.apache.org/ojb/">Object Relational Bridge</a></li> </ul> @@ -844,6 +848,12 @@ 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> + + <p> + A popular extension for handling security in a Java web application, including a Struts application, + is <a href="http://securityfilter.sourceforge.net/">SecurityFilter</a>. + </p> + </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]