Challenge Overview
Suggested Matches Tool allows administrators to manage suggested matches information. That information is stored in a database as XML entries. For now, the tool allows only to create, read, update and delete these entries.
The tool is written using Java, Javascript, Dojo and Freemarker storing data in a Derby Embedded Database.
In order to improve the application, the application will be split into 2 parts, a service part and a UI part.
This component implements the service part. It will replace the SMMController with several other servlets, also a LookupManager is added to lookup countries and languages. The new servlets will be used to manage suggested matches and lookup countries and languages.
Final Submission Guidelines
N/A