Date: 2004-02-27T13:01:26 Editor: AaronFarr <[EMAIL PROTECTED]> Wiki: Apache Avalon Wiki Page: WhatIsIoC URL: http://wiki.apache.org/avalon/WhatIsIoC
adding comments about design patterns -farra Change Log: ------------------------------------------------------------------------------ @@ -1,7 +1,10 @@ = Inversion of Control: An Introduction = -Inversion of Control (IoC) has become something of a buzzword. The problem with buzzwords is that they are often not very well understood. The purpose of this article is to explore the concept of IoC, its "many" definitions, and look at what are sometimes called "IoC Frameworks." + +Inversion of Control (IoC) has become something of a buzzword. The problem with buzzwords is that they are often not very well understood. The purpose of this article is to explore the concept of IoC, its (many) definitions, and look at what are sometimes called "IoC Frameworks." == Design Patterns == + +Before we discuss Inversion of Control, we first need to discuss '''Design Patterns.''' Design Patterns are programming "best practices" -- common concepts which can be reused in a myriad of solutions. === History of IoC === --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
