How would one do dependency injection in scala?

Posted by Fabian on Stack Overflow See other posts from Stack Overflow or by Fabian
Published on 2010-04-01T21:51:36Z Indexed on 2010/04/01 21:53 UTC
Read the original article Hit count: 165

Filed under:
|

I'm still at the beginning in learning scala in addition to java and i didn't get it how is one supposed to do DI there? can or should i use an existing DI library, should it be done manually or is there another way?

© Stack Overflow or respective owner

Related posts about dependency-injection

Related posts about scala