Class Summary |
ChangedRequest |
Sometimes a slightly changed HttpServletRequest
object is needed with just new parameter
values. |
CSV |
This class encapsulates printing of spread sheet csv
data generated by a servlet. |
DebugServer |
The debug server is a simple socket server
that prints each incoming request to standard
output as well as works as an echo server,
just like in the Java Tutorial example. |
HTML |
This class encapsulates printing of html code in a very
basic way without any fancy output support. |
TableHelpServlet |
This abstract servlet gets a connection and then looks
for all user tables in that database and prints them
out. |
XMLExporter |
This servlet provides code to export data from a database
and print them out as xml. |
XMLImporter |
This servlet reads in an xml file that has been created
with an XMLExporter class. |
XMLImportHandler |
Sax2 parser for xml database input. |