We are researching frameworks and would like to try to develop something small with spring and see how it will benefit our development effort. We are running Resin, using Java 1.4 and running servlets and using prepared and callable statements.
Questions:
1. Is it ok to develop something small using spring right in our current environment without affecting the environment in any way?
2. Is there a really good "step by step" document for developing a spring application?


Reply With Quote
. We started down in the Dao's with JDBC, then transactions, AOP, remoting, quartz integration, struts integration, petty much ended up using most of the stack. It really is possible to add a bit at a time!
