Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do I need to do to use Guice?

I want to learn Guice. I use eclipse. What to download? What to install? What to do in eclipse to use guice? Thanks.

like image 367
snakile Avatar asked Jul 16 '10 14:07

snakile


1 Answers

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

like image 126
VonC Avatar answered Oct 01 '22 18:10

VonC