JAVA SERVLETS
SITES
Servlets.com
Resources related to Java servlets; this site is part of the O'Reilly network.
ARTICLES
Building Web Applications Using Servlets and JSP Part II
Information on using JSP and JDBC to interact with a SQL database; specifically, validating user ids and passwords stored in a database. (6/12/2000 at WDVL)
Deploying Web Applications to Tomcat
A long, involved description of building and deploying a web application with Tomcat. (4/19/2001 at ONJava.com)
Internationalize JSP-based Websites
Using the Java 2 Software Development Kit (SDK) to make your site automatically adapt its display depending on the site visitor's language and country. (3/6/2000 at Java World)
Jakarta Taglibs
An explanation of the Jakarta Taglib project, which provides an open source repository of tag libraries - a way of separating presentation from logic for oft-repeated tasks or displays on a web page. (5/29/2001 at ONJava.com)
The JSP Files (part 1): Purple Pigs In A Fruitbasket
A light introduction to Java Server Pages: what they are, why they're useful, and writing your first JSP program. (2/7/2001 at DevShed)
The JSP Files (part 2): Attack Of The Killer Fortune Cookies
Using arithmetic, comparison, and conditional statements with Java Server Pages. (2/22/2001 at DevShed)
The JSP Files (part 3): Black Light And White Rabbits
Using loops and String object methods with Java Server Pages. (3/1/2001 at DevShed)
The JSP Files (Part 4): The Red Pill
Using JSP to process data from Web forms, and dealing with arrays in JSP. (3/7/2001 at DevShed)
The JSP Files (Part 5): No Forwarding Address
Shows how to use Java Database Connectivity (JDBC) to connect to a MySQL database and both extract and manipulate data. (3/19/2001 at DevShed)
JSP Technology -- Friend or Foe?
A look at the pros and cons of using JavaServer Pages. (10/31/2000 at IBM)
JSP Templates
Encouraging modular design and minimizing changes to page layout by using JSP templates. (9/15/2000 at Java World)
JSP vs. XSP
A look at the differences between JSP (Java Server Pages) and XSP (eXtensible Server Pages), a technology developed by the Apache XML project that provides better separation of content, application logic, and presentation. (2/22/2001 at O'Reilly Network)
Servlet 2.3 API Features Exposed
A quick introduction to Servlets, and an overview of new features in Sun's Servlet 2.3 specification. (3/22/2001 at ONJava.com)
Servlet App Event Listeners
Details on application lifecycle events, part of Sun's new Servlet 2.3 specification. (4/12/2001 at ONJava.com)
Slapping Together a JSP Development Environment
How to set up the Java Development Kit, Tomcat, Apache, and Jserv in order to use Java Server Pages; covers installation and configuration for both Windows and Unix. (3/5/2001 at DevShed)
The JSP Files (Part 6): State of Grace
Maintaining state using JSP, through cookies and server-based sessions, to faciliate tracking client requests. (3/26/2001 at DevShed)
The JSP Files (Part 7): Bugs, Beans and Banks
Error-management in JSP, and integrating JavaBeans into JSP scripts. (4/18/2001 at DevShed)
Which JSP Book Serves up the Best Lesson?
A review and comparison of six different JavaServer Pages books. (9/29/2000 at Java World)
|