What do I need to do to use Guice?
I want to 开发者_Go百科learn Guice. I use eclipse. What to download? What to install? What to do in eclipse to use guice? Thanks.
You could start by following the installation guide for GuicePlugin (although that project doesn't seem very active sine April 2009):
peaberry is more up-to-date, and comes with a "Guide for using the peaberry bundle with OSGi".
If you don't need a special integration with Eclipse, all you need is the Guice2.0 release, referenced in the libraries of your project to get started.
alt text http://img682.imageshack.us/img682/2853/eclipseguice.png
Just download guice-2.0.zip from here and add guice-2.0.jar and aopalliance.jar to a project's classpath. Don't need anything special to use Guice.
I think you could have a look to peaberry
http://code.google.com/p/peaberry/
精彩评论