This session covers a small introduction about Google Guice Dependency Injection pattern. The guice framework can be used in the applications where the relationships and dependencies between the objects need to be maintained manually in the client code/ Application code.
This is what guice dependency injection pattern does, it maintains all the dependencies between the objects by binding the trait to its implementation(s) making our code loosely coupled. So our application code does not need to take care of this.
An brief introduction to the components of Google Guice and the types of bindings it provides is being covered in the slides.
Ещё видео!