On Monday 19 January 2004 13:10, Mathews Julien wrote:
> Whatever u guys say makes perfect sense, but I'm still going nuts on a very
> basic question.
>
> When we say "merlin target\classes -execute", my classes folder has many
> components, but merlin goes and loads( starts or whatever )the
> HelloComponent among those. And then HelloComponent has dependencies.

Well, I completely understand your position. Programmers are used to 
"sequences" and want to know;
1. Where does it start?
2. How does it get to...?

and so on. 
You need to drop that out of your mindset, and basically "I don't need to 
care."

Merlin will figure out what is needed to be instantiated and which life cycle 
methods to be called and in which order. That is determined by the dependency 
declarations.

You just concentrate on one component at the time.

And welcome to the Nutty Programmer's Club  ;o)

Niclas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to