Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Apache JDBC utils Date: Wed, 02 May 2012 08:29:40 -0700 Organization: A noiseless patient Spider Lines: 26 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 2 May 2012 15:29:43 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="3110"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+itRMy5rb+q2Vn3ejhPh9UciC6h24gksk=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 In-Reply-To: Cancel-Lock: sha1:62kZBSWHuxRgq0eiyup0bZo1V7k= Xref: csiph.com comp.lang.java.programmer:14137 On 5/2/2012 3:22 AM, Jan Burse wrote: > markspace schrieb: >> And: is there a better, light-weight non-ORM package that you might >> recommend instead? Something a bit more complete. > > The example that you have posted involves a lot of classes. Really? Two classes is a lot? I'm not being sarcastic here, I don't understand how this is a lot. I used QueryRunner and BeanHandler, that seems pretty pithy to me. > You can build a framework that exposes only one class While mucking about with the reflection API is fun, the goal is to avoid building my own framework. ;) > http://www.xlog.ch/matula/ Ah ha! Thanks, I'll check that out.