Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependency-injection

Using Ninject, if I create a custom provider must I ensure a single instance or can I use the SingleInstance attribute?

Autowire Annotation in Spring without using Component Scanning

Define Default constructor Structuremap in a Generic Repository

Construtor/Setter Injection using IoC in HttpHandler, is it possible?

What do you look for in a dependency to determine if it should be an injected dependency?

How best to implement a Per-View Life-Cycle for IoC Injected Components

Constructor Injection Alternatives (Castle Windsor)

Spring @autowired does not work

DDD: is it ok to inject a Service into an Entity

Cyclic reference issue in MVP pattern using Windsor castle for Dependency injection

Does Dagger support dependancy injection for ActivityInstrumentationTestCase2 tests

Class usage pitfalls breaking Liskov Substitution Principle

How to auto complete methods from Symfony 2 DI in netbeans

UnsatisfiedDependencyException in Spring : Illegal arguments for constructor : argument type mismatch

Associating FXML and Controller in Guice's Module configuration

What is the equivalent of @Value in CDI world?

Using the new operator to create objects/dependencies vs. using DI containers

Dependency injection in factories

Why is coupling to dependencies with the new keyword considered bad?

Setting up dependency injection with Caliburn Micro & Ninject