How can i use Nuxeo in my webapplication

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2013 06:13 AM
Hi, i want to create my own Web application and want to use Nuxeo Document management, How it is possible? and what i have to do? Plese Explain Step By Step, i have already configure Nuxeo Sdk and Nuxeo platform in eclipse..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2013 07:49 AM
Hello,
Do you mean you want to bind your web application to a nuxeo platform ?
If yes you should have a look at the API documentation here
Have a nice day,
Antoine

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2013 09:20 AM
Hi i write code which you have suggested.. BUT it is giving Error Like
java.io.FileNotFoundException: http://localhost:8080/automation/nuxeo/site/Document.Query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2013 10:00 AM
This piece of code should work on an established sesision and demonstrates a basic get and put document operation.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2013 03:33 AM
Actually i am unable To establish connection with requested Url.What i will Do?
