Files
alfresco-community-repo/source/sample/JavaCmisTest
David Caruana a8603091e9 Merged DEV/CMIS0_61 to HEAD (part 4)
14095 CMIS 0.61 Web Services Including Tests & JavaClient
 14123 Several Minor Fixes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14177 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-05-01 21:22:09 +00:00
..
2009-05-01 21:22:09 +00:00
2008-09-07 13:06:28 +00:00
2008-09-07 13:06:28 +00:00
2008-09-07 13:11:31 +00:00
2008-09-07 13:06:28 +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.