mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10832 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
22 lines
750 B
Plaintext
Executable File
22 lines
750 B
Plaintext
Executable File
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. |