|
|
 |
|
|
|
Coming Events |
| Tuesday, September 07, 2010 |
| Oxford - BI Gum its PRISM and Silverlig |
| Monday, September 13, 2010 |
| Coventry - A Grand Performance |
| Monday, September 13, 2010 |
| Hereford - Behavior driven development |
| Tuesday, September 14, 2010 |
| Birmingham - Communicating with Silverlight |
| Wednesday, September 15, 2010 |
| Manchester - MonoTouch and MonoDroid! |
|
|
|
|
Member Quotes |
|
|
|
Event Resources |
|
|
| |
|
|
|
Conferences |
|
|
Mix10 |
|
Partner Showcase |
|
|
Image Source is the world's leading independent producer and brand for creative and commercial royalty free stock photography. Founded in 1999 by Christina Vaughan, Image Source now supplies images to creative professionals based around the world 24/7 through imagesource.com.
|
|
|
|
|
|
|
 |
|
|
 |
|
 |
|
|
| Event Breakdown |
|
|
|
| Alex Homer
|
DIP Your Toes into the World of Injection |
DIP is the Dependency Inversion Principle that helps you to achieve separation of concerns. Dependency inversion is a high-level pattern that describes the process of designing applications so that, rather than specifying concrete dependencies within the application at design time and creating the required objects in the code, the application decides at runtime what objects it needs, and generates and injects these into the application. This process extends to individual components as well. If the application decides at runtime that it requires a GreenWidget (rather than the other options of a red or a yellow one), and that GreenWidget requires a BeanCounter and an OrangeJuicer then—according to DIP—the application will create and inject these into the GreenWidget at runtime. And so on, ad infinitum (or until you run out of resources).
Of course, you may be uncomfortable with visions of computers taking over the world (as if they hadn't already) where every application makes its own decisions on what components it will use. In fact, you control the process by specifying mappings or policies. The great thing is that you can modify these mappings and policies to change the behavior of the application. You may do it through configuration, or through minor updates to sections of the code. Or it may happen through interaction with external sources such as a data store or even the environment. Effectively, your application can check the weather outside, and decide whether to take an umbrella.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
|
 |
|
|