Folks,

Vinay has coded a BCEL using dynamic class generation facility for 
AltRMI.  We had coded a javac using version from the start, and though 
it worked well, it was always smelly as Sun have deprecated the main 
method of javac from tools in JDK1.4 (and it is cumbersome to load a 
compiler in a running machine).  BCEL is 'Byte Code Engineering Library' 
and it is a very dynamic generator of bytecode.

This work is quite significant, and though I'd considered it in the 
past, I'd pulled back from doing it as I considered BCEL too hard to 
work with.  Well Vinay has done it.  Respect dude!

Sadly, for my part, it has highlighted many lacking features of my javac 
compiler class, so I guess we'll be refactoring these soon and make a 
cleaner abstraction for dynamic proxy generation.

Regards,

- Paul


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to