https://github.com/jerady/addon-commons
A small ServiceLoader API based framework to provide application add-on.
https://github.com/jerady/addon-commons
java serviceloader
Last synced: about 1 month ago
JSON representation
A small ServiceLoader API based framework to provide application add-on.
- Host: GitHub
- URL: https://github.com/jerady/addon-commons
- Owner: Jerady
- License: apache-2.0
- Created: 2017-02-28T17:40:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T18:04:48.000Z (over 4 years ago)
- Last Synced: 2025-10-24T01:32:55.080Z (9 months ago)
- Topics: java, serviceloader
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[  ](https://bintray.com/jerady/maven/addon-commons/_latestVersion)
# Add-on commons
This a small [ServiceLoader](https://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html) API based framework to implement add-ons to be provided by external jars.
[Creating Extensible Applications](https://docs.oracle.com/javase/tutorial/ext/basics/spi.html)
# How to implement
Have a look at the test packages.
And refer to the demo implementation: [addon-commons-demo](https://github.com/Jerady/addon-commons-demo).