Related Titles
- Full Description
-
Spring has made a remarkable rise since its conception in 2002. Users find Spring the ideal framework to build their applications in J2EE environments. Beginning Spring 2 is the first Springauthorized book that takes you through the first steps of using Spring, and requires no prior J2EE experience. It discusses relevant integrated technologies that you should be aware of, and illustrates how Spring makes using them easier.
The book teaches the correct usage of Spring in applications, and lowers the learning curve on J2EE standards. It covers useful features of Spring without delving too far into complicated features. The authors take advantage of less complex alternatives whenever possible, and shows how Spring can make you more productive in complicated environments where J2EE technologies need to be applied. The book covers the complete Spring web tools portfolio and deals with persistence and transaction management. It also introduces 3tier application design and how to test these designs.
- Source Code/Downloads
- Errata
-
If you think that you've found an error in this book, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.
On page 24:
On page 14 it states the examples are run on Tomcat v5.5, however on page 24 the 'settings.xml' extract contains an incorrect URL for the Tomcat Manager used in the default installation of Tomcat v5.5 - as a result I hit an error during 'mvn tomcat:deploy'.
Incorrect:
http://localhost:8080/manager
Correct:
http://localhost:8080/manager/html






