Hi! I have implemented database-backed persistence by writing my own Guice module and overriding the bindings for ActivityService, PersonService, and AppDataService to use a class I wrote that does JDBC (Oracle) store/retrieve operations (I guess I missed prefs--need to do that too).
Of course I then have to update web.xml to load my Guice module and make sure my custom library is in Shindig's classpath. I was wondering if there are any plans to support out-of-the-box integration with JDBC instead of the default in-memory map implementation, or if what I did is the intended approach. Thanks! Dave

