• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Spring MVC

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Craig,
I have been using Spring for quite some time now. However, even though I know it, I haven't used Spring MVC.
I am considering going with Spring MVC for a 'small' project (2 people 1 month).
Can you suggest - with your insights about learning curve - if is worth studying the new MVC (annotations, etc) or should I go ahead with old one. What are major changes besides annotations and does Spring MVC it have as good support as struts2?
 
author
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Amit,

I'm not Craig and I know this isn't what you were asking, but one of the easiest ways to use Spring MVC is with Grails. The power of Spring MVC (and other Spring goodness) without all the complexity.

Take a look at : http://grails.org/Developer+-+Spring+MVC+Integration
 
author
Posts: 422
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm going to agree with Dave about Grails (btw...hi there Dave!) and add one better: Spring Roo is a great way to learn Spring. Let Roo produce code for you, then study it to see what Roo did.

I wouldn't bother learning the old Spring MVC at all...unless you absolutely must (because you're on a project that uses it, let's say). The annotation approach is so much better and more flexible...and much easier to write tests for.
 
Amit kull
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dave and Craig,
Thanks for the answers.
 
What is that? Is that a mongol hoarde? Can we fend them off with this tiny ad?
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic