Implementing dynamic proxies with BCEL
Neeme Praks <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all! I've started to look at implementing dynamic proxies with BCEL. Has there been any such effort before? Any suggestions/comments for/on implementing this? I've started by writing by hand a sample proxy class and run BCELifier on that. Now I will start to dig deeper into the generated code, to make the proxy generation dynamic. I'll let you know of the progress. Rgds, Neeme