Guice talk, tomorrow morning at Google I/O
Bob and I are giving a talk at Google's developer conference tomorrow. From the
session summary:
Wed 11:15am - 12:15pm
Bob Lee, Jesse Wilson
Guice (pronounced 'juice') is a Jolt award-winnning, lightweight dependency injection framework for Java 5 and above. Put simply, Guice alleviates the need for factories and the use of new in your Java code. Think of Guice's @Inject as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts.
# posted by Jesse Wilson
on Wednesday, May 28, 2008