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://www.myprofiles.com/member/view.do?profileId=128 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matthias Gottschlich Sent: Friday, April 05, 2002 5:09 AM To: Orion-Interest Subject: distribute beans in different jars 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] ---------------------------------------------------------------------------- ------------------------
