Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenit-eu/example-dynamic-extension
Example Dynamic Extension for Alfresco.
https://github.com/xenit-eu/example-dynamic-extension
Last synced: about 2 months ago
JSON representation
Example Dynamic Extension for Alfresco.
- Host: GitHub
- URL: https://github.com/xenit-eu/example-dynamic-extension
- Owner: xenit-eu
- License: bsd-3-clause
- Created: 2013-03-17T11:30:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:30:19.000Z (about 1 year ago)
- Last Synced: 2024-04-16T13:05:13.957Z (9 months ago)
- Language: Java
- Size: 371 KB
- Stars: 7
- Watchers: 17
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic Extensions example projects
[![Build Status](https://travis-ci.org/xenit-eu/example-dynamic-extension.svg)](https://travis-ci.org/xenit-eu/example-dynamic-extension)
## About this project
This project illustrates the use of [Dynamic Extensions for Alfresco](https://github.com/xenit-eu/dynamic-extensions-for-alfresco). Dynamic Extensions brings rapid development of Java repository extensions extensions to Alfresco. This project contains example Web Scripts, Actions and Behaviours.
## Examples
The project consist of multiple examples, using different build tools. For simplicity, all examples share the same source set, which is available in the `src` directory.### [Gradle example using the Dynamic Extensions Gradle plugin](gradle-with-plugin)
### [Alfresco Maven SDK 3 example](maven-sdk3)
### [Alfresco Maven SDK4 example](maven-sdk4)