two points to rectify

1. The scripting language for ASP can be Javascript as well as VBScript.

secondly even ASP Page compiled everytime you serve it.Also the container
does not
start a new process for every page , this gives a performance gain.

Sandarbh

----- Original Message -----
From: "Daryani Santosh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 05, 2001 2:24 PM
Subject: Re: Diff bet asp & jsp


> Hi,
>          I am not an expert on technology evaluation, but i can definetely
share
> my experiences.
>   I have developed applications using both technologies ASP and JSP.
>         Here are a few differences
>
> ASP works only with Microsoft IIS server , it does work with Apache also
but you
> need Chillisoft for that.
> JSP pages can be served on a large number of JSP/servlet  containers.
> You can choose the one that best suits your requirements and budget , a
lot of
> them are available for free too.
>
> The scripting language for ASP is VBScript
> The scripting language for JSP is Java , so it gives more development
power , as
> you can use all the available features of java .
>
> A JSP page is not compiled everytime you serve it.Also the container does
not
> start a new process for every page , this gives a performance gain.
>
>
> Javabeans can be used with JSPs for easy retrieval and updates of database
> fields.
>
> JSPs are based on Java which allows you to extend and reuse your pages if
you
> want to.
>
> On the other hand the learning curve on JSP is a little more compared to
ASP.
> You need to know Java  basics.
> ASP are comparatively easy to write , they provide a lot of wrapper
functions.
>
> JSP being based on JAVA makes development more structured and object
oriented.
> Error trapping is better in JSP , using try and catch statements
>
> hope this helps
> Santosh
>
>
>
>
>
>
>
>
> "Srinivas K. R." <[EMAIL PROTECTED]> on 02/05/2001 02:28:12 PM
>
> Please respond to A mailing list about Java Server Pages specification and
>       reference <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:    (bcc: Santosh Daryani/IT/Aon Consulting)
>
> Subject:  Diff bet asp & jsp
>
>
>
> 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
>
>
===========================================================================
> 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