Adding jars to a production bootjar

I have an application that is running in a server. Whenever we get a new client i have to separately compile a jar file and add it to my source and rebuild the whole thing. My ideal scenario would be use jsch to build the jar and somehow add it to the already running jmix project… is this even possible?

Take a look at this add-on: Gamer08YT/jmix-plugin-addon. It allows you to write plugins for your application that can be added/removed dynamically at runtime.

This add-on will be added to the Jmix marketplace along with Jmix 2.5 release. But you can use it now in Jmix 2.4 as described in README.

Regards,
Konstantin

1 Like