{{theTime}}

Search This Blog

Total Pageviews

Dependency Injection Framework : Google Guice

How to handle huge inter dependent classes with many factory classes?  Use Guice.

Guice is dependency injection framework used in google wave, adwords and other google products.

see the details here.
http://code.google.com/p/google-guice/wiki/Motivation?tm=6

No comments:

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false