> Today I will throw invocation proxy stuff together.
> 
> Interface generator already works.
> 
> Most cool solution would be to generate interfaces at
> the runtime, but I did not found a way to generate
> class file ( bytecode ) without spawning external
> compiler.
> 
> Damm. SUN shall allow access to it :)

Should be possible with BCEL
(http://jakarta.apache.org/bcel/index.html). I haven't used it but they
claim Xalan XSLT uses it. I prefer the runtime approach (probably), we
shouldn't force template writers/etc to run a generator first, but it
all depends on BCEL's performance/etc. BCEL is worth a look though I did
a look and found it too much low-level but....

Ara.



_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to