Armand Ndizigiye
Armand Ndizigiye

Reputation: 199

Reading and writing Hippo content

What is the best way to read and write Hippo content programmaticaly? I want to build a migration tool that writes some pages and binary files to Hippo. I am now using the JCR API to create nodes in the repo, is there any better approach?

Upvotes: 1

Views: 191

Answers (1)

m.milicevic
m.milicevic

Reputation: 229

Have you tried: http://import-tool.forge.onehippo.org/

(you can checkout source code and use it as a reference if needed)

Another one you could check is: https://forge.onehippo.org/svn/restimporter/ (no documentation other than: https://forge.onehippo.org/svn/restimporter/trunk/README.txt )

hth

Upvotes: 3

Related Questions