• 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

Preprequisites

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends

I know Core java and i want to learn SPRING FRAMEWORK.

1. I want to know , what are the prerequisites for learning it.
2. Spring in Action is a good book to start ?
3. I am confused about to things, now a days annotations a re used with spring , is it a new feature or enhancement of the basic version. Which one should i learn and which one is better??
4. Does Spring in Action includes that "Annotation Version "

Thanks and Regards

 
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
1. Java, so you're ok
2. Yes. The third edition (Spring 3.x) is on its way
3. First all definitions and bindings were made in xml files. Some people prefer using annotations instead. But you can still continue to do everything using xml files.
4. Yes
 
Sahil Reddy
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankyou Christophe Verré

One more Query

Does Spring Second Version includes that Annotation Version ??? Are there major changes in 2nd and 3rd Edition , so that i can wait for third edition as it is not yet out ??

Cheers!!!
 
Ranch Hand
Posts: 433
Netbeans IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can order "Spring in Action 3rd Edition" already via MEAP: http://www.manning.com/walls4/
So no need to wait.
 
Christophe Verré
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
I'd advise you to get a book for Spring3 rather than anything else. You can still subscribe to Manning's MEAP program if you are in a hurry.
 
Sahil Reddy
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankyou :-)
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic