File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes New to Servlets/JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "New to Servlets/JSP" Watch "New to Servlets/JSP" New topic
Author

New to Servlets/JSP

Thillai Sakthi
Ranch Hand

Joined: Jun 17, 2000
Posts: 91
I am new to the world of server side programming. Could any one help in where to start?I don't know the diff bet' servlets and JSPs. What are their purposes? How can we use them? If you can please suggest me good books/down loadable links it would be highly useful for me.
Tks
Kumaresan


Regards,<br /> <br />Shakthi
maha anna
Ranch Hand

Joined: Jan 31, 2000
Posts: 1467
Kumaresan,
You can download the jswdk (Java Server Web Development Kit) >from SUN from this link.
http://java.sun.com/products/servlet/README.html
A good tutorial on JSP is also there from Sun's site. http://java.sun.com/products/jsp/docs.html
Right now I am in middle of another work. I try to post some info on what are servlets and jsp latter.
regds
maha anna
[This message has been edited by maha anna (edited August 28, 2000).]
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12267
    
    1
I don't understand why people keep recommending the JSWDK.
As far as I know, that has not been updated in months!
Sun turned over all the servlet and JSP code to the Apache organization to do the open-source "reference implementation" of the JSP 1.1 and Servlet 2.2 APIs. Furthermore Sun has engineers actively working on the Apache project (called Tomcat)!
Go to jakarta.apache.org
for the latest implementation.
Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: New to Servlets/JSP
 
Similar Threads
help
can anyone tell me from where should i start learning JSTL
uploading files
SERVLETS
How Multiple Requests for a Servlet class are handled