Hi,

I just commited a sample o how to start a nuxeo client application and connect to a remote server.
See nuxeo-core-client project.
Read this for how to run the sample: nuxeo-core-client/src/main/java/ org/nuxeo/ecm/core/client/sample/README.txt

Bogdan


On Mar 23, 2009, at 9:15 PM, Sanjay Dalal wrote:

Hi,

Due to classloading problems described in thread, "using Nuxeo Java APIs ", I have temporarily moved to using the RESTful apis (I will get back to Java APIs soon).

I am following the documentation at http://doc.nuxeo.org/5.2/books/nuxeo-book/html-single/#d1801e6206 to write my client. While I can browse the repository by calling the Browse APIs, I am looking for URL and parameter mappings for CREATE (or POST) and UPDATE (or PUT) operations on a document. I can see corresponding Restlets in the source tree, however, I cannot find any documentation at http://doc.nuxeo.org/5.2/books/nuxeo-book/html-single/#d1801e6206 . Needless to say that with some effort, I can determine the URL and the parameter mappings from the source code, but APIs should have been documented unless Nuxeo does not support these operations using RESTful APIs in 5.2. Let me know.

Second question, the pattern "/{repo}/{docid}/{filename}/{verb}" does not seem to follow "RESTful" URI pattern. Thoughts?

thanks,
sanjay
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to