aspose file tools
The moose likes GWT and the fly likes Is HandlerManager really necessary? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Is HandlerManager really necessary?" Watch "Is HandlerManager really necessary?" New topic
Author

Is HandlerManager really necessary?

Matt Erwin
Greenhorn

Joined: May 01, 2012
Posts: 1
Hello everyone,

My partner and I have been writing a web app following the MVP architecture laid out here: https://developers.google.com/web-toolkit/articles/mvp-architecture

As this is our first foray into web development, GWT has been incredibly helpful and useful, but forgive my questions should they sound naive.

I'm trying to figure out why the HandlerManager is even necessary. The way we currently manage our app through the AppController is to keep a stack of Presenters and push new screens onto the stack and pop them off when you're done with them.

In the Contacts example Google provides in the above link, it seems the HandlerManager does 2 things when the event is called: write a history item, go to a new presenter.

Is this really necessary? If we end up making an app with 100 screens, we'll end up having 100 Event classes and 100 EventHandler classes. Seems to me like the views and presenters should be enough, while each presenter and decide which presenters it can go to.

Thanks in advance to anyone that can either confirm my feelings or give me a reason to use the HandlerManager.

Matt
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Is HandlerManager really necessary?
 
Similar Threads
Handling EDT issues when listening to model events with Model View Presenter
NX: Logging using FileHandler
Handling threading issues when listening to model events with ModelViewPresenter
help on studies
Nested layout help, DockLayoutPanel