|
||
| Introduction to Java Servlets | ||
|
This course teaches you how to deliver server-side interactivity on almost any server platform, using the Java programming language and just a
few extra classes from a readily available library. Servlets are little snippets of code that run on the computer that is serving out your Web
pages.
You can use them to
This course builds on your knowledge of the Java language and the Java 2 Platform. You will start building servlets right away; beginning with generating a simple page, then learning how to get your servlet to interact with
Furthermore, you will see how servlet chaining can add tremendous power to your site very simply.
Course objectivesMany developers are considering servlets as an alternative to SSI, CGI, ASP, and other server-side technologies. Servlets are a stand alone technology and you do not need to know any other server-side technology to benefit from this material. After completing the course, you will be able to:
|
||
|
|
||