Wednesday, March 31, 2010

Google Guice

Sometimes ago when I was working with Apache Shindig, I came across Google Guice. It is an easy way to bind interfaces to implemented classes. In the context of Apache Shindig, they use the guice binding to bind the service classes such as Person Service, Activity Service etc to the custom implemenataion classes. It is handy to use the guice model in that case since any OpenSocial container developer can bind their own implementation of these services directly through the guice model to have their custom implemenation for Apache Shindig.

Guice model can be used for such similar requirements.

Here is presenation by Google:



More details can be found at: http://code.google.com/p/google-guice/

No comments: