|
Servlets are Java
The author notes "This
Dan Shafer from CNET argues
In this first part of a
technology's answer to CGI
document explains the
"Microsoft and Netscape
series on developing Java
programming; JSP is a
concepts of Java
have yet to show any serious
servlets, this tutorial
technology that lets users
Servlets and provides a
commitment to supporting
shows how to create a basic
mix regular, static HTML
step-by-step tutorial for
browser standards. You can
servlet. It includes
with dynamically-generated
writing HTTP Servlets with
solve your
information about
HTML. This tutorial
complete source code for the
browser-incompatibility
downloading the Java Servlet
discusses the basics of
example Servlets. The
problems by simply switching
Development Kit from Sun.
Java Servlets and
tutorial and the other
the burden from the client
JSP, as well as the
chapters cover all facets of
to the server. Java
advantages of using each of
Servlet programming from a
servlets are safer,
these technologies.
simple "Hello
easier to write, and more
World" Servlet to
efficient than CGI
advanced Servlet features
applications. Web builders
like session tracking and
need to think seriously
Cookies. There are also
about taking the time to
appendices on compiling and
learn Java." Read the
running Servlets. The reader
full story for more.
is assumed to have some
basic knowledge of HTML and
Java programming."
Date: Aug, 27 2003 Date: Nov, 06 2000 Date: Jul, 11 2000 Date: Jul, 09 2000 |
|
In this interview with
FreeMarker provides an easy
Aimed at those with some
vqServer is a personal web
webreview.com, Paul Colton
way to get data from Java
previous Java experience,
server with support for
of Live Software answers a
servlets into Web pages,
Core Servlets and JavaServer
password protection, file
number of questions about
and helps you keep graphic
Pages covers all you need to
uploading, Java
the importance of Java
design separate from
know to create effective Web
servlets and CGI
servlets such as the
application logic. To use
applications using
scripts. Main features
difference between a Java
it, you encapsulate HTML in
server-side Java. Combining
include: Enables hosting of
applet and a Java servlet,
templates. These get
plenty of practical advice
web sites on any personal
whether servlets require a
compiled for you into
with detailed information on
computer which supports
specialized server, if the
Template objects, which
these APIs, this book
Java, Comes with
Java Servlet API is
generate HTML dynamically,
provides both the necessary
step-by-step instructions
dependent on the Java Web
using data provided by your
background on Web
and a sample web site to get
Server, and more.
servlets. The template
programming and guidance on
you started, Password
language is
powerful and
using Java effectively to
protection of files and
intuitive, the compiler is
power your Web site. Topics
directories, Custom
fast, and the output
covered: Overview of Java
registration forms can be
approaches the speed of
servlets and JavaServer
used to require visitors to
static HTML pages.
Pages (JSPs), servlets vs.
your web site to register
CGI and ASPs, survey of
for access to files and
servlet products,
services, Update your web
installation and
site directly from web page
configuration hints, using
editors, Remote server and
packages with servlets, the
web site administration
servlet life cycle,
using the web-based,
initialization parameters,
easy-to-use control centre,
debugging tips, HTML form
and more.
basics, submitting and
processing form variables,
HTTP request and response
headers, standard CGI
variables, HTTP status
codes, using cookies,
session tracking with
servlets, e-commerce
example, JSP scripting
elements and attributes,
including files, using
applets, JavaBeans and tag
libraries with JSPs,
strategies for combining
servlets and JSPs
effectively, database and
JDBC tutorial, and
connecting pooling.
Date: Jul, 09 2000 Date: Jul, 02 2000 Date: Jun, 21 2000 Date: Jan, 23 2000 |