This package contains an example implementation that can be used as a starting point
when developing a GSAC Repository.
Getting Started
You will need to:
- Copy this directory to somewhere under your source tree.
- Change the package names.
- Optionally change the class names (e.g., from StationManagerImpl to "Your Repository"StationManager
- Implement the actual queries and other methods - look for the CHANGEME comments
Database Tables
A useful facility is the generation of a Tables.java class from your database schema.
This class contains static inner classes for each of your tables that hold the table name
and the fully qualified names of the columns.