Re: Release: serverino - please destroy it.

2022-05-11 Thread Orfeo via Digitalmars-d-announce

well done Andrea!

(forum begins to be too crowded with Italians :) )


---
Orfeo




Re: Endovena: a dependency injection framework.

2014-10-22 Thread Orfeo via Digitalmars-d-announce

-8-

Container gets confusing with std.container.

-8-

I agree with you, but 'Container' is widely used in DI context, 
for example:


* SimpleInjector (C#) uses Container
* LightInjector uses ServiceContainer
* Autofac uses ContainerBuilder
* LightCore  uses ContainerBuilder
* Hiro uses MicroContainer
* LinFu uses ServiceContainer
* HaveBox uses Container
* Spring (Java) uses Container
* Hypodermic (C++) ContainerBuilder
* Poodins (D) uses Container


Furthermore std.container doesn't have a class named Container, 
so it's
difficult to confuse class endovena.Container with module 
sdt.container...anyway, I'll think about it.


Thank you very much for your feedback


Endovena: a dependency injection framework.

2014-10-17 Thread Orfeo via Digitalmars-d-announce

Hi all,

I'd like to announce the initial version of endovena, a 
dependency injection

framework.

It's based on dejector, a great work by Jakub Stasiak, with some 
new features borrowed from dryioc (C# IoC)


I would be glad to see any feedback,
Thank you.

* [endovena] https://github.com/o3o/endovena Boost License 1.0
* [dejector](https://github.com/jstasiak/dejector)
* [dryioc](https://bitbucket.org/dadhi/dryioc)