| Projects on Google Code | Results 1 - 10 of 165 |
Facility Container 简易的ioc容器
----通过Java反射机制实现的ioc容器
能够做的事情
1.根据上下文也就是配置文件创建组件.
2.参数包括大部分的基本类型的创建,引用类型,集合参数类型(List Set Map Array).
3.参数还可以引用其上下文中的组件.
4.依赖注入的方式 通过构造函数,setter方法进行注入,还提供通过客户的配置调用任意方法的功能.
B.不能够做的事情,并且下一步需要作的事情.
1.引用其他上下文中的组件.
2.提供更好的上下文装饰策略接口 - 对创造好的容器的装饰 如日志打印装饰.
配置文...
The tests that were used to fill the blanks in my posts:
# [http://blog.ashmind.com/index.php/2008/08/19/comparing-net-di-ioc-frameworks-part-1/ Comparing .NET DI (IoC) Frameworks, Part 1]
# [http://blog.ashmind.com/index.php/2008/09/08/comparing-net-di-ioc-frameworks-part-2/ Comparing .NET DI...
Hiro is an IOC container compiler (currently in development) that will support the following features:
-Blazingly fast. Unlike other containers, each precompiled Hiro container is written in pure IL, making it very, very vast. Preliminary tests show that it's running at nearly the same speed as n...
=Recoil: a fluent API for building object definitions for Spring.NET=
*Version 1.1.3 is released! Grab it here: [http://spring-recoil.googlecode.com/files/Recoil-1-1-3-Signed.zip 1.1.3]* - It comes with initializer method support (many thanks to *Graham Nash*) and object configuration inheritance...
=Curly Inversion of Control=
==A simple IoC-Container for PHP==
Curly-IoC is a simple [http://martinfowler.com/articles/injection.html Inversion of Control container] for PHP. It implements the Dependency Injection pattern as a constructor and as a setter injection. It's created to be quite small,...
First of all let's talk about what is an IoC framework. It's a framework that implement the Inversion of Control pattern, most of the time to perform dependency injection to decouple an object from its dependencies. Instead of hardcoding the dependencies of the objects, using the new operator or the...
*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 improve _encapsulation, modularization, testability and reusability_, offering configuration via _...
IoC,
DependencyInjection,
AspectOrientedProgramming,
Annotation,
Definition,
InversionOfControl,
LooseCoupling,
Components,
jgentle,
jgentleframework,
AOP,
Dependency-Injection,
Inversion-Of-Control,
java
== Do you... ==
_Find configuring Windsor using XML a real pain?_ FluentIoC is XML free!
_Want an easy way to resolve your services?_ Simple methods for resolving services!
_Forget to add services/components to the config file?_ Easy to mass import services!
_Rename properties/factory m...
Lightweight Inversion of control and Dependency Injection container compatible with .NET Compact Framework.
Blog posts:
[http://blog.schuager.com/2008/04/inversion-of-control-container-on-net.html Inversion of Control container on .NET Compact Framework]
[http://blog.schuager.com/2008/11/co...
#sidebar Sidebar
!RoboContainer — .NET dependency injection container, минимизирующий необходимость в конфигурировании.
!RoboContainer имеет следующие возможности:
* несколько уровней конфигурирования, в том числе с помощью атрибутов;
* поддержка инжектирования коллекций;
* поддержка л...