RE: distribute beans in different jars

2002-04-05 Thread Alex Paransky
One immediate way to speed your deployment time up, is to switch to using Jikes as your compiler. We have done this recently and it takes seconds to redeploy entire application. Afterwards, you can look in to splitting session beans from entity beans. - -AP_ See my profile at http:/

Re: distribute beans in different jars

2002-04-05 Thread Stephen Davidson
Matthias Gottschlich wrote: > Hi, > > i am new in development of j2ee-applications, so i think my question > could be too stupid.. > > We have 70 entity-beans with local and remote interfaces and 5 session > beans (will be more in future) > in one ejb-jar-file. The session-beans reference

Re: distribute beans in different jars

2002-04-05 Thread Joao_Cunha
Hi, Using Jikes as compiler for deployment can really improve the the time it takes. best regards, Joao Cunha Matthias G