I'm utilizing the Spring Framework with iBatis and I would like Spring to manage my domain objects. Rather than iBatis performing class.forName().newInstance(), I would like the Spring container to be called when a bean instance is needed. Is there some way to configure iBatis to allow for this?
Thanks....
Chris Mathrusse
[EMAIL PROTECTED]
Sybase, Inc
One Sybase Drive
Dublin, CA 94568
(925) 236-5553
- creating domain objects using Spring rather than n... Christopher . Mathrusse
- Re: creating domain objects using Spring rath... Jeff Butler