• 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

Newbie question

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm really interested in learning spring on my own, but I don't know where to start, can you please recommend me a good online tutorial and a good book?

Regards.
 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess you are talking about java spring framework. The best place to start spring would be its home site...all the resources are available there with its good active forum.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Serch,

The prime concept underlying the Spring framework is IoC. The article linked below is a must read:

http://martinfowler.com/articles/injection.html

In this seminal article Fowler, apart, from explaining the concept lucidly also keeps up with his habit of rechristening, this is a good case at that where he uses the term Dependency Injection to better explain IoC.

Another optional article which may be of help to you is Robert Martin's DIP explanation:

http://www.objectmentor.com/resources/articles/dip.pdf

Books:

Pro Spring 2.5 and Spring in action are two good books for Spring.

If you are looking for a fast and friendly read that gives you details as well as gets you off the ground fast then Spring in Action is the one. However, if you are looking for a terse(read as meatier) text then Pro Spring is the book for you. Pro Spring does a better job of explaining the concepts. If you are looking at one book and if time's on your side I would recommend Pro Spring, otherwise its SIA.

Look into the table of contents if breadth is of concern, both cover a lot of ground however each skips one or two topics which the other covers. For ex: Spring in Action covers Security which Pro Spring doesn't.

These should do for your initial exploration of Spring, read on for further resources and confusion. Probably the second stage if I may call it.

Spring Recipes is another great resource which you may take up after you are done with either of the earlier recommendations. That is my opinion however some may argue it could be a good start as well. The documentation for Spring is excellent, the reference manual lives up to its name of being so. Use the manual as a reference text either while learning Spring or after it, don't bother during your initial stages.

Apart from articles and books another great way of learning is participating in the forums. By reading the forums/ answering questions(even whose answers you don't know in entirety) you get to learn a lot that is not there in any of the books.

Happy reading,
Vinay.






 
Serch Hdez
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot guys for your advice I will jump right into it , thanks.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
In my iopinion, you can refer to the urls below:
http://www.roseindia.net/spring/index.shtml
http://www.roseindia.net/software-tutorials/detail/6463
http://www.vaannila.com/spring/spring-tutorial/spring-tutorial.html
Regards,
behrman.
 
Serch Hdez
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you so much for the links.
reply
    Bookmark Topic Watch Topic
  • New Topic