Last night I finished reading Developing a Spring Framework MVC application step-by-step by Thomas Risberg, Rick Evans and Portia Tung. It's excellent. They develop a Spring application almost exactly the way I would with unit tests, separate integration tests that talk to a real database, an abstracted data access layer to allow substituting of mock objects and ant based deployment and manipulation of TomCat.
If you need to develop an MVC Spring application start with Developing a Spring Framework MVC application.
If you need to develop an MVC Spring application start with Developing a Spring Framework MVC application.
Comments
Post a Comment