"Mark A. Kolb" wrote:
> >
> >3. Server side scripting seems very difficult to bring under Configuration
> >Management/ Version Control. I really hope I am wrong. I find there is ease
> >in building applications but is it also easy to maintain? Are these being
> >used for Serious development- whatever that might mean? I expect to get a
> >lot of hate mail on this.
> >
>
> [snip]
> On the other hand, in the group I work in, our team is set up like
> this and we have managed to convince everyone that both sets of files
> should be under revision control. To answer your second question,
> then, yes, JSPs are being used for serious development.
>
> Finally, if there's a lot of Java source code written into the JSP
> pages themselves, I suspect you will have no choice but to put
> everything under revision control if code maintenance is an important
> concern.
>
> As always, YMMV. What are other folks doing?
>
Since JSP pages are text, just like HTML pages are, I've had no problems using CVS
to store them (and track the changes, et al) alongside my Java source. In my
case, it's all in the same project directory because the beans code and the JSP
pages are pretty tightly intertwined from a logical perspective.
One thing that makes this easier for me is that my "development tool" for both JSP
and java code is EMACS, which has very nice hooks into CVS (and RCS or SCCS as
well). If you're using a GUI tool to build either, the ease of use is going to
depend quite heavily on how well your GUI environment interacts with your selected
source code control environment.
>
> - Mark A. Kolb Staff Engineer
>
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html