zaterdag 18 september 2010

Using an event bus to coordinate actions in an MVP-using application

Today I released the source code for my implementation of an event bus. The idea is to use it in web applications built with Vaadin.

Have a look at the github project page. The README there explains the basic usage.

Currently there is support for
  • Sending one event to multiple presenters
  • Just-in-time instantiation and binding of Presenters and Views
  • Splitting an event bus in segments in order to keep related presenters and event together while still being able to send events to the global application

Geen opmerkingen:

Een reactie posten