[Português]
 [Home]
 [Back]
 [Help]

Ricardo's Home Page
Java Servlets


 Java
 Links
 Programs
 Info
 Guestbook
Java Servlets are programs that are designed to be run under a web server.
Generaly they are intended to reply to browsers requests with dinamicaly generated HTML pages.
Servlets are not part of the base Java language although they have increasing popularity as a replacement for CGI or even C based server side processement.
For that reason you must get and install the Servlet API before you start.
In this page I'll help you to begin writing Java Servlets, starting with the traditional Hello World example.
Hello World
This is the best place to start if you have no previous experience with java servlets.
This very simple example will introduce you to the most basic facts about java language, java servlets, how to start writing your program, compile it and run it, both in test as in prodution enviroment.
This example will be used to compare java applications, applets and servlets.

Last update:
2000/01/08
This page hosted by
Get your own Free Homepage
Prepared by:
Ricardo Lindengrün

Click Here!

1