Palanisamy Easwaran wrote:

> Hi ,
>
> Can any one guide me where to find com.sun.server.http.session.* package source
> code?
>

I would suggest you look at the source code in the Jakarta project
(http://jakarta.apache.org).  This was based on the JSWDK source code, but the
com.sun.* classes have been renamed org.apache.* because it is now open source.

>
> and  where is HttpSession interface implemented in Javax.* package?
>

You will find that it's not there -- the javax.servlet.* and javax.servlet.http.*
files are mostly interfaces.  These interfaces are implemented by engine-specific
classes in the various servlet engines.  That's the whole idea of interfaces --
they define a standard that servlets can rely on, but leave each implementation
the freedom to do what they want (as long as they conform to the method signatures
in the interfaces and the requirements of the specification).

In Jakarta, for example, the implementation class you are looking for is
org.apache.tomcat.core.ApplicationSession.

>
> thanks in advance,
> easwaran.P
>
>

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