jaybose
unread,Jan 9, 2011, 7:54:46 PM1/9/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT Presenter
When you're working on a new use case, how you normally approach
adding Presenters for a given view.
Currently, I use GWT-Designer to build out a screen.
Once the outline is passable, I convert the view to use UIBinder.
Then, I finally convert to a true MVP solution (moving pretty much all
logic into a presenter), leaving just UI elements in the View.
No presentation I've seen talks about this (so far).
What's your approach?
Also, do you know of a presentation that talks about this?