Chaiwat Khachondacha wrote:
>
> Hi,
> I just started with JSP programming and I want to know about what difference
> between JSP 1.0 and JSP 1.1. If I use JSP 1.0  to develop and run on application
> server that supported JSP 1.1 such as TOMCAT 3.1, I can do it ? and Is its 
>compatible ?

The main difference is that JSP 1.1 adds the Tag Extension Framework. JSP 1.1
is backwards compatible with JSP 1.0, so a JSP 1.1 container can handle JSP 1.0
pages.

This, and so much more, is described in the JSP 1.1 specification.:

  <http://java.sun.com/products/jsp/>

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
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