One small warning about JIKES ...

After some thorough swearing we found that JIKES dont support unicode yet,
so if there is
possibilities that you have special chars somewhere dont use it.. :)

Other than that its a super fast compiler :)

Klaus Myrseth

-----Opprinnelig melding-----
Fra: George Terziev [mailto:[EMAIL PROTECTED]]
Sendt: 4. august 2000 14:19
Til: Orion-Interest
Emne: SV: Faster deployment?


1. You can use jikes with Orion, i found significant
changes in deployment time for ejb and jsp
compilation, 

> server.xml
...
<!--  
<compiler executable="jikes.exe"
classpath="d:\java\jdk1.3\jre\lib\rt.jar;d:\java\orion\orion.jar;d:\java\ori
on\ejb.jar"
 />  
        -->
...
,
if you change and one file from ejb`s the Orion deploy
everything, if is posoble to deploy only one, the
deployment time for ejb will be less.

2. i don`t use  ear, war , jar files for develeopment
on Orion, instead archives i use the directory with
sources. This is fast and didn`t pack any of my
sources  for deployment.


__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

Reply via email to