Simple Servlet Examples

A runnable set of cookbook like examples


These examples assume that you've installed the latest stable version of The Tomcat Application Server and have it running without any additional configuration. If this is the case you should be able to see the Tomcat welcome page by clicking on this link:
http://localhost:8080
If that works, you should be able to install and run all of these examples with fewer than 5 mouse clicks.


Resources


William Brogden's page of Computer Resources
FrontMan: The best example of a lightweight servlet framework I've ever used.

Questions? The best place to get questions answered by me is JavaRanch.

jsonf A lightweight JSON formatter for *nix systems that I wrote for formatting streams of JSON.

jquery.minListFilter A minimal jquery plugin that I wrote for filtering the contents of HTML select lists.