-* Shared by [**Striking_Creme864** on Reddit](https://www.reddit.com/r/JavaFX/comments/1slll8c/running_javafx_apps_with_updates_and_dynamic/): "_Running JavaFX apps with updates and dynamic plugins. Today I want to share our project [Weaverbird](https://github.com/techsenger/weaverbird) and show how it can be used with JavaFX. Usually, a JavaFX application is started with all modules loaded int the boot layer. However, JPMS allows you to create an unlimited number of child layers and build a graph from them, which in turn lets us separate application management from the application itself. For exactly this purpose, Weaverbird was created - it runs in the boot layer and is responsible for creating and managing the layers (at the same time its capabilities go much further). _"
0 commit comments