Updated commands

Review http://www.wpi.edu/~heineman/xml

Planned Extensions

Enable TM-GUI and UM-GUI to be able to find out the bounds within which they execute

Understanding between TM and GM on server

TableManagerGUI sends start command along to the server. TableManager receives this command and constructs a LOCAL started request which it delivers to the MBUS. The GameManager subscribes to this request and is then able to send the started request along to the GameManagerGUI clients.

Note that GameManager on the server detects finish command and constructs requisite finished requests to be sent to all clients but also is responsible for creating a local finished request that is processed locally by the TableManager from the MBUS.

Database Manager

Check out revised IUM_DB, IGM_DB, and IPM_DB interfaces. These are now in the Framework interfaces section. They will likely undergo another revision, so consider these as ALPHA.

TableManager GUI and Icons

The resources are likely to be associated with the UserManagerGUI component. There will need to be a way to convert the String of an icon name into a URL that returns the requisite resource.