Re: ServletPackage in API spec

2002-03-26 Thread balaji

Hi Sven,
The API spec that you download with JDK is for the core packages,
where as servlets comes as a standard extension. If you want the servlet
specification you have to download it from the list of products in
java.sun.com.
If you want the api documentation, it should be available as part of your
Servlet engines documentation. For example you can fing a link to Servlet's
API docs in the home page of tomcat.
regards,
balaji.
- Original Message -
From: Sven Hohage [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 22, 2002 5:55 PM
Subject: ServletPackage in API spec


 I'm reading a JSP book and try to find the servlet package(import
 javax.servlet.*
 import javax.servlet.http.*) in the Sun Api Spec which you download with
the
 1.3.1 SDK.
 I find java.awt and java.beans and javax.swing but no javax.servlet.
 What do I misunderstand..?


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



ServletPackage in API spec

2002-03-22 Thread Sven Hohage

I'm reading a JSP book and try to find the servlet package(import
javax.servlet.*
import javax.servlet.http.*) in the Sun Api Spec which you download with the
1.3.1 SDK.
I find java.awt and java.beans and javax.swing but no javax.servlet.
What do I misunderstand..?

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: ServletPackage in API spec

2002-03-22 Thread Tom Kochanowicz

Sven,
You need the servlet.jar file. You can get it in from the Tomcat download.
You can put the servlet.jar file in your jsdkX.X/bin directory (assuming you
have this directory in your classpath) Then when you compile your program,
it should find the javax.servlet.* files. By the way, if you are new to
servlets/jsp. Tomcat is a good servlet engine to do your testing on.

Sincerely,

Tom K


-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Sven Hohage
Sent: Friday, March 22, 2002 6:26 AM
To: [EMAIL PROTECTED]
Subject: ServletPackage in API spec


I'm reading a JSP book and try to find the servlet package(import
javax.servlet.*
import javax.servlet.http.*) in the Sun Api Spec which you download with the
1.3.1 SDK.
I find java.awt and java.beans and javax.swing but no javax.servlet.
What do I misunderstand..?

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com