On Jul 4, 2007, at 2:38 PM, Olivier Grisel wrote:

Pascal Vuylsteker a écrit :
Is there a standard  way (API...) to feed a Nuxeo platform from
another application ?

You can use the DocumentReader / DocumentWriter classes of the
org.nuxeo.ecm.core.api.io package. I think there is a sample usage somewhere in
the repository but cannot find it anymore.

Actually there are several ways to answer the question:

1. The org.nuxeo.ecm.core.api.io package provides a framework where you can write your own (Java) plugins *inside* the application.

2. Or you can feed the application using an existing services API without writing code from the inside:

- the EJB API (using RMI-IOOP etc.)
- the SOAP web services API
- the new REST web services API, which has been developed recently, and lives here: org.nuxeo.ecm.platform.ui.web.restAPI (see also http://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.ecm.platform/trunk/ nuxeo-platform-ui-web/src/main/resources/OSGI-INF/restAPI-contrib.xml for how it is configured).

  S.

--
Stefane Fermigier, CEO, Nuxeo SAS
Open Source Enterprise Content Management (ECM)
Nuxeo 5 EP is out! - Now Java EE based, standards compliant
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to