Skip to content

Commit 6aa0599

Browse files
author
Michael Isvy
committed
SPR-6855
Documentation on Spring-Struts 1 integration needs to be updated
1 parent d356070 commit 6aa0599

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spring-framework-reference/src/web-integration.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,11 @@
287287
<section id="struts">
288288
<title>Apache Struts 1.x and 2.x</title>
289289

290-
<para><ulink url="http://struts.apache.org">Struts</ulink> is the
290+
<para><ulink url="http://struts.apache.org">Struts</ulink> used to be the
291291
<emphasis>de facto</emphasis> web framework for Java applications, mainly
292-
because it was one of the first to be released (June 2001). Invented by
293-
Craig McClanahan, Struts is an open source project hosted by the Apache
292+
because it was one of the first to be released (June 2001). It has now been renamed to <emphasis>Struts 1</emphasis>
293+
(as opposed to Struts 2). Many applications still use it.
294+
Invented by Craig McClanahan, Struts is an open source project hosted by the Apache
294295
Software Foundation. At the time, it greatly simplified the JSP/Servlet
295296
programming paradigm and won over many developers who were using
296297
proprietary frameworks. It simplified the programming model, it was open

0 commit comments

Comments
 (0)