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-applications of
them so you can redeploy one area at a time... Then you will only get that
huge deploy everytime you do a full code refresh. :)..
The other thing is to get a faster database :)

Hope this helps .

Klaus Myrseth.


-----Opprinnelig melding-----
Fra: Mike Clark [mailto:[EMAIL PROTECTED]]
Sendt: 3. august 2000 18:40
Til: Orion-Interest
Emne: Re: Faster deployment?


What specifically is creating a drag on your deployment time?

I use a Makefile which creates the .ear file, and once the .ear file is
"touched", the server re-deploys the application at blazing speed.

Mike

--- Anders Bengtsson <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> Does anyone have any ideas for how to make .ear deployment go faster?
> 
> We're doing a lot of testing during development. Our test script
> re-deploys the entire application before running the test suite, so
> the
> deployment speed is really important for us.
> 
> Using Jikes as the EJB and JSP compiler made a great difference, but
> there must be other ways to shorten deployment time?
> 
> /Anders
>
________________________________________________________________________
> A n d e r s  B e n g t s s o n                    
> [EMAIL PROTECTED]
> http://www.natakademin.se/
> 
> 
> 
> 


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

Reply via email to