From: "Paul Libbrecht" <[EMAIL PROTECTED]> > On Mardi, janv 14, 2003, at 16:00 Europe/Paris, Mark R. Diggory wrote: > > >> Another approach could be to build something like the dynabean > >> library that uses BCEL underneath the covers to generate dynamic > >> bytecode at runtime http://jakarta.apache.org/bcel/ > >> Indeed maybe you could create a special kind of DynaClass which could > >> actually use BCEL to generate a real bean class which could then be > >> instantiated inside a DynaBean, so that it could still be used as a > >> DynaBean but which the real, underlying Java object could be > >> extracted and passed into your reflection/introspection code. That'd > >> be kinda cool :-). > > > > Cool, this is right up my alley. Thanks for the pointer. I let you > > know how it goes. > > I fear this is going to be yet another type of things that would break > under applets... unless involved in a fair amount of client-server > things...
The generation of classes could be a build time thing or only done at runtime on the server side. James ------- http://radio.weblogs.com/0112098/ __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
