|
Developing Java Servlets
|
Other links at Java > Tutorials > JSP and Servlets |
| 1. |
First Servlets
|
|
|
This tutorial shows you how to write your first serlvet by introducing several key elements such as Basic Servlet Structure, A Simple Servlet Generating Plain Text, Compiling and Invoking the Servlet, A Simple Servlet Generating HTML, and Some Simple HTML Utilities for Servlets.
|
| 2. |
Java Serves the Web: An Intro to JavaServer Pages
|
|
|
In this article, CNET Builder.com provides brief tutorials to get you started in JSP programming and help you build a sample JSP-enabled site. Main topics include: Get Your Machines Ready for JSP, JSP Syntax Basics, JSP With JavaBeans, JSP Implicit Objects, and Create a JSP Site.
|
| 3. |
Handling Cookies
|
|
|
This tutorial discusses the creation and use of cookies in Servlets. Includes an example of a customized search engine interface.
|
| 4. |
ZipServlet
|
|
|
This article aims at presenting how to create a servlet that sends a zip file to the user.
|
| 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.
|
|
|