By the way, I finally found a way to have inter mo...
# tornadofx
e
By the way, I finally found a way to have inter module dependencies and being able to reload one of those dependencies in-flight in a JavaEE container. When a service is missing, it will retry while waiting for the service to come online until finally a timeout is reached or the service is available. I've been wanting something like that for a while and I thought OSGi was the only thing that could give me that, but I did not want to give up on the JavaEE programming model. Thinking about blogging about the approach. For me it means I can finally write highly modular JavaEE code without having to communicate with REST between modules living in the same JVM.
👍 1