BT> Is it possible to synthesize a first-class Java Bean at runtime?  A proxy to
BT> the DynaBean generated by BCEL maybe?

check http://www.csg.is.titech.ac.jp/~chiba/javassist/
JBoss AOP framework is based on it.

alex

BT>   DynaBeans are almost there, but they
BT> are accessed via bean->get("attribute").  If there was a way to generate a
BT> bean at runtime that could be configured from a configuration descriptor to
respond to bean->>getAttribute(), it might be possible to support both worlds
BT> transparently with a substitute CMP container.  

BT> Would this synthetic static typing buy anything?  Maybe in the end, it would
BT> just be sugar...

BT> -b




-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to