would be great if someone can update that page. Glenn, maybe you could
do it?
The new way for getting a handle on the Component Manager is simply to
have it injected as any other component:
@Requirement
private ComponentManager componentManager;
Thanks
-Vincent
On Jul 1, 2009, at 12:13 AM, <glenn_engel(a)agilent.com> <glenn_engel(a)agilent.com
wrote:
In
http://platform.xwiki.org/xwiki/bin/view/DevGuide/
WritingComponents
<http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents%20the%20org.xwiki.component.phase.Composable
the Composable interface is described but as
been moved to a
different package in 2.0.
Has this been deprecated or is another method recommended for 2.0?
I see the release notes for 2.0 mention a new way to register for
startup or shutdown events. Is this documented anywhere or a
pointer to a component using this available?
Thanks,
Glenn