| Class | Description |
|---|---|
| BaseServlet |
Our base class for other servlets - we provide some fairly simple
helper methods for rendering views and such
|
| DataDumpServlet |
This is our extremely simple data display servlet.
|
| DataStoreClient |
This is a very simple demonstration of an interface to a data store,
sometimes called a DAO.
|
| HomeServlet | |
| Survey |
Our very simple model class
|
| ThanksServlet |
Our simple thank-you controller
|
| Utils |
Simple utility class for our demo project.
|
Copyright © 2015 Institute for Intelligent Systems. All rights reserved.