Author: husted Date: Fri Oct 20 11:11:49 2006 New Revision: 466223 URL: http://svn.apache.org/viewvc?view=rev&rev=466223 Log: WW-1478 Add debugging, portlet, and startup bullets
Modified: struts/struts2/trunk/src/site/xdoc/index.xml Modified: struts/struts2/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/xdoc/index.xml?view=diff&rev=466223&r1=466222&r2=466223 ============================================================================== --- struts/struts2/trunk/src/site/xdoc/index.xml (original) +++ struts/struts2/trunk/src/site/xdoc/index.xml Fri Oct 20 11:11:49 2006 @@ -28,8 +28,7 @@ <a name="Welcome"/> <div style="text-align:center"> - <a href="http://cwiki.apache.org/WW/home.html"><img src="images/struts2-merger.png" alt="Struts 2 and WebWork merger" - /></a> + <a href="http://cwiki.apache.org/WW/home.html"><img src="images/struts2-merger.png" alt="Struts 2 and WebWork merger"/></a> </div> <p> @@ -54,6 +53,10 @@ value that we can set and forget. </li> <li> + <strong>Integrating Debugging</strong> - Built-in debugging tools supporting profiling, + problem reports, and interactive object model queries. + </li> + <li> <strong>Enhanced Results</strong> - Unlike ActionForwards, Struts 2 Results can actually help prepare the response. </li> @@ -71,8 +74,8 @@ handling for false values. </li> <li> - <strong>QuickStart</strong> - Many changes can be made on the fly without restarting - a web container. + <strong>QuickStart</strong> - Configuration files are reloadable so many changes + can be made on the fly without restarting a web container. </li></ul></li> <li> <em>Easier!</em> @@ -97,6 +100,10 @@ a different action. </li> <li> + <strong>Easy portlets</strong> - Automatic portlet support allowing portal and servlet + deployments with no code changes. + </li> + <li> <strong>Easy Spring integration</strong> - Struts 2 Actions are Spring-aware. Just add Spring beans! </li> @@ -104,7 +111,12 @@ <strong>Easy plugins</strong> - Struts 2 extensions can be added by dropping in a JAR. No manual configuration required! Bundled plugins add support for JavaServer Faces, JasperReports, JFreeChart, Tiles, and more ... - </li></ul></li> + </li> + <li> + <strong>Easy startup</strong> - Maven archetypes, template applications, and bootstrap + tutorials help jumpstart new projects. + </li> + </ul></li> <li> <em>POJO-ier!</em> <ul> @@ -125,9 +137,10 @@ </section> <section name="Distributions"> - <p>For your convenience, a one-stop <strong>all</strong> + <ul><li>For your convenience, a one-stop <strong>all</strong> distribution is available. Individual elements of the distribution - may also be downloaded separately.</p> + may also be downloaded separately.</li></ul> + <table> <tr> <td><a href="http://people.apache.org/builds/struts/2.0.1/struts-2.0.1-all.zip">all</a></td> @@ -165,7 +178,13 @@ <section name="Maven Snapshots"> <p> - When a distribution is first made available, it is rated as a development build or "snapshot". Later, the quality of the distribution may be upgraded to "Beta" or "General Availability", based on feedback from the community, and then made available through ibiblio and other public Maven repositories. To obtain an early distribution via Maven, you can specify the ASF Snapshot repository in your POM. + When a distribution is first made available, + it is rated as a development build or "snapshot". + Later, the quality of the distribution may be upgraded to "Beta" or + "General Availability", based on feedback from the community, + and then made available through ibiblio and other public Maven repositories. + To obtain an early distribution via Maven, + specify the ASF Snapshot repository in the project's POM. </p> <p><pre><code>