• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

New to springs

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends,
i am totally new to spring framework.please tell me the book which is good for a beginner.somethg like HeadFirst Series for JSPs and EJBs...simple for a beginner...plz reply quickly..its abit urgent...

thanx,
raja
 
Sheriff
Posts: 17734
302
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Haven't read it myself but if it's anything like the Hibernate and Maven versions of the series, Bruce Tate's "Spring: A Developer's Notebook" might be one book to consider. Personally, I think "Pro Spring" is a good investment. It may not be a "Dummies" type book but any experienced Java developer should find it a great resource for getting up and running with Spring.
 
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Junilu Lacar:
Haven't read it myself but if it's anything like the Hibernate and Maven versions of the series, Bruce Tate's "Spring: A Developer's Notebook" might be one book to consider. Personally, I think "Pro Spring" is a good investment. It may not be a "Dummies" type book but any experienced Java developer should find it a great resource for getting up and running with Spring.



Oh..I remember reading a few not too good comments about A Developer's Notebook. Check out the reviews and search on the net for it.
I would definately recommend Pro Spring. A very hands-on approach to learning about Spring.
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by rajaraman navaneethan:
hi friends,
i am totally new to spring framework.please tell me the book which is good for a beginner.somethg like HeadFirst Series for JSPs and EJBs...simple for a beginner...plz reply quickly..its abit urgent...

thanx,
raja



I would not recommend "Developer's Notebook".

"Pro Spring" is excellent. I think "Spring In Action" is a very good book, too. It's not as heavy a text as "Pro Spring", and it has a chapter on the ACEGI security framework.

%
 
Michael Duffy
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sonny Gill:


Oh..I remember reading a few not too good comments about A Developer's Notebook. Check out the reviews and search on the net for it.
I would definately recommend Pro Spring. A very hands-on approach to learning about Spring.



I would also suggest starting with the "Spring MVC Step by Step" tutorial that comes with the download. It's a good intro to Spring - a simple 3 tier solution.
 
Ranch Hand
Posts: 328
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Spring in Action is simply Amazing!!!
Hat's off!!!
Shrinivas
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pro Spring is good.
Spring in Action is good too, but I find it harder to use as a learning book - but it covers more stuff and has more details.

But am I the only one to find that the official Spring documentation is actually pretty good? It's almost as good as the hibernate one, which is one of the very best documentations for an Open Source project...
 
Michael Duffy
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Thibault Dangr�aux:
Pro Spring is good.
Spring in Action is good too, but I find it harder to use as a learning book - but it covers more stuff and has more details.

But am I the only one to find that the official Spring documentation is actually pretty good? It's almost as good as the hibernate one, which is one of the very best documentations for an Open Source project...



I agree - Spring's docs ARE very good.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic