jaikiran pai wrote:
Marius Bogoevici wrote:
Btw, how do you plan on dealing with this? Supply the bean class as the "interface" of the EJB reference ?
Yes, that's the plan right now.
I'll update this thread once I am something ready around this.
If you're planning on generating classes, javassist now contains a superfast ClassFileWriter API. It is lower level than the CtClass API, meaning you have to code in the Opcodes yourself, but it is fast and outperforms ASM.