Hi, At the moment I am refactoring my modules since I want to use Guice for Unit testing, too.
Therefore I want to start as few modules as possible for some of my unit tests. This results in many, many small modules. At the moment I have 18 production modules (and 5 mock modules) for a project with around 300 classes. Is this normal? How do you solve that problem? I found out that circular dependencies between modules are really hard to find. But those must be broken to be able to start just small portions of the application. How do you solve that issue? Cheers, Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
