> -----Original Message-----
> From: Forrest Pan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 23, 2001 20:37
> To: [EMAIL PROTECTED]
> Subject: Re: Source Control for EJB Development/Deployment
>
>
> Talking about both JSP and EJB: Do you separate JSP and EJB
> development or do you put them in one project?
>
> If you separate JSP and EJB, it seems difficult to test the
> beans with multiple app server instances and one JSP engine
> because it is tedious to cofigure the JSP engine to point to
> a different app server (say you are using a jBoss/Resin
> combo). Should each EJB developer have his/her JSP engine as
> well? Should EJB developers write their own test pages?

In our setup, the config files and startup scripts are generated from a
template, with hostnames, port numbers, database usernames, etc. as
parameters. This way, developers get a single JVM configuration (web+ejb on
one instance) and QA and production get a multiple JVM configuration (a web
cluster, an ejb cluster, + assorted extra JVMs). All this is done from the
command line, without going through the app server's console manually.

The config file also contains stuff like JVM parameters (max heap size,
JAVA_HOME) and whether to start with debug enabled or not.

- Avi
--
This signature intentionally left blank.

>
> --Forrest
>
> On Sat, 21 Jul 2001 01:07:18 -0700, Gene Chuang
> <[EMAIL PROTECTED]> wrote:
>
> >Yup, your right, it definitely depends on the know-how of
> the dev team.
> >Centralized box always means Unix/Solaris/Linux, which means
> the majority of
> >the development team has to be familiar with this
> environment.  Our team of
> >10 java developers all are comfortable with Unix and can
> develope through a
> >telnet terminal w/ emacs or vi, while our 5 jsp developers
> cope with Samba
> >and UltraEditor.  If you have a less flexible team (i.e. 100% Windows
> >bound), then client-side development is the only way to go!
> >
> >Gene
> >
>
> ==============================================================
> =============
> 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".
>

===========================================================================
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