mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
WW-1650 Add link to migration guide and restore AJAX bullet, since they are becoming FAQs.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+14
-10
@@ -36,17 +36,23 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
To download Apache Struts 2, visit
|
||||
To download the framework, visit
|
||||
<a href="http://struts.apache.org/download.cgi#struts201">
|
||||
Apache Struts Distributions.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
For more about extensions to Struts 2, visit our
|
||||
For more about extensions, visit our
|
||||
<a href="http://cwiki.apache.org/S2PLUGINS/home.html">
|
||||
Plugin Registry.
|
||||
</a>
|
||||
</li></ul>
|
||||
</li>
|
||||
<li>
|
||||
For more about migrating, visit our
|
||||
<a href="http://struts.apache.org/2.x/docs/migration-guide.html">
|
||||
Migration Guide.
|
||||
</a>
|
||||
</li> </ul>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
@@ -72,8 +78,10 @@
|
||||
<strong>Flexible Cancel Buttons</strong> - Go directly to a different action on cancel.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Easy Spring integration</strong> - Struts<sup>2</sup> Actions are Spring-aware. Just
|
||||
add Spring beans! (Plexus support is also available.)
|
||||
<strong>First-class AJAX support</strong> - Add interactivity and flexibility with AJAX tags that look and feel just like standard Struts tags.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Easy Spring integration</strong> - Inject dependencies into Actions using Spring without glue code or red tape. (Plexus support also available.)
|
||||
</li>
|
||||
<li>
|
||||
<strong>Enhanced Results</strong> - Do more with speciality results for JasperReports, JFreeChart, Action chaining, and file downloading.
|
||||
@@ -87,10 +95,6 @@
|
||||
interface is optional!
|
||||
</li>
|
||||
<!-- Experimental
|
||||
<li>
|
||||
<strong>First-class AJAX support</strong> - The AJAX theme is backed by the popular Dojo Framework.
|
||||
AJAX tags look and feel just like standard Struts tags but provide greater interactivity and flexibility.
|
||||
</li>
|
||||
<li>
|
||||
strong>Zero Configuration</strong> - Optionally, replace XML configuration with convention and annotation.
|
||||
</li>
|
||||
@@ -156,7 +160,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To download Apache Struts 2, visit
|
||||
To download the framework, visit
|
||||
<a href="http://struts.apache.org/download.cgi#struts201">
|
||||
Apache Struts Distributions
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user