ProjectMoon / ringmud

RingMUD Java Mud Server and Engine
http://ringmud.thermetics.net/
GNU Lesser General Public License v3.0
21 stars 5 forks source link

Decouple from eXist #4

Closed ProjectMoon closed 14 years ago

ProjectMoon commented 14 years ago

Currently, the XML database must be eXist. The driver class is hardcoded, and the persistence layer makes use of eXist-specific APIs. This is fairly easy to change, and should be done eventually.

ProjectMoon commented 14 years ago

Decided that this is not necessary. eXist will be the official database. The Persistence API should be generic enough that if people wanted to write an implementation fora different database, they could.