Hyungkeun Hong wrote:

> But,
> When I look into all source files of javax.*
> I can't find 'import sun.servlet ..' in any file.
>

That's because it would actually be the other way around ... the
sun.servlet.xxx classes import the javax.servlet.xxxx interfaces.  These
classes are the servlet runner that is included with JSDK.  If you look at the
bin/servletrunner script, for example, you'll see that it executes "java
sun.servlet.http.HttpServer" down at the bottom.

By the way, if you are learning about or developing servlets (and/or JSP),
you'd be better off using the JSWDK 1.0 kit, which contains the most recent
servlet runner, as well as JSP support.  It can be downloaded from JavaSoft's
web site, at:

    http://java.sun.com/products/servlet

Craig McClanahan

___________________________________________________________________________
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