Idealism is what precedes experience; cynicism is what follows...

Wednesday, August 27, 2008

Guice (pronounced 'Juice')

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5 and above, brought to you by Google, however the principles are sound and could be used for other frameworks too.

Writing factories and dependency injection logic by hand for every service and client can become tedious. Some other dependency injection frameworks even require you to explicitly map services to the places where you want them injected.

Check it out... exciting stuff
http://code.google.com/p/google-guice/

No comments:

My Network