An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[ ![Download](https://api.bintray.com/packages/jerady/maven/addon-commons/images/download.svg) ](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).