I have just gone through Spring 2.5 Recepies. It seems to be a good one and takes a problem/solution approach which seems very good and simple to understand.
have read Spring in Action.. its very good. I didn't like the MVC part. The example web-app code was either incomplete or I could not understand as skipped a couple of earlier chapters
Anrd
"One of the best things you could do is to simplify a larger application into a smaller one by reducing its process and complexity - Fowler"
Steven Colley
Ranch Hand
Joined: Feb 18, 2005
Posts: 290
posted
0
HI guys, firstly Tks so much for replying back!!
It seems that "Spring in Action" is such a good book and that "Spring recipes" could also help.
I'm wondering if this one : "Expert Spring MVC and Web Flow (Paperback)" wouldn't be such a good one too : (according to the customer's review it's not) would be a good one - so just asking whether someone has owns it or not.
Expert Spring MVC and Web Flow was an OK book - most books at the time it was published were general books on Spring IOC and coverage of MVC was scanty. However, the book was written using an early version of Spring 2.0 (I think...) and an early beta of Web Flow - when I was reading it Spring 2.5 was just coming out - and there were differences even at that time. I don't think the book deserves the low ratings it has on Amazon - a lot of these are probably people trying the code in the book in a newer version of Spring - but releasing a new edition of the book would definitely be better. With Spring 2.5 being "standard" and Spring 3.0 upcoming, at this time, you'd probably be better served working through the online tutorial, though.
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
Nathan, I'm using Spring 2.5 and Spring Web MVC's contents from Expert Spring MVC and Web Flow work fine for me.
It's a very good technical book to me. Explains very clear and in depth. I don't notice much of the difference between this book and Spring 2.5 except that it doesn't mention Spring form tag which probably doesn't exist at the time the book is being written.
However, the part about Spring Web Flow is based on version 1.0 which is quite difference from 2.0, so it's not an updated resource for studying Spring Web Flow.
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
Anyway the Expert Spring MVC and Web Flow doesn't cover new features in Spring 2.5 like Annotation-based controllers. So it's not a best choice if you want to study features of Spring 2.5.