Had you read about MVP? 2010/1/20 [email protected] <[email protected]>
> Hi, > Recently I am researching the MVC in GWT and meet a problem. According > to my understanding, in essentially, the benefits of MVC are 1) > decouple the viewer and model 2) make the widgets coordinating each > other. And the second point is very important to my application. So my > question is how to make several of widgets work well in a panel when > there is no abstracted model under these widgets. For example, one of > a simple case is how to implement this functionality of making one > button becoming grayed if detecting a specific button is clicked by > twice. > > In fact, it's a typical FSM problem, what we should do is building the > FSM rules and executing the FSM to update the view/widgets. so, there > is no MVC model instead it is the viewer and FSM based controller > model. Does any one meet the same problem or have the same solution? > > Thanks > Yu > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > > -- Regards, Alexander--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
