Re: Dependencies in a parent service, repeated in children constructors

2012-03-20 Thread Thiago H. de Paula Figueiredo
On Mon, 19 Mar 2012 18:47:18 -0300, fmaylinch ferranmayli...@gmail.com wrote: Thank you Thiago, :) I think I can also wrap those 3 services inside a facade service so there is only one injected service in each child and not 3. But I wonder whether there is a solution with less code

Re: Dependencies in a parent service, repeated in children constructors

2012-03-19 Thread Thiago H. de Paula Figueiredo
On Mon, 19 Mar 2012 16:04:24 -0300, Ferran Maylinch ferranmayli...@gmail.com wrote: Hello, Hi! We have 6 child services that extend a parent service class. This parent service class has 3 dependencies that are only needed in methods inside that parent class. How would we configure these

Re: Dependencies in a parent service, repeated in children constructors

2012-03-19 Thread fmaylinch
dependencies. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Dependencies-in-a-parent-service-repeated-in-children-constructors-tp5577972p5578445.html Sent from the Tapestry - User mailing list archive at Nabble.com