Java Spring - Please Suggest

Please suggest some good book for Java SpringI found that Spring in Action tough for a beginner
[109 byte] By [hemanthjavaa] at [2007-11-26 19:36:12]
# 1
beginner at what?Beginner at using Spring, or Java in general?If the former, Professional Java development with the Spring Framework should get you up and running.If the latter, forget about Spring for now and learn the basics of the language first.
jwentinga at 2007-7-9 22:11:48 > top of Java-index,Java Essentials,Training...
# 2
No Actually I am good at core java. But now by Project demands a lot of Spring Knowledge in Core Java Application. The Book , Professional Spring.... is for beginners is it. I am an absolute Beginnner for Springs.
hemanthjavaa at 2007-7-9 22:11:48 > top of Java-index,Java Essentials,Training...
# 3
http://www.apress.com/book/bookDisplay.html?bID=405~
yawmarka at 2007-7-9 22:11:48 > top of Java-index,Java Essentials,Training...
# 4

You can expect any text on Spring to be relatively advanced, as they're not meant for entry level programmers.

You're expected to have a decent understanding of OO concepts especially.

But yes, the book I mentioned more or less eases you into the whole thing instead of plunging right in.

The book yawmark mentioned is more of a reference. I've not read it (though I've browsed some sections that I needed at times).

At the moment I'm working my way through Pro Spring MVC and Web Flow, not recommended as an introductory text on Spring (it assumes you already know the basics).

jwentinga at 2007-7-9 22:11:48 > top of Java-index,Java Essentials,Training...
# 5
Ok one more thing. I have 2 books not. Which one is the better one for beginners1. Spring: Manning in actionor2. Professional Java development with the Spring Framework
hemanthjavaa at 2007-7-9 22:11:48 > top of Java-index,Java Essentials,Training...
# 6
you may want to avoid this book, so says the author himself, http://www.amazon.com/Spring-Developers-Notebook-Bruce-Tate/dp/0596009100/sr=8-1/qid=1172496283/ref=pd_bbs_sr_1/102-4875552-3182527?ie=UTF8&s=books
mchan0a at 2007-7-9 22:11:48 > top of Java-index,Java Essentials,Training...
# 7

> The book yawmark mentioned is more of a reference.

I haven't got that impression. I think it may be useful as a reference, but it's by no means a rehash of Spring's already-good documentation.

> At the moment I'm working my way through Pro Spring

> MVC and Web Flow, not recommended as an introductory

> text on Spring (it assumes you already know the

> basics).

[url=http://www.catb.org/~esr/jargon/html/A/AOL-.html]AOL![/url] :o)

~

yawmarka at 2007-7-9 22:11:48 > top of Java-index,Java Essentials,Training...
# 8

> you may want to avoid this book, so says the author

> himself,

It's a decent book, though relevant to older versions of the software used.

The main reason Bruce Tate tells you to not read it is that he's making a lot of money as a consultant for Ruby on Rails, a competing technology.

He suddenly changed from being a Java advocate to a Java hater when he was almost done writing a book about Ruby... Hardly someone you can trust when he voices an opinion.

jwentinga at 2007-7-9 22:11:48 > top of Java-index,Java Essentials,Training...