Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 98149 invoked from network); 21 May 2007 17:20:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2007 17:20:25 -0000 Received: (qmail 22850 invoked by uid 500); 21 May 2007 17:20:31 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 22711 invoked by uid 500); 21 May 2007 17:20:30 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 22702 invoked by uid 99); 21 May 2007 17:20:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 10:20:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 10:20:22 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1HqBYA-0006na-Az for open-jpa-dev@incubator.apache.org; Mon, 21 May 2007 10:20:02 -0700 Message-ID: <10723139.post@talk.nabble.com> Date: Mon, 21 May 2007 10:20:02 -0700 (PDT) From: "James.Strachan" To: open-jpa-dev@incubator.apache.org Subject: Re: the pain of post processing bytecode (another beg for a simple reflection/cglib alternative like hibernate) In-Reply-To: <7262f25e0705170819i8a52d61x7f772ccca97ab6dc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: james.strachan@gmail.com References: <10660986.post@talk.nabble.com> <7262f25e0705170819i8a52d61x7f772ccca97ab6dc@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Patrick Linskey-2 wrote: > >> How hard is it to add a reflection/cglib type alternative to the upfront >> bytecode generation (like hibernate does) to save us from the >> development-time pain? > > Not particularly hard. There are a few APIs that would break for some > cases, but it's even pretty straightforward to do a subclassing > approach for property-based access type without losing much > performance -- the only cost in that configuration is with > persistent-new instances. > > -Patrick > Awesome - can't wait for it to be supported :) Should I raise a JIRA? -- James ------- http://macstrac.blogspot.com/ -- View this message in context: http://www.nabble.com/the-pain-of-post-processing-bytecode-%28another-beg-for-a-simple-reflection-cglib-alternative-like-hibernate%29-tf3770760.html#a10723139 Sent from the open-jpa-dev mailing list archive at Nabble.com.