greeting everybody
i want you to suggest me some good books of spring
rather that the documentation
thank you.
greeting everybody
i want you to suggest me some good books of spring
rather that the documentation
thank you.
Spring in action - manning. written by craig walls is the best book ever written for spring. I have atleast 6 different books for spring from different authors but none of them were ever worth reading except spring in action. You will love the way he takes you through all the concepts.
One very interesting fact about this book is that you get online help from author he has his own forum and most of spring professionals recommend this book. give it a reading.
Next to this book I would say Beginning Spring 2 from Novice to Professional.
All the other books were written in hurry.
but the last version of spring in action was 2008,right?
ya thats right. newer version spring 3.0 is awaiting release. you can buy pre-release version from http://www.manning.com/walls4/
are you after spring 2.5 or 3.0 ?
there is lot of difference check spring 3.0 documentation http://static.springsource.org/sprin...eference/html/
um using spring 3.0.2
any ideas when the new release of manning will be published?
check the link which i gave you in my earlier reply
What I found startling was Appendix A.2 entitled "Classic Spring MVC". Here is the link: http://static.springsource.org/sprin...sic-spring-mvc. (Both the Spring 3.0.2 and the Spring 3.0.3 reference docs have omitted this section of the Appendix).
Surely there are many shops, my own included, which have 3 or even more years of "Classic Spring MVC applications" already in production that will need to be maintained and enhanced for many years to come.
Another interesting discovery in the new documentation is that it contains references to "the updated Petclinic sample" and yet, oddly, the PetClinic sample seems no longer to be included with the download of Spring. For example, see section 16.2.4.15 at this link: http://static.springsource.org/sprin...html/view.html (The reference documentation assumes the reader has access to the Pet Clinic sample).
Another thing I noticed, which for me signalled the end of an era, is that Spring 3.0.3 is the first release in the history of Spring that does not include dependencies in the download. Maven or Ivy is required to obtain dependencies. Ironically, the newer versions of maven have proved problematic for some shops, my own included, due to a change in the libraries maven uses for firewall configuration.
Java Developer with all the usual Sun Java certifications.
I just noticed the following new passage in the Spring 3.0.3 documentation:
However, when I try to use Eclipse 3.4 (behind a firewall) to do a Maven...checkout Maven Projects from SCM) I get the following error message:The samples have been improved and updated to take advantage of the new features in Spring 3.
Additionally, the samples have been moved out of the source tree into a dedicated SVN repository
available at:
https://anonsvn.springframework.org/svn/spring-samples/
As such, the samples are no longer distributed alongside Spring 3 and need to be downloaded separately
from the repository mentioned above. However, this documentation will continue to refer to some
samples (in particular Petclinic) to illustrate various features.
I have eclipse configured correctly in terms of setting the proxy. In other words, I am able via eclipse to do eclipse update and to use m2Eclipse to build other maven project hosted in a local subversion.Code:7/21/10 9:41:46 AM EDT: Checkout error; Checkout error; RA layer request failed svn: OPTIONS of 'https://anonsvn.springframework.org/svn/spring-samples/petclinic /trunk': could not connect to server (https://anonsvn.springframework.org)
Java Developer with all the usual Sun Java certifications.