Re: iBATIS at TheServerSide Java Symposium

2006-03-17 Thread John Hurst
Thanks for your reply, Clinton.   You read my mind about wanting to catch Gregor's talk. So I guess I'll get to catch that one, and miss James Strachan's SOA talk. Oh well.   Be thankful you haven't been booked in the same time slot as Rod Johnson.   John Hurst Wellington, New

iBATIS at TheServerSide Java Symposium

2006-03-16 Thread John Hurst
too much, but iBATIS really is one of my favourites.)   Regards   John Hurst Wellington, New Zealand  

Re: declarative - db schema

2006-03-12 Thread John Hurst
a property into my beans!   Food for thought I guess ...   Regards   John Hurst Wellington, New Zealand   On 3/12/06, Larry Meadors <[EMAIL PROTECTED]> wrote: No, there really isn't anything like this in iBATIS, because we try(as much as possible) to not mess with the SQL that you wri

RE: Feature of resultset.getGeneratedKeys

2005-11-01 Thread John Hurst
ELECT GEN_ID(gen_song, 0) FROM rdb$database -- gets current You can get a different answer! I found this disappointing. I believe the Firebird doc states or at least hints that this is the behavior, but I cannot find the reference just now. Regards John Hurst Wellington > -Original

RE: Ibatis and Spring Framework

2005-08-04 Thread John Hurst
ription); getSqlMapClientTemplate().update("updateItem", item); } Many fully transactional DAO methods become one-liners with Spring. The iBATIS API is very clean; the advantage of the Spring XxxTemplate classes becomes all the more clearer with an API like raw JDBC. Regards John Hurs