Standalone nuxeo core / documents storage

Hi all!

I want to embed nuxeo core / documents storage without a web tier. In other words I need only a standalone documents storage service.

Is it real to get a documents storage without web/UI?

Thanks

0 votes

2 answers

1573 views

ANSWER



Please read How to use an embedded Nuxeo from a Java application.

A more involved method but allowing you to control dynamically the distribution you use is described at Embedding Nuxeo.

2 votes



Although Nuxeo provides pre-built applications (DM, DAM, etc.), the real power of Nuxeo IMO (apart from the ability to easily extend it) is being able to embed/wrap Nuxeo - either the core product (CAP) or one of the applications.

On the Nuxeo side you would make the customizations required in Studio or in the IDE, and then write a custom API, leverage pre-built capabilities (e.g. CMIS), or some combination thereof to provide access to your data. Then you wire in an existing application through the API or write your own presentation wrapper (which also leverages the API). I have done this for a number of clients with widely varying technologies.

2 votes



You have to know that Nuxeo is contributing the Nuxeo Core Repository to the Eclipse Project. This project name is Apricot and is exactly our Nuxeo Core layer plus some services.

As the process of contribution is long, you will not have access to this project, now. But we hope the v1.0 will be

04/13/2012