slms4redd / admin-interface

Administration interface for the SLMS portal
1 stars 3 forks source link

Design a Façade over the persistance support #16

Closed Damianofds closed 9 years ago

Damianofds commented 9 years ago

At the moment, in the version 1.0, the nfms-admin-interface is able only to use geostore to persist its configurations. We want to make possible to use the nfms-admin-interface using another persistance system (DBMS, XML...) only providing the implementation for a single Interface without touch the Business logic of the application.

Design and provide a Java Interface with this Aim