On Mon, Jan 12, 2009 at 2:44 PM, Sundar Sankar <[email protected]> wrote: > > The way I see it, Instead of packaging the daos and ibatis jars, You would > package the daos, and service and other jars together and make it reusable. > In one of my earlier projects, I had a central bootstrap, that was spring > based and that would be the one on deciding on what to call and how to call > which is where I used spring and still made my persistence layer, reusable.
And what if your end client didn't wanted to create a central bootstrap that was spring based? How well would your daos work in your packsge then? In my case I can say "Hey use this jar. Just provide your database.properties file in your classpath." Done.
