google-code-export / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
2 stars 1 forks source link

User Guide not too helpful for getting started. #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The user guide states "For Guice to inject Client, we must either directly
ask Guice to create a Client instance for us, or some other class must have
Client injected into it."

It had to search the internet to figure out that Guice.createInjector
actually returned an injector, and that I could call
injector.getInstance(MyClass.class) to start up.

Original issue reported on code.google.com by step...@kestle.homeip.net on 5 Nov 2007 at 11:16

GoogleCodeExporter commented 9 years ago
I just got done reading the guide today and digging through javadocs. I think 
the
guide was well written and covered a lot of material but what to do after you 
have
created all your bindings was kinda swept under the rug. There was a brief 
mention of
getInstance in one diagram you had to dig for it. Perhaps there could be a brief
section stating what to do post configuration.

Original comment by TrashH...@gmail.com on 29 Mar 2008 at 6:23

GoogleCodeExporter commented 9 years ago
The user's guide has been rewritten as a wiki:
http://code.google.com/p/google-guice/wiki/GettingStarted

Original comment by limpbizkit on 27 Apr 2009 at 6:14