Yes but lets talk speed.
For some reason i just don't have faith in Java as being
a fast language.
Can someone shed some light on the issue?
I have read some benchmarks but the test scripts were very
simple and I dont' think a simple hello world test can provide
meaningful test data.  Ive read articles which claim that JSP
is "almost" as fast as static pages.
Yes maybe this is true for a simple string output or hello world,
but what about a database connection , and a page that
is always chaning eg. forum so reading off a already compiled page
is very unlikely.

comments?

-----Original Message-----
From: JSP Insider [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 2:45 PM
To: [EMAIL PROTECTED]
Subject: Re: Diff bet asp & jsp


HI Srinivas,

I have written quite a bit on the differences between ASP and JSP which you
can find at www.jspinsider.com.

However, the reason I am responding is I wanted to add something additional
to what can be found in the asp / jsp articles I have written

I now feel as a general rule of thumb JSP should be your first choice over
ASP unless you have a overriding business reason to use ASP.

The reason: Tag libraries and JSP version 1.2 coming out in the future

ASP has nothing like tag libraries and they add flexiblity and ease of
maintenance you will never see in ASP.

Also version 1.2 of JSP improves JSP to the point that I feel JSP is
currently a stronger platform for server side development. Overall, I feel
JSP offers a better solution for long term maintainance and ease of
programming over ASP.

Casey Kochmer
President Amberjack Software LLC
[EMAIL PROTECTED]

>From: "Srinivas K. R." <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Diff bet asp & jsp
>Date: Tue, 6 Feb 2001 00:58:12 +0530
>
>Hi
>I am developing an Web application
>I am in a confussion whether i use ASP or JSP.
>I want to know the difference between ASP & JSP
>and also tell me which technology is better and why?
>
>Cheers
>Srinivas
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to