Hi,
If you're not confused enough yet, try :

http://www.esperanto.org.nz/jsp/jspfaq.html
and
http://www.purpletech.com/servlet-faq/
(quoted below)

Cheers,
Danny.

JSP is a dynamic scripting capability for web pages that allows Java as
well as a few special tags to be embedded into a web file (HTML/XML,
etc).
JSP files actually get compiled into Servlets, so what is the point? Why
not just write Servlets?
For most people, the benefit is twofold:
The focus is on HTML. Java and the JSP extensions assist in making the
HTML more functional. Servlets on the other hand allow outputting of
HTML but it is a tedious process.
It is easy to make a change and then let the JSP capability of the Web
Server you are using deal with compiling it into a Servlet and running
it.

___________________________________________________________________________
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