The standard spiel is that a JSP further separates the business logic from the
presentation, IOW, in  the classic MVC pattern, the view is JSP, the controller
is Servlet.

Despite the fact that, as it has been said, JSP's are really servlets, the main
differnce is that in a servlet, the HTML isembedded in the Java, while in a
JSP, the java is embedded in the HTML. This make it easier for noprogrammers to
modify the look of the page w/o having to know (or know a minimal amount of)
Java.
--- "Falls, Travis D (CASD, IT)" <[EMAIL PROTECTED]> wrote:
> a JSP complies to a servlet so in that regard it is basically then same, I
> do find that using jsp is a little easier when making quick changes over and
> over again, because I don't have to bounce the web server.  I try to keep
> all my processing out of my jsp and only have output logic.
>
>
> Regards,
>
> Travis D. Falls
> SR. Software Engineer
> The Hartford (CASD)
> 860.547.4070
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> http://www.thehartford.com
>
>
> -----Original Message-----
> From: Bikash Paul [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 1:28 AM
> To: [EMAIL PROTECTED]
> Subject: Difference between JSP and SERVLET??
>
>
> Hi all Friends,
>
> Can any one tell me what is the difference between JSP
> and SERVLET.And What r the advantages and
> disadvantages over each other.
>
> Regards
> Bikash
>
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>
> This communication, including attachments, is for the exclusive use of
> addressee and may contain proprietary, confidential or privileged
> information. If you are not the intended recipient, any use, copying,
> disclosure, dissemination or distribution is strictly prohibited. If
> you are not the intended recipient, please notify the sender
> immediately by return email and delete this communication and destroy all
> copies.
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>


=====
Mark Zawadzki Performance Engineer/DBA/Programmer extraordinaire’[EMAIL PROTECTED]  
[EMAIL PROTECTED]"Programming today is a race between software engineers 
striving to build bigger and better idiot-proof programs, and the universe trying to 
build bigger and better idiots. So far, the universe is winningRobert Cringle 
(columnist, author, host of "Triumph of the Nerds")

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to