Totally agree with you... Simplicity is key most of the times (at
least it should :) ).

I have one question that is really annoying me. Having used it
(puremv) with Flex, it is easy to fire an event at the View and
associate it with a method at the Mediator. But, how to deal with it
on GWT? I am adding the Mediator as the event listener of the View (by
making it implement the relevant View listeners - ClickListener,
etc.), but I'm not quite sure if it's the best way to do it...

Any ideas?

Thanks!

On Thu, Oct 23, 2008 at 9:53 AM, Flemming Boller
<[EMAIL PROTECTED]> wrote:
> Yes I am.  I think is it rather nice little MVC implementation, which has
> made it more easy for us to make
> components talk to each other in a loosely coupled way.
>
> Minus is however, that it easy also to create a spider web of notifications
> that is hard to overview.
>
> But common sense and "keep it simple" should be used here :-)
>
>
> /Flemming
>
>
>
>
> On Thu, Oct 23, 2008 at 1:48 PM, marcelo melo <[EMAIL PROTECTED]>
> wrote:
>>
>> Hi, is anyone using PureMVC for Java / GWT?
>>
>> Thanks
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to