Each JSP dev'er has his/her own web server, simply so each can work with his
own web app.  I'm sure the latest web servers can be configured to point at
different web apps with different default contexts, but until we figure that
out, this is easiest way to do things.

Our prod environemnt is 2-tiered (web and app), but on dev the 2 tiers are
combined to one (single server instance serves both ejbs as well as
servlets/jsps).  Hence ejb developers has both tiers available for coding
and testing.  JSP developers, on the other hand, have access only the war
package (jsps, xmls, etc...) deployed on their server instances.  Then via
the magic of scripts, they can pass in params into the startup to configure
their jndi.properties to point at the desired app server.

Gene

-----Original Message-----
From: Forrest Pan [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 23, 2001 10:37 AM
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?

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