Building Web Applications Using Servlets and JSP
April 5, 2000
What to expect from this article?
This article will try to 'step' through the different components
involved in developing a simple web application using 'server
side Java'.
|
It is intended for:
1. Web developers willing to use java in their server side
programming
2. Java programmers writing web applications.
What you should know to get most out of this article?
You should understand the Java programming concepts.
You should also have some understanding / awareness of web
application development - HTML & HTTP.
Contents:
A Brief Introduction to Servlets and JSP
Sample Servlet
The Next Servlet: The Request and the Response
HTML Generation
Java Server Pages
The Session Object
Request Dispatcher
Sample Application
Compiling & Executing Servlets
Building Web Applications Using Servlets and JSP
A Brief Introduction to Servlets and JSP
|