Skip to content

Reference implementation of a HTML5 and AngularJS client for accessing Documentum REST Services

License

wangc31/documentum-rest-client-html5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Documentum REST HTML5 Client Samples

This Java project contains a reference implementation of Documentum REST Services client written in HTML5 + JavaScript code. The purpose of this project is to demonstrate one way to develop a hypermedia driven REST client to consume Documentum REST Services. It does NOT indicate that users could not develop a REST client using other technologies.

EMC shares the source code of this project for the technology sharing. If users plan to migrate the sample code to their products, they are responsible to maintain this part of the code in their products and should agree with license polices of the referenced libraries used by this sample project.

How To Use

  1. Place the project files in Tomcat's webapps/examples folder or just put it anywhere else and adjust Tomcat's server.xml file , inside the element:
 <Context path="/restapp" docBase="/opt/home/dctm/HTML5/CoreRestApp/app" />
  1. Save it (if you edited server.xml) and bounce Tomcat.
  2. You now should be able to access this app by entering the following into the browser's URI field http://demo-server:8080/restapp.
  3. If all goes well, you now should be prompted by the pop up dialog to enter Home Services URI (ie. http://demo-server:8080/dctm-rest/services.json) and user credentials - and hit OK.
  4. Again - if all goes well, you'll see progress feedback and then UI should be repainted with selection of Repositories exposed to the REST services.

About

Reference implementation of a HTML5 and AngularJS client for accessing Documentum REST Services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.7%
  • HTML 22.8%
  • CSS 8.5%