Hi!
I'm using karaf and I have the module, which shows splash screen during
application startup. But I can't display progress bar correctly, because
I don't know at runtime, how many bundles would start.
One of decisions is to use infinite progress bar during startup. Is
there any way to realize, that deployment cycle is finished?
Second, is to use finite progress bar, but I need to get some kind of
build plan to determine, how many bundles would be deployed.
Does Karaf has such features?
Thanks.