Revision: 1549
Author:   [email protected]
Date:     Sat May 21 11:15:32 2011
Log:      Edited wiki page GettingStarted through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1549

Modified:
 /wiki/GettingStarted.wiki

=======================================
--- /wiki/GettingStarted.wiki   Thu Aug  6 10:22:40 2009
+++ /wiki/GettingStarted.wiki   Sat May 21 11:15:32 2011
@@ -1,6 +1,6 @@
 #summary How to start doing dependency injection with Guice.
 =Getting Started=
-With dependency injection, objects accept dependencies in their constructors. To construct an object, you first build it's dependencies. But to build each dependency, you need _its_ dependencies, and so on. So when you build an object, you really need to build an *object graph*. +With dependency injection, objects accept dependencies in their constructors. To construct an object, you first build its dependencies. But to build each dependency, you need _its_ dependencies, and so on. So when you build an object, you really need to build an *object graph*.

Building object graphs by hand is labour intensive, error prone, and makes testing difficult. Instead, Guice can build the object graph for you. But first, Guice needs to be configured to build the graph exactly as you want it.

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" 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-dev?hl=en.

Reply via email to