Vadim Gritsenko wrote:

>All,
>
>Is there any interest in integrating Cocoon with pizza Java Compiler?
>http://pizzacompiler.sourceforge.net
>
>My observations about it so far are:
>1. Compiled byte code is almost identical to Sun's compiler output.
>2. It is 450 Kb in size, comparing with 4.7Mb of javac.
>3. Startup time is faster (because of size difference?).
>4. Compilation time is ~ same or little bit faster.
>5. It goes under "Artistic License" - same as jstyle.
>
>Vadim
>
Cool !

Do you know if it has the features that would make it a javac-killer 
from the Cocoon point of view (in importance order) :
- use the current classloader instead of a file-only classpath,
- equivalent to #line in C to allow source-level debugging of XSPs,
- file-less compilation (take an InputStream and return bytecode as a 
byte[])

Sylvain

-- 
Sylvain Wallez
Anyware Technologies - http://www.anyware-tech.com




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to