I have been trying a few different ways to get the Convention plugin
to work with the OSGi plugin, and there are some hacks that can be
done but I don't like them. I want to implement (I actually have it
implemented it already somewhere) a simple way for the config files to
specify a relative order of loading. This way I can at least make sure
that certaing plugins are loaded before others. It would look like
this in the xml:

OSGi:
<struts loadOrder="10">...</struts>

Convention:
<struts loadOrder="20">...</struts>

With this in place, we can enable some sort of communication between
plugins, by adding common interfaces to core. Any thoughts?

musachy

-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to