robot-legs-problem Questions

1

My development makes extensive use of the robot legs binding problem. I know how to solve it with PrivateModule in Guice, but it isn't clear how this would be done with Scala's cake pattern. Coul...
Gilbertgilberta asked 27/1, 2012 at 14:52

1

Solved

I have this use case that is very similar to the robot-legs example of Guice, except I don't know how many "legs" I have. Therefore I can't use the annotations needed for the robot-legs example. I...
Veliavelick asked 8/7, 2011 at 14:22

3

Most of the examples of the Cake Pattern I've come across appear to consider dependencies as singleton type services; where there is only one instance of each type in the final assembly of componen...
Messenia asked 4/3, 2011 at 6:11
1

© 2022 - 2024 — McMap. All rights reserved.