0

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?

Olivia A.
  • 41
  • 3
  • 1
    Welcome to SO! What have you tried already and where are you stuck? Share some code. – SaeX Jan 14 '16 at 08:28

1 Answers1

2

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.

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90
  • Thank you Olaf! do you know any good tutorials for creating such? – Olivia A. Jan 15 '16 at 06:04
  • Good samples for liferay are on http://dev.liferay.com - marklogic probably has samples for an app using it. You'll have to adopt the UI side (Liferay) to it then – Olaf Kock Jan 15 '16 at 08:08