Package net.commerce.zocalo.service

Classes involved in setting up a web service.

See:
          Description

Interface Summary
PropertyKeywords Interface that holds many strings useful for reading Zocalo configuration files.
 

Class Summary
AllMarkets Collection of markets and users, and main() entry point for running markets.
AllMarkets.MarketBayeuxService  
BayeuxSingleton uses the Singleton pattern to hold onto the AJAX connection.
CometServer sets up cometd connections for a Jetty web server.
Config set up initial configuration, provide access to configuration settings
MarketOwner Manage ownership of Markets and Users for general Prediction Markets
PropertyHelper some methods for parsing Property files, and converting results to useful values.
ServerUtil utilities common to running a web server.
ServletUtil utility functionality for webservers based on servlets.
 

Package net.commerce.zocalo.service Description

Classes involved in setting up a web service. AllMarkets is the main entry point for a prediction market server. MarketOwner helps by managing markets and users. CometServer is an abstract superclass for servers that use AJAX.

ServerUtil is an abstract superclass that reads info from config files. PropertyHelper controls specific properties used in configuring Zocalo. Config sets up configuration and manages access to some configured properties.

ServletUtil is an abstract superclass that sets up JSP and other servlets under Jetty.

BayeuxSingleton holds onto AJAX connections

© Copyright 2009 Chris Hibbert. All rights reserved.

This software is published under the terms of the MIT license, a copy
of which has been included with this distribution in the LICENSE file.