Hi

I'm using the O'Reilly Website Pro. It includes JRE 1.1 for servlet support.
Looking thru the manuals the examples tells me to import  WebSite.Servlet.*
and define a class by extending the class Servlet.
When I look in a McGraw-Hill book called Java Servlets, the examples tell me
to import javax.servlet.* and javax.servlet.http.*, and define a class by
extending HttpServlet.

My question is: if I write a bunch servlets that execute on O'Reilly, will I
then have to rewrite all/part of them if moving to another web-server?

Thanks in advance
Michael B. Pedersen

___________________________________________________________________________
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