Hello!
I'm trying to develop a JLAN 5.0 database addon for supporting a key-value NoSQL database (e.g. Redis).
So far, thanks to the well written documentation (really: few examples and howtos, but comments everywhere and a good pdf guide..!), I've figured that the best thing to do is probably reimplementing DBInterface, DBObjectIdInterface and extending the ObjectIdFileLoader.
Is there any example or guide of what I am trying to do?
Would you suggest anything better..?
Thanks,
Paolo