Files
alfresco-community-repo/source/sample/JavaCmisTest
David Caruana bf4991eac0 Merged CMIS063 to HEAD
17191: MOB-1332: Update Web Services TCK (Java/.NET) to 0.7
  17203: CMIS Query updates.
  17211: CMIS WS V1.0
  17213: Fix Apache CXF logging issues in exploded deploy mode.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17263 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-10-30 14:59:48 +00:00
..
2009-10-30 14:59:48 +00:00
2009-10-29 17:01:43 +00:00
2009-10-30 14:59:48 +00:00
2008-09-07 13:11:31 +00:00
2009-10-29 17:01:43 +00:00
2009-10-29 17:01:43 +00:00
2008-09-07 13:06:28 +00:00

This simple example connects to the Alfresco CMIS Server and displays the names
of the folders within the Alfresco root folder called "Company Home".

The example utilizes the Alfresco CMIS Web Services interfaces.

The example is stand-alone and includes all of its dependencies.

Steps to execute the example...

Pre-requisites:
a) The Alfresco Server must be running for the test client to succeed.
b) ant is required to build the test client

1) Unpack JavaCmisTest.zip to <destdir>
2) Run <destdir>/ant
3) Run <destdir>cmis-test.bat http://<alfresco_host>:<alfresco_port> <username> <password>

Note: A cmis-test.sh also exists.

Upon successful completion, a list of folder names is presented.

The source code for the example is also included.