Re: [Lazarus] Inversion of control (IoC) and Dependency injection (DI)

2015-01-11 Thread luiz americo pereira camara
2015-01-11 17:12 GMT-03:00 silvioprog : > On Mon, Jan 5, 2015 at 5:07 PM, luiz americo pereira camara < > luiz...@oi.com.br> wrote: > >> I created a IoC Container that can be found at >> https://code.google.com/p/luipack/source/browse/trunk/luicomponents/luiioccontainer.pas >> . It has no dependen

Re: [Lazarus] Inversion of control (IoC) and Dependency injection (DI)

2015-01-11 Thread silvioprog
On Mon, Jan 5, 2015 at 5:07 PM, luiz americo pereira camara < luiz...@oi.com.br> wrote: > Starting a new thread. > > 2015-01-05 15:16 GMT-03:00 silvioprog : > >> On Mon, Jan 5, 2015 at 12:54 PM, Marco van de Voort >> wrote: >> >>> >>> As a first step in the 3.0.0 release process the stable branch

Re: [Lazarus] Inversion of control (IoC) and Dependency injection (DI)

2015-01-05 Thread luiz americo pereira camara
2015-01-05 21:44 GMT-03:00 Marcos Douglas : > On Mon, Jan 5, 2015 at 6:07 PM, luiz americo pereira camara > > > > I created a IoC Container that can be found at > > > https://code.google.com/p/luipack/source/browse/trunk/luicomponents/luiioccontainer.pas > > . It has no dependencies. > > > > > So

Re: [Lazarus] Inversion of control (IoC) and Dependency injection (DI)

2015-01-05 Thread Marcos Douglas
On Mon, Jan 5, 2015 at 6:07 PM, luiz americo pereira camara wrote: > Starting a new thread. > > > 2015-01-05 15:16 GMT-03:00 silvioprog : >> >> On Mon, Jan 5, 2015 at 12:54 PM, Marco van de Voort >> wrote: >>> >>> >>> As a first step in the 3.0.0 release process the stable branch was >>> branched

[Lazarus] Inversion of control (IoC) and Dependency injection (DI)

2015-01-05 Thread luiz americo pereira camara
Starting a new thread. 2015-01-05 15:16 GMT-03:00 silvioprog : > On Mon, Jan 5, 2015 at 12:54 PM, Marco van de Voort > wrote: > >> >> As a first step in the 3.0.0 release process the stable branch was >> branched >> off to branches/fixes_3_0 and the version number was updated to 3.0.1 >> >> The