As you may have read it, Nuxeo can be accessed remotly using several ways : - RestAPI : there is already a couple of restlets that should let you do what you want - EJB3 API : that gives you full access to all Nuxo API - SOAP API could also be a solution ...
As a good start you should check out Nuxeo Shell and see how fsimport command is done : this will give you a simple example on creating documents into the repository using remote API. nego ady a écrit : > > > > > ------------------------------------------------------------------------ > > Sujet: > nuxeo informations > Expéditeur: > nego ady <[EMAIL PROTECTED]> > Date: > Tue, 13 May 2008 01:44:39 -0700 (PDT) > Destinataire: > [email protected] > > Destinataire: > [email protected] > > > hello, > My name is Neguletu Marius and I am a romanian student with a > scolarship at ENSEEIHT Toulouse. here I will make my graduation > project and I have to use Nuxeo platform. > I have tried to use the reference book of nuxeo but I didn't found > many details for developers. What I have to do in my project is to > connect remotely to nuxeo, to create a workspace and in the workspace > I have to create folders and every folders to have documents in it. I > am using Java for developement. All this actions have to be done > remotely from java. In the reference book i have read something about > Restlet API and I want to know if that will help me to do my work. If > you have any other references or samples of code I will be very grateful. > > > Thank you! > Neguletu Marius > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
