Skip to content

Repository files navigation

Java 10 Modules as Plugins Demo

Minimal reference project for using Java Modules for runtime application extensions.

This project defines the modules: animals.core An "API module" extended by plugins and referenced by the application

animals.house An extension of animals.core that supplies Cat and Dog

animals.barn An extension of animals.core that supplies Sheep and Cow

petshop An application that loads animals.house and animals.barn at runtime and demonstrates retrieving the Class as well as initialize via SPI

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages