Titlu Dependency Injection

Autor Dhanji R. Prasanna
Categorie De specialitate
Subcategorie Calculatoare / IT

descarca-dhanji-r-prasanna-dependency-injection-pdf

So you’re an expert on dependency injection (DI); you know it and use it every day. It’s like your morning commute—you sleepwalk through it, making all the right left turns (and the occasional wrong right turns before quickly correcting) until you’re comfortably sitting behind your desk at work. Or you’ve heard of DI and Inversion of Control (IoC) and read the occasional article, in which case this is your first commute to work on a new job and you’re waiting at the station, with a strong suspicion you are about to get on the wrong train and an even stronger suspicion you’re on the wrong platform. This chapter covers: ■ Seeing an object as a service ■ Learning about building and assembling services ■ Taking a tour of pre-existing solutions ■ Investigating the Hollywood Principle ■ Surveying available frameworks 2 CHAPTER 1 Dependency injection: what’s all the hype? Or you’re somewhere in between; you’re feeling your way through the idea, not yet fully convinced about DI, planning out that morning commute and looking for the best route to work, MapQuesting it. Or you have your own home-brew setup that works just fine, thank you very much. You’ve no need of a DI technology: You bike to work, get a lot of exercise on the way, and are carbon efficient. Stop! Take a good, long breath. Dependency injection is the art of making work come home to you.