ENGLISH

Dependency injection: design patterns using spring and guice

Book information

Publisher
Manning; Pearson Education [distributor]
Year
2009
ISBN
193398855X, 9781933988559
LCC
QA76.64 .P735 2009
Open Library ID
OL23945556M
Language
english
Format
PDF
Filesize
12 MB (12642564 bytes)
Edition
1
Pages
354\354
Time added
2010-05-17 00:23:50

Description

In object-oriented programming, a central program normally controls other objects in a module, library, or framework. With dependency injection, this pattern is inverted—a reference to a service is placed directly into the object which eases testing and modularity. Spring or Google Guice use dependency injection so you can focus on your core application and let the framework handle infrastructural concerns. Dependency Injection explores the DI idiom in fine detail, with numerous practical examples that show you the payoffs. Youll apply key techniques in Spring and Guice and learn important pitfalls, corner-cases, and design patterns. Readers need a working knowledge of Java but no prior experience with DI is assumed.

Similar books