From 6aa05994aee334d90ec5e75d1aeb583b364d7ad4 Mon Sep 17 00:00:00 2001 From: Michael Isvy Date: Wed, 17 Feb 2010 15:59:52 +0000 Subject: [PATCH] SPR-6855 Documentation on Spring-Struts 1 integration needs to be updated --- spring-framework-reference/src/web-integration.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-framework-reference/src/web-integration.xml b/spring-framework-reference/src/web-integration.xml index 06b97ad0fc..61ed9ca4e2 100644 --- a/spring-framework-reference/src/web-integration.xml +++ b/spring-framework-reference/src/web-integration.xml @@ -287,10 +287,11 @@
Apache Struts 1.x and 2.x - Struts is the + Struts used to be the de facto web framework for Java applications, mainly - because it was one of the first to be released (June 2001). Invented by - Craig McClanahan, Struts is an open source project hosted by the Apache + because it was one of the first to be released (June 2001). It has now been renamed to Struts 1 + (as opposed to Struts 2). Many applications still use it. + Invented by Craig McClanahan, Struts is an open source project hosted by the Apache Software Foundation. At the time, it greatly simplified the JSP/Servlet programming paradigm and won over many developers who were using proprietary frameworks. It simplified the programming model, it was open