<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-01-05 21:44 GMT-03:00 Marcos Douglas <span dir="ltr"><<a href="mailto:md@delfire.net" target="_blank">md@delfire.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">On Mon, Jan 5, 2015 at 6:07 PM, luiz americo pereira camara<br>
><br>
> I created a IoC Container that can be found at<br>
> <a href="https://code.google.com/p/luipack/source/browse/trunk/luicomponents/luiioccontainer.pas" target="_blank">https://code.google.com/p/luipack/source/browse/trunk/luicomponents/luiioccontainer.pas</a><br>
> . It has no dependencies.<br>
<br>
><br>
> So in the end, i use the service locator and have plans to use Property<br>
> Injection pattern<br>
><br>
> BTW: Custom Attributes support would help to have a nicer Property Injection<br>
> implementation<br>
<br>
</div></div>Interesting.<br>
Could you give us some example how this class works?<br>
<br></blockquote><br></div><div class="gmail_quote">There's a demo in demos/ioccontainer<br><br></div><div class="gmail_quote">In a working project i use a IPresentationManager <a href="https://code.google.com/p/luipack/source/browse/trunk/luicontrols/presentationmanager.pas#36">https://code.google.com/p/luipack/source/browse/trunk/luicontrols/presentationmanager.pas#36</a><br><br></div><div class="gmail_quote">When a class needs to use it, resolves from a TIoCContainer (Service Locator pattern). The global variable and concrete class are not exposed. In the other hand depends of the IoCContainer. I have plans to switch to a Property Injection pattern that helps to decouple a bit more.<br><br></div><div class="gmail_quote">Luiz<br></div></div></div>