Guys,
What would be the lifecycle replacement for constructor , if any, for a component ?
Initialize() ??
Any comments, ideas ?
I'm not sure how this lines up with the framework creators, but I view all the following lifecyle methods as a sum of the replacement for a constructor:
context() service() configure() initialize() start()
I think if it as decomposing the constructor in to these sub-methods. All these play a role in getting your component in a *ready* state to be used by other components. Some may argue that context(), service(), and start() are not technically constructor-esque notions, but configure() and initialize() definitely are.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]