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

That class is a Sun class with no source available. But the old JSDK and JSWDK
reference implementations are now moved to the Apache Jakarta project so if
you go to http://jakarta.apache.org you can see the source for the new corresponding
Tomcat class, plus the source for all the other servlet and JSP container classes.

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

The source for the javax.servlet.* package has always been distributed as
part of the JSDK and/or JSWDK package. Look for the src directory.

--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.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

Reply via email to