On May 19, 10:49 pm, Martin Lukasiewycz <[email protected]> wrote: > Just saw that the grapher (the jar) is not included in the release > though its in the wiki documentation. Is this an oversight?
Sorry about the confusion; you can build the grapher from source. From the checked out source-zip: cd extensions/grapher ant dist Unlike the rest of Guice 2.0, grapher is a tool that doesn't ship inside production applications. As a consequence, it's had the least field testing. So I guess I'd call the grapher extension in Guice 2 a beta. In the coming months we'll be iterating on it and adding support for more complex graphs (private modules, hierarchical injectors, etc). There's a lot of room for cool and useful features here. Of course, the graphing code today is already quite capable. When I graphed my application's injector, I immediately found some module problems to be fixed. It's quite handy to actually see the configuration of an application! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
