Re: Tapestry IOC: Multiple bindings for same interface

2014-02-22 Thread Muhammad Gelbana
He still needs to manually contribute the interface-implementing services to this single service. Still, it sounds like the closes solution. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sat, Feb 22, 2014 at 11:18 AM, Lance Java wrote: > I think the "tapestry

Re: Tapestry IOC: Multiple bindings for same interface

2014-02-22 Thread Lance Java
I think the "tapestry way" of doing what you want is to make multiple contributions to a single service and inject the single service.

Re: Tapestry IOC: Multiple bindings for same interface

2014-02-21 Thread Thiago H de Paula Figueiredo
On Fri, 21 Feb 2014 12:58:26 -0300, Michael Gagauz wrote: Is it possible in T5 to inject multiple services which implemented same interface into array field? I.e: @Inject private SomeService[] services; No. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and deve