The server implementations, AFAIK, pretty much cover the entire API (both that one, and the fileshare version are obviously just for local development work and proof-of-concept work).
Also, I cannot recommend the following book enough - it's outstanding: http://www.manning.com/mueller/ It is excellent in its coverage of CMIS and the 3 authors are all experts in the space. Jeff Potts, formerly of Alfresco and the owner of http://ecmarchitect.com/ has the following great article on content modeling w/ CMIS / Alfresco. http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html In addition he's one of the Manning book's authors and his writing his outstanding. I assume you've seen: http://chemistry.apache.org/java/developing/index.html http://chemistry.apache.org/java/how-to/index.html http://chemistry.apache.org/java/examples/index.html Mark On Tue, Jul 22, 2014 at 9:28 PM, Marc-André Laverdière < marc-andre.laverdiere-papin...@polymtl.ca> wrote: > Thanks for the pointers. > > Two questions: what about the in-memory server? Is this something that > implements the whole API? > > Also, I would need some entry points - preferably servlets. I am seeing > some small code on the samples folder (and they use main), but that's > about it. > > Do you know of any other sample app? > > Regards, > > Marc-André Laverdière-Papineau > Doctorant - PhD Candidate > > On 07/22/2014 04:58 PM, Mark Streit wrote: > > We use Chemistry's OpenCMIS JARs for a project that interacts with > Alfresco > > Enterprise server and on the CLIENT side we use the following 5 artifacts > > and their dependencies: > > > > > /org/apache/chemistry/opencmis/chemistry-opencmis-client-api/0.10.0/chemistry-opencmis-client-api-0.10.0.jar > > > /org/apache/chemistry/opencmis/chemistry-opencmis-commons-api/0.10.0/chemistry-opencmis-commons-api-0.10.0.jar > > > /org/apache/chemistry/opencmis/chemistry-opencmis-client-bindings/0.10.0/chemistry-opencmis-client-bindings-0.10.0.jar > > > /org/apache/chemistry/opencmis/chemistry-opencmis-commons-impl/0.10.0/chemistry-opencmis-commons-impl-0.10.0.jar > > > /org/apache/chemistry/opencmis/chemistry-opencmis-client-impl/0.10.0/chemistry-opencmis-client-impl-0.10.0.jar > > > > > > > http://chemistry.apache.org/java/0.10.0/maven/dependency-convergence.html > > > > There are better experts than me out there, but hope this helps some. > > > > Mark > > > > On Tue, Jul 22, 2014 at 3:33 PM, Marc-André Laverdière < > > marc-andre.laverdiere-papin...@polymtl.ca> wrote: > > > >> Hello, > >> > >> I'm a PhD student working on vulnerability analysis for JEE > >> applications. I have selected Chemistry for analysis because it is a > >> large-scale project with mature code and web services. > >> > >> Since the project is so big, I end up being unsure of what parts to > >> include and which ones to leave out. > >> > >> I would like - for starters - to look at a full round-trip between a > >> client and a server. Which would be the minimal set of artifacts to > >> include? > >> > >> Regards, > >> > >> -- > >> Marc-André Laverdière-Papineau > >> Doctorant - PhD Candidate > >> > > >