JLAN with NoSQL key-value backend
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2013 04:43 PM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2013 08:24 AM
You can refer to Alfresco JLAN Server Programmers Guide ,It details how to implemente a virtual filesystem.
and how to implement your own server configuration, authentication, virtual filesystem mapping classes, access control manager
and so on.
and how to implement your own server configuration, authentication, virtual filesystem mapping classes, access control manager
and so on.
