https://github.com/sismics/play-cmis
This plugin adds CMIS support to Play! Framework 1 applications.
https://github.com/sismics/play-cmis
cmis dms document play play-framework
Last synced: 4 days ago
JSON representation
This plugin adds CMIS support to Play! Framework 1 applications.
- Host: GitHub
- URL: https://github.com/sismics/play-cmis
- Owner: sismics
- License: apache-2.0
- Created: 2016-09-03T13:47:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T07:43:43.000Z (over 5 years ago)
- Last Synced: 2025-06-25T06:41:52.166Z (about 1 year ago)
- Topics: cmis, dms, document, play, play-framework
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sismics/play-cmis/releases/latest)
[](https://opensource.org/licenses/Apache-2.0)
# play-cmis plugin
This plugin adds [CMIS](https://en.wikipedia.org/wiki/Content_Management_Interoperability_Services) support to Play! Framework 1 applications.
# Features
# How to use
#### Add the dependency to your `dependencies.yml` file
```
require:
- cmis -> cmis 1.1.0
repositories:
- sismicsNexusRaw:
type: http
artifact: "https://nexus.sismics.com/repository/sismics/[module]-[revision].zip"
contains:
- cmis -> *
```
#### Run the `play deps` command
#### Add the routes to your `routes` file
```
# CMIS routes
* / module:cmis
```
# License
This software is released under the terms of the Apache License, Version 2.0. See `LICENSE` for more
information or see .