Author: mrdon Date: Thu Oct 19 21:01:43 2006 New Revision: 465973 URL: http://svn.apache.org/viewvc?view=rev&rev=465973 Log: Adding back feature list and short description WW-1478
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=465973&r1=465972&r2=465973 ============================================================================== --- struts/struts2/trunk/src/site/xdoc/index.xml (original) +++ struts/struts2/trunk/src/site/xdoc/index.xml Thu Oct 19 21:01:43 2006 @@ -33,16 +33,37 @@ </div> <p> - Apache Struts 2 helps you build and maintain modern, enterprise-grade - web applications. + Apache Struts 2 is an open source Java web framework that seeks to make + it easy to build, deploy, and maintain modern web applications. Struts 2 + is the successor to the popular <a href="../1.x/"> Struts 1</a> web + application framework, as well as a product of a merger between the <a + href="../">Apache Struts</a> and <a + href="http://www.opensymphony.com/webwork">OpenSymphony WebWork</a> + projects. </p> + </section> + <section name="Key Features"> + <a name="KeyFeatures"/> <p> - For more about Apache Struts 2 see - <a href="http://cwiki.apache.org/WW/home.html"> - Getting Started. - </a> + How does Struts 2 make web applications easier to develop, deploy, and + maintain? Struts 2 provides: </p> + <ul> + <li>A flexible, plain old Java object (POJO)-based architecture to + structure your code and pages, yet stay out of your way</li> + <li>A theme-enabled tag library supporting JSP, Velocity, and + Freemarker</li> + <li>Built in support for complex Javascript and Ajax widgets</li> + <li>A simple plugin framework to integrate with third-party libraries + like JavaServer Faces, JasperReports, and JFreeChart.</li> + <li>Built-in debugging tools supporting profiling, problem reports, and + interactive object model queries.</li> + <li>Automatic portlet support allowing portal and servlet deployments + with no code changes</li> + <li>Quick start development tools like Maven archetypes, automatic + reloading configuration files, and bootstrap tutorials.</li> + </ul> </section> <section name="Distributions"> @@ -50,7 +71,6 @@ <p>For your convenience, a one-stop <strong>all</strong> distribution is available. Individual elements of the distribution may also be downloaded separately.</p> - <table> <tr> <td><a href="http://people.apache.org/builds/struts/2.0.1/struts-2.0.1-all.zip">all</a></td> @@ -92,7 +112,7 @@ </p> <p><pre><code> - <repositories> + <repositories> <repository> <id>ASF_SNAPSHOT_M2</id> <name>ASF Maven 2 Snapshot</name>