On Mardi, janv 14, 2003, at 16:00 Europe/Paris, Mark R. Diggory wrote:
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...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/Cool, this is right up my alley. Thanks for the pointer. I let you know how it goes.
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 :-).
Paul
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
