Dagger is a fully static, compile-time dependency injection framework for both Java and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. It eliminates all reflection, and improves code clarity by removing the traditional ObjectGraph/Injector in favor of user-specified @Component interfaces.
dependency-injection inversion-of-control iocGuice (pronounced 'juice') is a lightweight dependency injection framework for Java 6 and above, brought to you by Google. Guice alleviates the need for factories and the use of new in your Java code. Think of Guice's @Inject as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts.
dependency-injection inversion-of-control iocSwinject is a lightweight dependency injection framework for Swift. Dependency injection (DI) is a software design pattern that implements Inversion of Control (IoC) for resolving dependencies. In the pattern, Swinject helps your app split into loosely-coupled components, which can be developed, tested and maintained more easily. Swinject is powered by the Swift generic type system and first class functions to define dependencies of your app simply and fluently.
dependency-injection di-container ios ioc-container inversion-of-controlYour first K.I.S.S Unity 3D Framework.
game-frameworks unity framework unity3d unity2d unity-scripts frameworks uiframework workflowengine unirx game catlib dependency-injection ioc inversion-of-control qframework ui uimanagerA powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript. InversifyJS is a lightweight (4KB) inversion of control (IoC) container for TypeScript and JavaScript apps. An IoC container uses a class constructor to identify and inject its dependencies. InversifyJS has a friendly API and encourages the usage of the best OOP and IoC practices. InversifyJS is a tool that helps JavaScript developers write code with good OO design.
typescript ioc dependency-injection di node dependency-inversion inversion-of-control-container inversion-of-controlPowerful dependency injection for Cocoa and CocoaTouch. Lightweight, yet full-featured and super-easy to use. Visit the Typhoon website for an introduction. There's also a nice intro over at Big Nerd Ranch, or here's an article, by John Reid. Quite a few books have been written on the topic, though we're not familiar with one that focuses specifically on Objective-C, Swift or Cocoa yet.
dependency-injection typhoon inversion-of-control ioc di ioc-containerA fast dependency injector for Android and Java. Dagger is a replacement for these FactoryFactory classes. It allows you to focus on the interesting classes. Declare dependencies, specify how to satisfy them, and ship your app. By building on standard javax.inject annotations (JSR-330), each class is easy to test.
dependency-injection inversion-of-control iocAutofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity. This is achieved by treating regular .NET classes as components.You can get Autofac by grabbing the latest NuGet packages. If you're feeling adventurous, continuous integration builds are on MyGet.
autofac ioc-container c-sharp netcore netstandard dependency-injection inversion-of-controlPackage inject provides utilities for mapping and injecting dependencies in various ways.InterfaceOf dereferences a pointer to an Interface type. It panics if value is not an pointer to an interface.
dependency-injection inversion-of-control iocTypeDI is a dependency injection tool for JavaScript and TypeScript. Using TypeDI you can build well-structured and easily tested applications. Then you can call Container.get(SomeClass) from anywhere in your application and you'll always have the same instance of SomeClass.
dependency-injection typescript typescript-di injection-container inversion-of-control unit-testing javascript-dependency-injection javascript-diHK2 is a light-weight and dynamic dependency injection framework. HK2 is an implementation of JSR-330 in a JavaSE environment. JSR-330 defines services and injection points that can be dynamically discovered at runtime and which allow for Inversion of Control (IoC) and dependency injection (DI).
dependency-injection inversion-of-control iocCastle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight
inversion-of-control dependency-injection iocStructureMap is a feature rich IoC tool with support for interception, object lifecycles and intelligent disposal patterns, open generic types, modular registrations, conventional registration, custom policies, and all the injection pattern support you would expect in a modern .Net IoC container.
dependency-injection inversion-of-control iocA lightweight managed IoC (Inversion of Control) and DI (Dependency Injection) framework designed for the .NET .Compact Framework but the full framework is supported as well. It supports Registration, construction and even event aggregation in a tiny and wicked fast package. ...
ioc dependency-injection compact-framework gps inversion-of-control iphoneA framework for making it easier to use modules and dependency injection in ASP.NET MVC (and WPF in the future). You can use attributes directly on you controllers' methods to construct menu hirarchies with complete support for localization.
dependency-injection framework inversion-of-control localizationProvides a wrapper to the various IoC container implementations so that it is possible to switch to a different provider without changing any application code.
container dependency-injection inversion-of-control iocAnise is a dependency injection framework specifically written to make the developer's job as easy as possible. You don't have to develop your code specifically for the framework, and it provides all features you'd expect along with simple and flexible configuration language.
command-line configuration console-application dependency-injection inversion-of-control ninjectThis is a WPF application that generates strong passwords. It is written using the Model-View-ViewModel (MVVM) design pattern and incorporates Prism 4.
command-pattern composite dependency-injection event-aggregator inversion-of-control isolation-testingCodeTitans presents set of libraries, desired for your mobile and desktop development! Contains: * JSON@CodeTitans - easy to use JSON library * IoC@CodeTitans - featured InversionOfControl implementation * and more! Available for .NET 2.0+, .NET 4.0, Silverlight 4.0+,...
bayeux inversion-of-control ioc json mac-os-xTekpub's ASP.NET MVC 2.0 Starter Site, as put together by Rob Conery in Episode 15 of Mastering ASP.NET MVC (http://tekpub.com/production/starter)
mongodb db4o dependency-injection inversion-of-control
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.