Monday, August 06, 2007

Google Guice

Dependency Injection günümzde oldukça popular bir konu bu konuda pek framework mevcut örneğin spring.net. Nedir derseniz ?

Dependency Injection describes the situation where one object uses a second object to provide a particular capacity. For example, being passed a database connection as an argument to the constructor instead of creating one internally. http://en.wikipedia.org/wiki/Dependency_injection

Google'da konuya el atmış, "Google Guice" adında bir framework sunuyorlar. Konu ile ilgilenenleri için :

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5, brought to you by Google. http://code.google.com/p/google-guice/

No comments: