Building Web Applications Using Servlets and JSP Part II
|
In the first part of
we built a simple web application with Servlets
and JSP. We skipped over some of the finer details,
specifically accessing the database using Servlets. In this part
we will modify our Login Servlet to validate the userid and
password with those from the database.
|
|---|
|
Building Web Applications Using Servlets and JSP
|
So you have heard about servlet
and JSP, but how to put these
together? "Building Web
Applications Using Servlets and
JSP" steps through the different
components involved in developing
a simple web application using
'server side Java'.
|
|
Servlets and JSP
|
Server-Side Web Applications using Java
Servlets versions 2.1/2.2 and JavaServer
Pages (JSP) version 1.0
|
|
Java Networking
|
Each month JavaBoutique posts a new installment of this
online Java Networking course from Gunther
Birznieks. If you want to learn how to network with
Java, here is the place to start!
Topics:
Introduction to Java Servlets
Installing and Using the Java Servlet SDK
Writing Servlets
|
|
An Introduction to Java Servlets
|
Java servlets are making headlines these days, claiming to solve many
of the problems associated with CGI and proprietary server APIs. In this
article I will describe the overall servlet architecture and what you need
to develop your application with servlets.
|
|
Servlets Are for Real!
|
and dynamic, developers turn to technologies that allow
them to do more than the first-generation tools can
handle. One technology that is rapidly replacing CGI and
Perl scripts as the preferred choice for dynamic Web sites
is Java Servlets.
|