added info about the new web-struts module
This commit is contained in:
parent
5ebdf110f5
commit
5491a63f2e
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 52 KiB |
|
|
@ -139,6 +139,10 @@
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>org.springframework.web.servlet</para>
|
<para>org.springframework.web.servlet</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>org.springframework.web.struts</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<sidebar id="new-in-3-intro-spring-jar">
|
<sidebar id="new-in-3-intro-spring-jar">
|
||||||
|
|
|
||||||
|
|
@ -187,7 +187,7 @@ TR: This section doesn't read well and I think we should try to rewrite it.-->Nu
|
||||||
<title>Web</title>
|
<title>Web</title>
|
||||||
|
|
||||||
<para>The <emphasis>Web</emphasis> layer consists of the Web,
|
<para>The <emphasis>Web</emphasis> layer consists of the Web,
|
||||||
Web-Servlet, and Web-Portlet modules.</para>
|
Web-Servlet, Web-Struts, and Web-Portlet modules.</para>
|
||||||
|
|
||||||
<para>Spring's <emphasis>Web</emphasis> module provides basic
|
<para>Spring's <emphasis>Web</emphasis> module provides basic
|
||||||
web-oriented integration features such as multipart file-upload
|
web-oriented integration features such as multipart file-upload
|
||||||
|
|
@ -204,6 +204,12 @@ TR: This section doesn't read well and I think we should try to rewrite it.-->Nu
|
||||||
Framework.<!--MVC allows you to use *all other features*? (Or just all other features in Web layer?) How do you mean? Does this need elaboration?
|
Framework.<!--MVC allows you to use *all other features*? (Or just all other features in Web layer?) How do you mean? Does this need elaboration?
|
||||||
It sounds important.--><!--TR: REVISED, PLS REVIEW.--></para>
|
It sounds important.--><!--TR: REVISED, PLS REVIEW.--></para>
|
||||||
|
|
||||||
|
<para>The <emphasis>Web-Struts</emphasis> module contains the support
|
||||||
|
classes for integrating a classic Struts web tier within a Spring application.
|
||||||
|
Note that this support is now deprecated as of Spring 3.0. Consider
|
||||||
|
migrating your application to Struts 2.0 and its Spring integration or
|
||||||
|
to a Spring MVC solution.</para>
|
||||||
|
|
||||||
<para>The <emphasis>Web-Portlet</emphasis> module provides the MVC
|
<para>The <emphasis>Web-Portlet</emphasis> module provides the MVC
|
||||||
implementation to be used in a portlet environment and mirrors the
|
implementation to be used in a portlet environment and mirrors the
|
||||||
functionality of Web-Servlet module.<!--mirrors it in what way?--><!--TR: REVISED, PLS REVIEW. The functionality is mirrored - one for Servlets and the other for Portlets--></para>
|
functionality of Web-Servlet module.<!--mirrors it in what way?--><!--TR: REVISED, PLS REVIEW. The functionality is mirrored - one for Servlets and the other for Portlets--></para>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue