Spring Web Module vs Spring MVC Framework
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
it says that MVC frameworks, like Struts, can be integrated on either Spring Web Module vs Spring MVC Framework.
it seems like redundant for me..
please explain..
Thanks.
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJA<br /> <br />blog: <a href="http://jroller.com/page/rharianto" target="_blank" rel="nofollow">http://jroller.com/page/rharianto</a>
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
https://coderanch.com/t/59836/oa/Advantages-Spring-Over-Struts-Other
Hope it helps

-
-
Number of slices to send:Optional 'thank-you' note:
-
-
what i'm asking is about Spring Web Module vs Spring MVC Framework instead of Struts vs Spring.
it's based on Spring in action chapter 1 at page 10-11, figure 1.1.
thanks.
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJA<br /> <br />blog: <a href="http://jroller.com/page/rharianto" target="_blank" rel="nofollow">http://jroller.com/page/rharianto</a>
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Originally posted by Rudy Harianto:
Sorry, but that's not the point.
what i'm asking is about Spring Web Module vs Spring MVC Framework instead of Struts vs Spring.
it's based on Spring in action chapter 1 at page 10-11, figure 1.1.
thanks.
You missed a link to struts web module vs spring MVC link in that thread. Here is the link
https://coderanch.com/t/59724/oa/Struts-Spring
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Originally posted by louise rochford:
What is the 'Spring Web Module'?
See here
http://www.springframework.org/docs/reference/mvc.html
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Originally posted by Rudy Harianto:
Sorry, but that's not the point.
what i'm asking is about Spring Web Module vs Spring MVC Framework instead of Struts vs Spring.
it's based on Spring in action chapter 1 at page 10-11, figure 1.1.
thanks.
The Spring web module provides some basic utility classes for web applications and also provides integration points with Struts and JSF. But, by itself, the web module doesn't provide an MVC implementation.
The Spring MVC module is a subframework built upon Spring and the Spring Web Module providing a complete alternative to other MVC implementations.
So, if you're using Struts in your presentation layer and Spring in the service layer, you'll be using the Spring Web Module, but not the Spring MVC module. But if you're using Spring MVC in your presentation layer, you're using both modules.
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
| Can you smell this for me? I think this tiny ad smells like blueberry pie! Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing |







