Hi,
I'd like to ask the following 3 questions, any help will be appreciated. 1. What's the extract order when multiple service activate? Does it starts up along the dependency tree? Can I specific the order? 2. Does they passive one by one in the reverse order? 3. Could you explain more details on the life cycle of a service? beforeConstructor -> constructor -> postConstructor -> beforeActivation -> activate -> postActivation -> beforePassivation -> passavate -> afterPassivation? Thanks a lot.
