On Fri, Jul 10, 2009 at 17:43, Vincent Massol<[email protected]> wrote: > > On Jul 7, 2009, at 3:51 PM, Thomas Mortagne wrote: > >> H devs, >> >> To implements wiki macros Adiri need componenet manager to support two >> new things: >> - unregister a component descriptor: when a wiki macro is removed and >> does not exists anymore it you not be listed in components. This will >> be also needed for application manager to be able to uninstall >> application containing components. > > +1 > >> - register component instance: wiki macro are based on WikiMacro >> implementation of Macro component interface but with different datas >> depending of the macro, to register this kind of macro as component we >> need to be able to directly register the instance to use and not let >> the component manager do the instantiation form the descriptor since >> we cant add custom datas in component descriptor > > This already exists.
It exists only internally in embeddedCM, since it's not in the ComponentManager API it does not exist. > > Thanks > -Vincent > >> >> Here is my +1 for both. > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

