From cb4802e73ee6d4129ca0d271eac784c6a8272d95 Mon Sep 17 00:00:00 2001
From: Ted Nathan Husted
Date: Fri, 20 Oct 2006 18:11:49 +0000
Subject: [PATCH] WW-1478 Add debugging, portlet, and startup bullets
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@466223 13f79535-47bb-0310-9956-ffa450edef68
---
src/site/xdoc/index.xml | 35 +++++++++++++++++++++++++++--------
1 file changed, 27 insertions(+), 8 deletions(-)
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 92ef68182..a4b341315 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -28,8 +28,7 @@ limitations under the License.
-

+
@@ -53,6 +52,10 @@ limitations under the License.
Intelligent Defaults - Most configuration elements have a default
value that we can set and forget.
+
+ Integrating Debugging - Built-in debugging tools supporting profiling,
+ problem reports, and interactive object model queries.
+
Enhanced Results - Unlike ActionForwards, Struts 2 Results can
actually help prepare the response.
@@ -71,8 +74,8 @@ limitations under the License.
handling for false values.
- QuickStart - Many changes can be made on the fly without restarting
- a web container.
+ QuickStart - Configuration files are reloadable so many changes
+ can be made on the fly without restarting a web container.
Easier!
@@ -96,6 +99,10 @@ limitations under the License.
Easy cancel handling - The Struts 2 Cancel button can go directly to
a different action.
+
+ Easy portlets - Automatic portlet support allowing portal and servlet
+ deployments with no code changes.
+
Easy Spring integration - Struts 2 Actions are Spring-aware. Just
add Spring beans!
@@ -104,7 +111,12 @@ limitations under the License.
Easy plugins - 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 ...
-
+
+
+ Easy startup - Maven archetypes, template applications, and bootstrap
+ tutorials help jumpstart new projects.
+
+
POJO-ier!
+ may also be downloaded separately.
+
| all |
@@ -165,7 +178,13 @@ limitations under the License.
- 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.