4 messages in com.mysql.lists.javaRe: Help me
FromSent OnAttachments
Emanuel Dejanu23 Jan 2000 22:34 
Tim Endres24 Jan 2000 08:53 
Mark Matthews24 Jan 2000 09:06 
d_ne...@www.llamacom.com24 Jan 2000 10:53 
Subject:Re: Help me
From:Mark Matthews (mmat@thematthews.org)
Date:01/24/2000 09:06:51 AM
List:com.mysql.lists.java

----- Original Message ----- From: "Tim Endres" <ti@ice.com> To: "Emanuel Dejanu" <edej@route66.ro>; <ja@lists.mysql.com>; <SERV@JAVA.SUN.COM> Sent: Monday, January 24, 2000 10:54 AM Subject: Re: Help me

I would recommend Java Servlets. tmi.

Ditto. I've found in almost all cases that servlets are as fast as anything else I've had to do with C/C++ or Perl.

The development time you will save however is why I would recommend them over anything else. I can turn out something servlet based in 1/2 to 1/3 the time of a C/C++ solution, and have it be more maintainable than a Perl solution just because of the features of the Java language, the servlet API, and the ton of class libraries out there that are "web aware". It's also very easy for another developer to pick up the code and figure out what's going on.

-Mark