Ad
Liferay With MarkLogic XDBC Database Integration
I'm a newbie programmer with Liferay and Marklogic. I'm trying to connect the MarkLogic using these guides
https://www.liferay.com/community/wiki/-/wiki/Main/Database+Portal+Properties
but to no avail. May I know what kind of database MarkLogic is? and how do I implement the connection?
Ad
Answer
Marklogic is a NoSQL database and not supported as a backend for Liferay - which you seem to configure it for. If you write your own application on top of Liferay, you are able to connect to any database you like - including Marklogic. It's just not for Liferay's own data.
If you're asking how to build your own application on top of it: That's way too broad for a simple question on stackoverflow.
Ad
source: stackoverflow.com
Related Questions
- → How to update data attribute on Ajax complete
- → October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear
- → Octobercms Component Unique id (Twig & Javascript)
- → Passing a JS var from AJAX response to Twig
- → Laravel {!! Form::open() !!} doesn't work within AngularJS
- → DropzoneJS & Laravel - Output form validation errors
- → Import statement and Babel
- → Uncaught TypeError: Cannot read property '__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' of undefined
- → React-router: Passing props to children
- → ListView.DataSource looping data for React Native
- → Can't test submit handler in React component
- → React + Flux - How to avoid global variable
- → Webpack, React & Babel, not rendering DOM
Ad