My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 53
RIA application framework based on Flex2 ==asphalt2-container== CSSを設定ファイルに使用したDIコンテナです。 CSSに {{{ BarService{ bean-type:ClassReference("test.asphalt2.factory.impl.BarServiceImpl"); bean-scope:prototype; init-method:"init"; bar:100; fooService:"${fooService}"; hogeServi...
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...
http://guicesf.googlecode.com/files/guicesf.png ==Guice and JSF Integration== A easy way to integrate [http://code.google.com/p/google-guice/ Guice] and !JavaServer Faces! You can use @Inject, @!ImplementedBy, @Singleton directly in your !ManagedBeans, transactions are easy using Guice AOP!...
Status: proof of concept, seeking [Feedback] *"Here's one I made earlier."* Hoime aims to simplify the use of existing dependency injection frameworks by eliminating explicit injection code. This is achieved by weaving injection requests into object constructors as required. The goal is to ...
"lightdi" is a Light-Weight DI Container for Java. It supports to work on Google App Engine for Java. =Sample= Get a DIContainer instance from LightDIContainerFactory and get component instance. {{{ DIContainer container = LightDIContainerFactory.getDefaultContainer(); String helloWorld =...
Java, DI
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...
Desarrollo de un prototipo de un sistema experto hibrido difuso.
A framework built around an AOP/dependency injection container
JavaScript Dependency Injection Framework
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...
1 2 3 4 5 6 Next