A big decision for groups to do it one way or the other is what skillset you currently 
have on hand.

The biggest thing with using servlets/jsp is that you can reuse objects and your 
codebase can become very easy to read and follow if you are using a framework like 
struts.
hence when new people come on board on your project, it is easy for them to get right 
into it.

if you are doing a bunch of forms, there is a new API release, not sure what it was 
called, but it did all the population and validation for you in a very nice manner.

Filip

-----Original Message-----
From: Denise Mangano [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 5:16 PM
To: 'Tomcat Users List '
Subject: [OT]JSP defense - can you point me in the right direction


Hi all :) I'm not sure if this is technically off topic, but just in case I
threw in the [OT]...

I have a dilemma at hand.  I have a team that wishes to include me in on a
project that they are working on.  This project consists of hosting a secure
site that contains a "gazillion" forms for people to fill out, then write
the responses back to a mySQL database, as well as build an admin section
for querying the database.

Seeing as how I am going to be doing the web dev part, while the others deal
with the complex database structure and project management tasks, I am
trying to sell them on using JSP/Tomcat.  They are insisting on using CGI
scripts, which I personally feel is too fundamental for the task at hand.

Can anyone point me in the right direction to getting stats to back up my
claim that JSP is the better choice?  Or if anyone can tell me why CGI would
be the better choice then I'm all ears...

Thanks in advance!!!
Denise

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to