Inversion of Control (IoC)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • A beginners guide to Dependency Injection by Dhananjay Nene   - [Clicks: 177]
    This article presents a high level overview of Dependency Injection (DI). It aims to present the overall concept of Dependency Injection to the junior developer within the context of how it could be used in a variety of DI containers.
    http://www.theserverside.com/articles/article.tss?l=IOCBeginners - Jul, 2005
  • Create a Simple IoC Container Using Annotations by Eugene Kuleshov   - [Clicks: 158]
    The combination of dynamic proxy and annotations makes Java code smaller and allows you to build systems that are more dynamic and less coupled.
    http://today.java.net/pub/a/today/2005/07/05/IOCAnnotation.html - Jul, 2005
  • Inversion of Control: A Mechanism for Highly Flexible Applications by Samudra Gupta   - [Clicks: 123]
    Ever tried to change the implementations of two related objects without affecting the other object? Find out how using the Inversion of Control method can help you loosely couple your application's interacting components for maximum flexiblity.
    http://javaboutique.internet.com/tutorials/loose/index.html - Jun, 2005
  • Geronimo GBean Architecture by Srinath Perera   - [Clicks: 126]
    Geronimo is built on a J2EE agnostic Kernel and is positioned as a general-purpose Inversion of Control (IoC) framework for components called GBeans. This article explains the theoretical aspects of the IoC framework, describes the GBean Life Cycle, GBean States and Dependency Injection with a few examples, and concludes with an explanation of how to write a simple GBean.
    http://www.jaxmagazine.com/itr/online_artikel/psecom,id,690,nodeid,147.html - May, 2005
  • Design Better Software with the Inversion of Control Pattern by Mani Malarvannan   - [Clicks: 86]
    The Inversion of Control pattern facilitates reuse, loose coupling, and easy testing of software components. Learn how to use it in your software design.
    [Includes source code]
    http://www.devx.com/Java/Article/27583 - Mar, 2005
  • IoC Container Face-Off by Ken Ramirez   - [Clicks: 88]
    In this article, we will take a look at the problem in more depth and learn how others have tried to solve the problem by utilizing frameworks that implement the Inversion of Control (or IoC) pattern. First, we'll become familiar with some terms, the IoC pattern, and other patterns that have tried to implement a solution (but didn't completely succeed). Then we'll move on, to see how two of the most popular IoC frameworks are used today. These frameworks are PicoContainer and HiveMind.
    http://today.java.net/pub/a/today/2005/02/10/ioc.html - Feb, 2005
  • Examining the Validity of Inversion of Control by Sony Mathew   - [Clicks: 61]
    Inversion of Control (IOC) through injection also known as Injection IOC has not been a designer or programmer friendly pattern. Many question its validity and the validity of IOC in general. IOC seems to be a contradiction to the fundamental concept of object encapsulation. Context IOC is a new approach that attempts to capture Inversion of Control as a pure design pattern to demonstrate that IOC is indeed a very powerful concept.
    http://www.theserverside.com/articles/article.tss?l=IOCandEJB - Feb, 2005

[Top]