This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Demystifying MVP and EventBus in GWT
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
In 2009, Ray Ryan gave a talk at Google I/O advocating the Model-View-Presenter pattern and the EventBus for architecting GWT applications. Since then, MVP and the EventBus have become widespread in the GWT community and several frameworks have appeared to support them. However, there’s still a lot of confusion over what MVP actually is and the best way to implement it.
Many common solutions involve tedious amounts of boilerplate and overhead. This talk demonstrates that using MVP and the EventBus correctly is easier than you probably think it is and can ...