At 17:00 22.01.00 , you wrote:
>Are you using jikes?

yes

>I'm using JDK1.3beta, and Jikes, and the compile time is quite fast.
>With JSP pages you hardly even notice the compile time for most pages.

it all depends on the size of the project. I'm talking about approx. 20000 
lines of EJB code that take ages to deploy even with jikes (in fact the 
compilation part is not the problem as I can see jikes output when it 
starts to compile and that's only a fraction of the total time it takes).

I'm not saying it's unacceptable for deploying it the first time but what I 
think is unacceptable,  is the fact that one simple code change (not even 
changing an interface) forces me to go through the entire process for all 
of the beans again and that makes development with large projects VERY 
slow. I couldn't think of a reason why wrapper code would have to be 
regenerated if I modify the implementation of a bean method. It just seems 
that orion's policy for deployment is "see if anything has changed and then 
redo the whole thing", which has become a development bottleneck for the 
project I'm currently working on. I think with just a little more 
housekeeping it should be possible to significantly reduce deployment time 
for large projects.

robert


>Noah Nordrum
>Hyperride Technologies
>

(-) Robert Kr�ger
(-) SIGNAL 7 Gesellschaft f�r Informationstechnologie mbH
(-) Br�der-Knau�-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de

Reply via email to