I use guice to inject a SqlMapClient object into my dao implementations. then I just call the methods on that object as needed.
On Fri, Jan 9, 2009 at 1:03 PM, Rick <[email protected]> wrote: > On Fri, Jan 9, 2009 at 2:47 PM, Jeff Butler <[email protected]> wrote: > > I meant that you could write plumbing code to support whatever you > > want your persistence interface to look like. > > > > Spring SqlMapClientDaoSupport is IoC enabled, and also supports > > Spring's translation of SQLException into more meaningful runtime > > exceptions. If you don't need that, then I'd just roll your own. > > Sounds good. I think I'll just roll my own since I really don't need > the IoC stuff. Thanks Jeff. >
