Problem which I am trying to solve:
We have h2o generated file which consists of multiple java classes - one core class which implements interface which is on the classpath and some other classes which holds values used by the core class. Goal is to have ability to load this file at runtime (save in the database) and execute it when needed, without any application restarts.
Some solutions which can be found on the SO are basically used for one class compilation. Which is not suitable at this time.