Hi there Amer,
DI is one thing, but “DI frameworks” is quite another.
I for one am not a big fan of frameworks taking much control over this,
however any tool/framework you want to use will “just work”,
it’s just creating objects after all - Akka is very simple in that sense,
no magical registries or anything.

I would recommend reading this too: di-in-scala.github.io

Hope this helps

— Konrad



On June 22, 2017 at 11:10:50 AM, Amer Zildzic (amer.zild...@gmail.com)
wrote:

Hi guys,

I'm looking for a way to inject config in various classes/traits in Akka
HTTP application. Config is loaded from various files (there is custom
logic for it) and it should be used in all classes. Is there any other way
to do this beside guice? And BTW, do you recommend using Guice in Akka
HTTP? Question is more general. I'm relatively new to Scala and any
comments on the topic are welcome.

Thanks,

Amer
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups
"Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to