Package org.cougaar.pizza.servlet

This package defines servlets for use with the Pizza Party application.

See:
          Description

Interface Summary
HistoryServletFriendly Simple interface for Blackboard objects to supply pretty HTML descriptions of themselves, for use in servlets like the HistoryServlet.
 

Class Summary
HistoryServlet Generic debugging servlet/plugin that displays all Adds/Changes/Removes on Blackboard objects, accessed at "/history".
PizzaPreferenceServlet The main UI for the application: shows collected RSVPs from invited guests at "/pizza", and the progress on ordering the pizza.
 

Package org.cougaar.pizza.servlet Description

This package defines servlets for use with the Pizza Party application.

The HistoryServlet is a generic servlet for monitoring changes to the blackboard. Use the HistoryServletFriendly interface to allow the servlet to show meaningful information about your blackboard objects.

The PizzaPreferenceServlet is the main UI for the pizza party app. It shows what the application is about, what has happened so far, how guests have RSVPed, and the status of the pizza orders.