|
Introduction to JavaServer Pages
|
Other links at Java > Tutorials > JSP and Servlets |
| 2. |
Overview of Servlets and JSP
|
|
|
This is an introductory tutorial on JSP an Servlet. Main topics include: What is a Java servlet?, What advantage does a Java servlet have over a traditional CGI program?, What is JSP?, and What are the Advantages of JSP?
|
| 3. |
Web Application Events
|
|
|
This article describes what are application events and how you can use them. Focuses on two important web application events; Application startup and shutdown, Session creation and invalidation.
|
| 4. |
Servlet Essentials
|
|
|
The author notes "This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets of Servlet programming from a simple "Hello World" Servlet to advanced Servlet features like session tracking and Cookies. There are also appendices on compiling and running Servlets. The reader is assumed to have some basic knowledge of HTML and Java programming."
|
| 5. |
What are JavaServer Pages?
|
|
|
The usefulness of static HTML has run its course and web sites whose sole content is comprised of static HTML pages are now often dismissed as "brochureware." The real world is dynamic and web pages that want to reflect this must be capable of accommodating this dynamism. It is possible, however, to deliver dynamic data content to otherwise static HTML pages by leveraging the power of Java and JavaServer Pages (JSP). This introductory tutorial explains The Definition of a JavaServer Page along with a simple form-based article listing application.
|
|
|