RRiBbit: A new application framework to solve the dependency problem once and for all

In large projects, dependencies between modules and code organization can prove a large challenge. This was the reason for creating RRiBbit, a new Open Source Java application framework that eliminates dependencies and simplifies code structure. It is inspired by the Eventbus pattern, but improves upon this by being compatible with existing code and allowing bidirectional communication between components.
Continue reading