Re: Creating beans dynamically from byte code in a byte[] with ClassLoader.defineClass- how to do it right?

2002-04-24 Thread Thorbjoern Andersen
Craig R. McClanahan wrote: >>Subject: Re: Creating beans dynamically from byte code in a byte[] with >ClassLoader.defineClass - how to do it right? >>From: "JM" <[EMAIL PROTECTED]> >> === >>Absolutely, how did ya do it? > > > One approach

Re: Creating beans dynamically from byte code in a byte[] with ClassLoader.defineClass - how to do it right?

2002-04-23 Thread @Basebeans.com
Subject: Re: Creating beans dynamically from byte code in a byte[] with ClassLoader.defineClass - how to do it right? From: "JM" <[EMAIL PROTECTED]> === Absolutely, how did ya do it? "Thorbjoern Andersen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECT

Re: Creating beans dynamically from byte code in a byte[] with ClassLoader.defineClass- how to do it right?

2002-04-20 Thread Thorbjoern Andersen
Thorbjørn Ravn Andersen (Scandiatransplant) wrote: >I have spent some time lately figuring out how I can generate beans >on-the-fly with fields completely specified at run-time, since this would >be an enourmeous help when working with JDBC and Struts in an informal >matter (which is why I ask he