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 the entity beans with > local interfaces! > The entity-beans are very stable ( because we are developing the session > beans now). > The ejb-jar-file resides in addition with an client.jar-file in on > ear-file. > The deployment time is very long ( a few minutes ). > I think the time is very long, because orion test the entity-beans on > changes (which never occure in the moment). > Is there any way to speed up the deployment time? > Could we divide the entity-beans and the session-beans in two different > jar, to speed up? (i think the local references could be a problem) > > > best regards > > Matthias Gottschlich > > >---------------------------------------------------------------------------------------------------- > > > mail: [EMAIL PROTECTED] > >---------------------------------------------------------------------------------------------------- > > > > >
Hi Matthias. Yes. I currently have 96 EJBs (mostly SLSBs) split up between 12 jars. They can call one another from different jar files w/o a problem. I have all the jars in a single Ear file. Orion seems to be smart enough to figure out when the EJBs are local, and seems to do a pass by reference when appropriate. -Steve -- Stephen Davidson Java Consultant Delphi Consultants, LLC http://www.delphis.com Phone: 214-696-6224 x208
