What's the most minimal way to achieve Dependency Injection?

Posted by Chuck on Stack Overflow See other posts from Stack Overflow or by Chuck
Published on 2010-03-26T21:03:44Z Indexed on 2010/03/26 21:23 UTC
Read the original article Hit count: 350

I've been reading about Spring and although it's claimed to be a less complex alternative to EJB, I'm having a hard time wrapping my head around it. Is there a more minimal way of achieving Dependency Injection than adopting the Spring approach?

© Stack Overflow or respective owner

Related posts about spring

Related posts about dependency-injection