使用Guice需要做什么?

时间:2010-07-16 14:10:59

标签: java eclipse guice

我想学习Guice。我用eclipse。 下载什么?安装什么?在eclipse中怎么做才能使用guice? 感谢。

3 个答案:

答案 0 :(得分:4)

您可以从installation guide for GuicePlugin开始(尽管该项目在2009年4月似乎不太活跃):
peaberry 更新,并附带“Guide for using the peaberry bundle with OSGi”。

如果您不需要与Eclipse进行特殊集成,那么您需要的只是项目库Guice2.0 release中引用的to get started

alt text http://img682.imageshack.us/img682/2853/eclipseguice.png

答案 1 :(得分:3)

只需从here下载guice-2.0.zip,然后将guice-2.0.jar和aopalliance.jar添加到项目的类路径中。使用Guice不需要任何特殊的东西。

答案 2 :(得分:1)

我想你可以看看peaberry

http://code.google.com/p/peaberry/