Re: SV: Faster deployment?

2000-08-04 Thread Anders Bengtsson
[EMAIL PROTECTED] wrote: > > 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 :) Actually, the l

SV: Faster deployment?

2000-08-04 Thread Klaus . Myrseth
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 ... ... , if you change and one file from ejb`s the Or

SV: Faster deployment?

2000-08-04 Thread George Terziev
1. You can use jikes with Orion, i found significant changes in deployment time for ejb and jsp compilation, > server.xml ... ... , 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

Re: SV: Faster deployment?

2000-08-04 Thread Anders Bengtsson
We're running all our tests every time we test, so it's hard to separate things. But I guess that a smart makefile system could automatically deploy only the changed parts of course... I'll try that solution when we reach a larger number of deployed beans. Faster database than an in-memory datab

SV: Faster deployment?

2000-08-04 Thread Klaus . Myrseth
Well we have a project running tremendous amounts of EJBs, but what takes time is the Entitybean deployment. We get up to 15 minutes deployment time on a P600III on the full deployment. So what we did to speed up deployment was: Divide your application into specialized areas and make ejb-applicat