Re: Interface binding

2008-11-05 Thread Jiming Liu
gt; } > > > > Ronald Borman wrote: > > > > I got started with iBATIS this week. I bought 'iBATIS in Action' > > (finishing the last chapter tomorrow), did some tests and browsed through > > the mailing lists. It looks like a compact, comprehensible and fun to

Re: Interface binding

2008-09-09 Thread Ron Chan
n the incubator mailing list I found a May 2005 announcement which caught > my attention: interface binding > (http://www.mail-archive.com/[EMAIL PROTECTED]/msg02403.html). > It reminded me of an IBM DeveloperWorks article about Generic DAOs and I > was eager to try it out. Unfortunately

Re: Interface binding

2008-09-06 Thread Clinton Begin
>> The 3.0 whiteboard discussion also mentions interface binding. Is it likely that this functionality will return in a future version? Yes, absolutely. This is an important part of the improved 3.0 API. >> The 2.1.7 source code only calls the static method MapperProxy.newMappe

Interface binding

2008-09-06 Thread Ronald Borman
a May 2005 announcement which caught my attention: interface binding (http://www.mail-archive.com/[EMAIL PROTECTED]/msg02403.html). It reminded me of an IBM DeveloperWorks article about Generic DAOs and I was eager to try it out. Unfortunately SqlMapClientImpl.getMapper() hasn't survived