|
Servlets are Java programs
Servlets are Java
The Servlets trail teaches
This article examines Java
running on a web server that
technology's answer to CGI
you about servlets, the
Servlets in detail and
produce results viewed
programming; JSP is a
bodies of code that run
discusses HttpServlet,
remotely on a web server.
technology that lets users
inside servers, and extend
ServletConfig and
Servlets has the same
mix regular, static HTML
their functionality. Topics
ServletContext classes and
purpose that CGI or PHP had
with dynamically-generated
include: Overview of
issues like Servlet
in the past. We shall
HTML. This tutorial
Servlets, Client
preloading and
describe how Servlets works
discusses the basics of Java
Interaction, The Life Cycle
initialization parameters.
with some examples. You will
Servlets and JSP, as well as
of a Servlet, Saving Client
also learn about Servlet
the advantages of using each
State, Servlet
Request and Response Model,
of these technologies.
Communication, Utilities for
Servlet Life Cycle, Servlet
Running Servlets, and
Scope Objects and Error
Running Servlets.
Handling.
Date: Jun, 04 2006 Date: Aug, 27 2003 Date: Aug, 27 2003 Date: Jun, 18 2001 |
|
This is an introductory
A brief introduction to
This article describes the
Servlet's portability makes
tutorial on Java Server
writing your own first Java
overall servlet architecture
them a powerful alternative
Pages by devshed. It
Server Pages (JSP). Covers
and what you need to develop
to CGIs. This tutorial
explains the history and
several different editions
your application with
describes what Servlets are,
basics of JSP documents, and
of "Hello, World!"
servlets. Also presented are
What you need to run
also illustrates variables,
example. This article is the
several code examples to
servelts, How to run them,
includes and the String
first excerpt of a full
show you how to use the
and includes some basic code
object.
series from the book, Web
Servlet API, and compare it
that can be used in place of
Development with JavaServer
with CGI and proprietary
a CGI program.
Pages.
server APIs where
appropriate.
Date: Feb, 12 2001 Date: Jan, 23 2001 Date: Dec, 13 2000 Date: Nov, 14 2000 |