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 >> >