Challenge Overview
This component provides a custom JSP tag that generates a simple HTML table which lists a set of administrators based in different geographies.
The information about administrators associated with geographies is stored in a database. The schema for used tables is defined in this component.
AdministratorsListingGeneratorTag is the main class of this component. It is an implementation of a simple JSP tag handler.
AdministratorsListingGeneratorTag uses pluggable AdministratorGeographiesPersistence implementation instance to obtain association between geographies and administrators from persistence.
The implementation of AdministratorsListingGeneratorTag provided in this component uses JNDI and JDBC to access the database.
Final Submission Guidelines
N/A