Tuesday, February 4, 2020

Java

Some links that I am collecting to understand Java better.


Some dependency injection frameworks
  • Guice: I liked this quick video which shows the basic ideas of Guice - modules and "injecting" dependencies into the global map of sorts using BIND, so that later we can use the appropriate class as needed. https://www.youtube.com/watch?v=fe1n8VIXZ-k 

Build Tools:

No comments:

Post a Comment