Projects tagged ‘inversion-of-control’ and ‘inversion_of_control’


[3 total ]

2USERS
 

Prana is an Inversion of Control (IoC) Container for ActionScript 3.0, and more specifically the Flex framework. It enables you to configure objects and components in a non-intrusive way by describing them in an external xml document and having them ... [More] loaded at runtime. At its core is a Spring-ish application context and IoC container. The xml dialect for the application context is aimed to be Spring compliant. Further, the framework also contains utility classes for configuring and extending Cairngorm and PureMVC applications, a Reflection API and general utilities. In the future we’ll be looking into adding AOP support and Mock objects for FlexUnit, and we’re always open for suggestions. [Less]

2USERS
 

EvaProperties - Wires for your Java application EvaProperties is a powerful dependency injection framework. It supports property inheritance, knows Ant or Maven style references and it instantiates and wires Java objects. You can read properties from the classpath, any input stream or a file and save them again.

1USERS

NeoPatterns is a framework exposing some common design patterns: - Inversion of control and dependencies injection - Proxy - Lazy initialization Its specificities are: - Configuration can be done in "meta-assemblies" (but also in ... [More] code-style or configuration-style), so design is done in code, but separated from implementation. - Efficient method interception using IL generation - New design patterns (for hype people) implementation [Less]