Projects tagged ‘dependency-injection’ and ‘inversion-of-control’


[6 total ]

3 Users
 

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 ... [More] them in an external xml document and having them 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]
Created about 1 year ago.

2 Users

JGentle's features are referred to as Inversion of Control (IoC) Container or Lightweight Container. The adoption of JGentle in an application ensures the use of certain design principles which ... [More] improve encapsulation, modularization, testability and reusability, offering configuration via Dependency Injection, Definition Management, Annotation Injection, and declarative services via AOP (Aspect Oriented Programming). [Less]
Created 12 months ago.

2 Users
 

EvaProperties is a properties and dependency injection framework. It supports property inheritance, knows Ant or Maven style references and it instantiates and wires Java objects. You can read ... [More] properties from the classpath, any input stream or a file and save them again. [Less]
Created over 3 years ago.

1 Users

NanoDI is a small dependency injection container and tooling for .NET C# projects that are small or that do not need the complexity of bigger IOC solutions. NanoDI's goal is to be small, fast and clean.
Created 3 months ago.

1 Users

NeoPatterns is a framework exposing some common design patterns: - Inversion of control and dependencies injection - Proxy - Lazy initialization Its specificities are: - Configuration can ... [More] be done in "meta-assemblies" (but also in 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]
Created about 1 year ago.

0 Users

SFig - alternative metadata config language for Spring-FrameworkSFig is a domain specific language (DSL) for declaratively coding the Spring-Framework applicationContext.xml (bean factory ... [More] configuration). The historic choice has been Spring's XML-based DSL, a Java language config approach, Java annotations, and more lately the Groovy scripting language builder syntax. SFig is based on use of the ANTLR parser and is designed from the ground up for its intended purpose. Here is an example of the SFig syntax style of bean configuration: applicationContext.sfig Contrast the SFig format of the first two bean descriptors with the conventional Spring XML format: applicationContext.xml SFig is intended to stay strictly in the realm of declarative data initialization and bean dependency association. It will not be enhanced to the point of becoming an imperative scripting language. It will stay focused strictly on the needs of bean factory bean initialization. This is the long-term game plan for SFig: J-Fig standalone minimalist bean factory for Java (where parser initially developed – exist now) SFig™ alternative metadata configuration language for Spring Framework on Java platform (exist now) AFig™ standalone minimalist bean factory for ActionScript3 and Adobe Flex platform (will now target Prana) NFig™ standalone minimalist bean factory for .NET CLR languages SNFig™ alternative metadata configuration language for Spring.NET on .NET CLR platform [Less]
Created 11 months ago.