{{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:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...