Re: What is Inversion of Control (IoC)

2003-11-24 Thread Rob Dixon
Nyimi Jose wrote: More and more my fellow Java's friends tell me about IoC. What is IoC in Perl world ? Examples ? Here are some links about IoC a friend gave to me : http://picocontainer.org/ioc.html http://jakarta.apache-korea.org/avalon/framework/guide-patterns-ioc.html

RE: What is Inversion of Control (IoC)

2003-11-24 Thread NYIMI Jose (BMB)
Dixon [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 11:51 AM To: [EMAIL PROTECTED] Subject: Re: What is Inversion of Control (IoC) Nyimi Jose wrote: More and more my fellow Java's friends tell me about IoC. What is IoC in Perl world ? Examples ? Here are some links about IoC

Re: What is Inversion of Control (IoC)

2003-11-24 Thread James Edward Gray II
On Nov 24, 2003, at 5:08 AM, NYIMI Jose (BMB) wrote: Hi Rob, Indeed the question i had in mind while posting was should i care about IoC while developping in Perl ?. Your answer seems to be *no*. I think you're over generalizing here. First, this isn't a Perl issue, specifically, you could ask

Re: What is Inversion of Control (IoC)

2003-11-24 Thread Rob Dixon
Nyimi Jose wrote: Hi Rob, Indeed the question i had in mind while posting was should i care about IoC while developping in Perl ?. Your answer seems to be *no*. Then how can i argue to my friends that IoC is not often a good way to write stuff. Have you some examples ? As James says, it's

RE: What is Inversion of Control (IoC)

2003-11-24 Thread NYIMI Jose (BMB)
: Re: What is Inversion of Control (IoC) Nyimi Jose wrote: Hi Rob, Indeed the question i had in mind while posting was should i care about IoC while developping in Perl ?. Your answer seems to be *no*. Then how can i argue to my friends that IoC is not often a good way to write stuff