This project has declared the following modules:
Name | Description |
---|---|
DMRL (Server) | The Server module contains the business logic of the software: periodically retrieving the official ranking list, transforming it into an internal representation, organizing the data and exporting it. When run in a J2EE web server this module is hosted by the webapp. |
DMRL (Taglib) | The Taglib module provides some tags for handling property files. I need this functionality for retrieving build and version information from the manifest file to display them on the JSPs. |
DMRL (Webapp) | This module is responsible for making the service available in a J2EE web container. |
DMRL (Portlet) | This module creates a portlet which allows to call some of the services. |
DMRL (JavaScript Client Library) | A JavaScript client library for calling the service from inside a HTML page. |