Show Nav
 
Featured

The Guava EventBus on Guice

In a recent project we chose to use the EventBus in conjunction with Guice (a dependency injection library) and have had a lot of success with it. Specifically, objects in our system only have to express _what_ events they care about without being required to explicitly register with the EventBus or any other object.
All Posts
Java

The Guava EventBus on Guice

In a recent project we chose to use the EventBus in conjunction with Guice (a dependency injection library) and have had a lot of success with it. Specifically, objects in our syst