2015-02-14

I have recently started working with a project in my organization and the project uses Java Guice API for initializing the entire Application and resolving dependency injection. The issue I am facing is I am not able to connect the entire set of components in the application and how they interact. Since the application is quite big (over 1000 big classes) it is not easy to memorize the configuration.

Can someone please help me out in find strategies that have helped you guys in understanding the flow of code better in Applications using Guice or if there are any tools out there which can help for example convert the Module Configuration to Spring XML.

Show more