I'm really much interested into that project. I've been studying MVP
since I saw the famous Google IO video on the subject. I read talks
about it in many places, but nothing solid still, nor any good
tutorial explaining the topic in a clear way (all abstract and good-
practice theories). Since I have more experience with Java than GWT
(meaning that I have coded more Java applications than GWT
applications), I'm focusing mainly on server side components, but
would like to tie that up with a good MVP framework before starting to
write any demo app or any concrete projects.

One question though:

"The first line creates a Java class thanks to the configuration file
and a Generator."
"For example, with the following configuration file:"

How is that class generated from the configuration file? (Sorry to ask
if it's obvious.)
Will the argument of the generated Command always be named "form"? Can
it be changed?

"<event type="displayMessage" calledMethod="onDisplayMessage"
handlers="rootPresenter" eventObjectClass="java.lang.String" />"

Isn't "displayMessage" and "onDisplayMessage" redundant? I, for one,
wouldn't mind simply:

"<event type="displayMessage" handlers="rootPresenter"
eventObjectClass="java.lang.String" />"

and expect "onDisplayMessage" to be called automatically (ie. event
"click" fires onClick())

Other than that, +1! It sure got my attention.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to