This is question regarding the development process using EJB spec 2.0
We are currently developing an application using EJB2.0, with a web
interface (JSP). We are a 7 people team, each one in charge of a module of
the systems (all modules are interrelated, i.e. use each other�s beans). We
are using Sun�s reference implementation of the J2EE server in the
development stage, before we select a commercial AppServer for the
production environment.

Our question is whether, during the implementation stage (when we are
creating, testing and debuging code), we should install and run the whole
application in everyone�s owns computers, or we should all work in a common
server.

The former option frees the individual desktops from the burden of running
the JVM and the J2EE application, and for this reason would be our preffered
option. However we do not know how we can coordinate everyones development
effort in a single environment, since apparently everytime someone has to
test code, the whole application has to be shut-down and redeployed.

What is Sun�s advice on the best practice regarding this issue ?
Thanks.

�lvaro

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to