> I'm looking for the changes document that describes
> the changes made to the servlet API in moving from
> 1.x to 2.0--for compatibility testing
It's not a concise listing, but if you look at the API
Quick Reference in the back of "Java Servlet Programming"
it clearly lists when each method and class was added.
Just scan each class's Interface Declaration section.
See http://www.servlets.com/book for info on the book.
BTW, a more complete listing of changes from 2.0 to 2.1
is available in an article I wrote for the December 1998
JavaWorld issue. See http://www.javaworld.com.
-jh-
P.S. Note there was an intermediary API "release"
between 1.0 and 2.0 that existed only with JWS but
never had a JSDK. It is different from the JSDK 2.0
in two simple ways: getParameter() was deprecated
in the unnamed release then undeprecated in 2.0.
ServletRequest.getCharacterEncoding() did not exist
in the unnamed release but was added in 2.0.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.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