Roulette "MP" : Mach-II 1.1.0 Sample App
Hal Helms
Refactoring by Dave Ross
$Id: README.TXT 513 2005-09-28 09:30:56Z pfarrell $

Roulette is a simple web-based roulette wheel. Roulette 
is built using the Mach-II framework. Roulette uses 
features that were introduced in Mach-II 1.1.0, thus
you must have Mach-II 1.1.0 or above installed to run the
application.

Roulette will also need to placed within a CF-accessible 
"root", or a mapping named /Roulette pointing to the 
/Roulette directory will need to be added via. CF-Admin.


A description of the source code directories follows:

\Roulette
	\config		- Contains the mach-ii.xml 
			  configuration.

	\docs		- Contains a UML diagram
			  of Roulette's classes.

	\model		- Contains the application's
			  model source code

	\controller	- Contains extensions to the
			  mach-ii framework specific
			  to Roulette.
	
	\util		- Contains a sessionFacade 
			  implementation.

	\views		- Contains the application's
			  user interface templates,
			  and a stylesheet.