Challenge Overview
The Hercules Player is an application that allows customers to download videos to their computer or device for offline playback, along with streaming playback of videos for online playback.
The application is relatively complete, but we need a way for remote clients to log errors and debug information and be able to retrieve it. Because a good number of the remote clients will be mobile, logging to a file locally isn't ideal because it will be complicated to retrieve the logs.
To account for this, this assembly will build a REST logging servlet that can be deployed on a server that will take the information and log it to a database for easy retrieval.
Final Submission Guidelines
Please see the wiki - http://apps.topcoder.com/wiki/display/docs/Hercules+Remote+Logging+Assembly