| Author |
Spring Web Module vs Spring MVC Framework
|
Rudy Harianto
Ranch Hand
Joined: Dec 01, 2003
Posts: 94
|
|
what's the different between those two? 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>
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
There was a discussion in this thread. http://www.coderanch.com/t/59836/oa/Advantages-Spring-Over-Struts-Other Hope it helps
|
Groovy
|
 |
Rudy Harianto
Ranch Hand
Joined: Dec 01, 2003
Posts: 94
|
|
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.
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
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 http://www.coderanch.com/t/59724/oa/Struts-Spring
|
 |
louise rochford
Ranch Hand
Joined: Apr 04, 2002
Posts: 119
|
|
|
What is the 'Spring Web Module'?
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Originally posted by louise rochford: What is the 'Spring Web Module'?
See here http://www.springframework.org/docs/reference/mvc.html
|
 |
Craig Walls
author
Ranch Hand
Joined: Sep 19, 2003
Posts: 301
|
|
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 in Action - Unleash POJO power in your applications!
Modular Java - Discover the secret weapon to modularity on the Java platform!
XDoclet in Action - Your complete guide to code generation with XDoclet.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Spring Web Module vs Spring MVC Framework
|
|
|