Servlets

Home

Below is a list of "Servlets" (web-based server-side Java applications) that I have created.  These servlets will be deployed to a "live" website (domain to be determined) in the near future.  Please take a little bit of your time to test one or two of these servlets to help me get some "real world" scenario testing.

Thank you in advance for your invaluable assistance!

*IMPORTANT: If a servlet asks for a password or any credit card information, DO NOT use real-world examples.  Make up simple examples instead.

Servlet Name Description Date Created Date Modified Minutes
"HelloServlet" Display "Hello". Used to make sure the server is operating properly. (No utilities, no packages.) 2007-05-03 2007-05-03 1
"HelloServlet2" Display "Hello(2)". Used to make sure the server is operating properly. (Packages only.) 2007-05-03 2007-05-03 1
"HelloServlet3" Display "Hello(3)". Used to make sure the server is operating properly. (Packages and utilities.) 2007-05-03 2007-05-03 1
"Three Parameters" Retrieves three parameters from the user and redisplays them in a list. 2007-05-03 2007-05-03 1
"Show Parameters" Example order form. Uses the "POST" method to protect data, and displays the parameters in a table. 2007-05-03 2007-05-03 1
"Greetings.jsp" Display a random greeting. (Use the browser refresh button) 2007-04-20 2007-04-20 1
"New User Registration" Adds a new user to the database. Use this user information to log into the database from the "User Login" page. 2007-04-16 2007-06-11 3
"User Login" Using the new user created in the "New User Login" servlet, login to this servlet. 2007-04-13 2007-06-11 2
"StringBean.jsp" Demonstrates the different methods for manipulating Java Beans. 2007-06-12 2007-06-12 1

Contact the webmaster.
© MMXII Flint Gatrell

This page last modified:
June 05, 2008