Hi,
We want to use a grafos database with a persistance layer (ie similar to hybernate) with Webmaker 5.
Has anyone tried this before? Anyone out there feels like sharing their experience with open source grafos databases or able to suggest a product and how to set it up with a persistance layer? What product to use to implement the persistance with that particular database?
Kind regards,
We want to use a grafos database with a persistance layer (ie similar to hybernate) with Webmaker 5.
Has anyone tried this before? Anyone out there feels like sharing their experience with open source grafos databases or able to suggest a product and how to set it up with a persistance layer? What product to use to implement the persistance with that particular database?
Kind regards,
RE: Support for grafos databases
http://www.hyfinity.net/mvcdocumentation_v5/XStudio/RuleMaker%20User%20Guide/SQL%20Statement.html
Search for 'SQL Statement' on the Hyfinity Documentation and WebMaker Forum.
You can access such databases using a suitable JDBC driver. You can also access databases with REST or SOAP APIs using WebMaker's native support for invoking such services:
Search for 'SOAP' and 'REST' on the Hyfinity Documentation and WebMaker Forum:
http://www.hyfinity.com/node/63
http://www.hyfinity.com/node/66
For databases that provide other APIs, you can use WebMaker's Java Method action to call arbitrary Java Objects:
http://www.hyfinity.net/mvcdocumentation_v5/XStudio/RuleMaker%20User%20Guide/Java%20Method.html
Again, you can search for 'Java Method' on the Hyfinity Documentation and WebMaker Forum.
I hope this helps.