Paul van Beukering wrote:
Is there a way to load modules at a given order and is there a gentle way to check whether a module is active or not?

Not in the bridge, but you can check if it is started in core code using:

org.mmbase.module.core.MMBase.getModule("name").hasStarted();

frtom teh code of a module, you can enforce that another module has been started by using:

        getModule("name", true);

the 'true' enforces that the module has been started when the method terminates.

--
Pierre van Rooden
Mediapark, C 107 tel. +31 (0)35 6772815
"Never summon anything bigger than your head."




Reply via email to