Hi,

You could download the Servlet API from 
"http://java.sun.com/products/servlet/download.html";

This gives you a jar file containing Sun's Java servlet and JSP API.

Even better, download Tomcat from "http://jakarta.apache.org/tomcat";. It comes along 
with the Servlet API.
You might download Tomcat 4.0.1, since it implements the latest API (Servlet API 2.3), 
and supplies a lot of additional libraries for mail, transactions, connection
pooling, XML parsing, etc.

Tomcat is a servlet container, something that runs servlets for you, and work in 
conjunction with Web servers.
You could use Tomcat to test your servlets and JSPs and really explore the web world.

And once you're underway with servlets and JSPs, get the jakarta Struts Framework 
"http://jakarta.apache.org/struts/";
This framework is a good way to implement Web based applications.

Sriram

11/11/2001 6:56:42 PM, Smith Conner <[EMAIL PROTECTED]> wrote:

>
>
>
>   Hi everyone,
>   I'm new to servlet. Could someone please show me where to download
>   javax.servlet.jsp, and javax.servlet.jsp.tagext packages?
>
>
>   Thanks.




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.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