JSP 1.0 needs Servlet 2.1.
JSP 1.1 needs Servlet 2.2.

significant differences:
- Introduction of web application concept in Servlet 2.2
- Introduction of tag library concept in JSP 1.1
  (opportunity of writing your own portable tags )


What's new in Java Servlet API 2.2?
see:
  http://www.javaworld.com/jw-10-1999/jw-10-servletapi.html

What's new in JSP API 1.1?
see JSP Specification 1.1 final release:
   http://java.sun.com/products/jsp/download.html

Regards
Uwe

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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