• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Learning spring question (2.5 vs 3.0)

 
Ranch Hand
Posts: 267
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm aware of the Spring MVC step by step tutorial but Spring 3.0 was just released and I can't seem to find a similar tutorial for 3.0.

Am I better off learning 2.5 first fully and then 3.0? Are the changes between 2.5 and 3.0 that substantial? I'm currently 7 chapters into Spring In action.
 
Ranch Hand
Posts: 270
Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Matt Kidd wrote:
Am I better off learning 2.5 first fully and then 3.0? Are the changes between 2.5 and 3.0 that substantial? I'm currently 7 chapters into Spring In action.



Already read 7 chapters...Then you must be reading Spring in Action 2.0 edition which covers spring 2.0..

Spring in Action for 2.5 hasn't released yet..
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Matt, you can check this article to see how some of Spring MVC was simplified in Spring 3.0.

Karnati Sudhakar wrote:Already read 7 chapters...Then you must be reading Spring in Action 2.0 edition which covers spring 2.0..
Spring in Action for 2.5 hasn't released yet..


No, it's Spring In Action Third Edition (Spring 3.0) that has not been released yet.

 
Karnati Sudhakar
Ranch Hand
Posts: 270
Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Christophe Verré wrote:
Karnati Sudhakar wrote:Already read 7 chapters...Then you must be reading Spring in Action 2.0 edition which covers spring 2.0..
Spring in Action for 2.5 hasn't released yet..


No, it's Spring In Action Third Edition (Spring 3.0) that has not been released yet.



apologies for absence of mind..Yes it is Spring in Action third edition which covers 3.0(I guess it covers 2.5 also..though not sure)
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic