{{theTime}}

Search This Blog

Total Pageviews

Lightweight dependency injection framework for Java 5 and above- Google Guice

Overcome the drawbacks of dependency class and the factory methods.  Guice is a light weight dependency injection framework that creates logical modules together.  Applications can be easily maintainable and scalable if Guice framework is implemented.  Guice supports Spring framework extentions.  Google adwords, wave, single signon modules use guice framework.

google-guice - Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5 and above, brought to you by Google. - Google Project Hosting:

'via Blog this'

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