The HandlerManager is indeed new in GWT 1.6, that might be why. If you wrap your own you can always add new functionality, that might also be why. Thanks for the link to the MVZ project, it'll be good to see some example implementations of the concepts.
-- Arthur Kalmenson On Thu, Jul 2, 2009 at 3:57 PM, Daniel Jue<[email protected]> wrote: > Thanks Thomas! > > I feel like my spaghetti-in-a-bowl code is slowly becoming > spaghetti-in-a-box. ;-) > > I found what appears to be a nice sized app that uses > MVP+Eventbus+IOC+Command Patterned RPC+Place all in one spot. It looks to > be property of berkeley.edu. It also uses AppEngine if that floats your > boat. > > svn access here: > > http://mvz.googlecode.com/svn/trunk/ > > I'm using the BioSound portion to learn the concepts. > > > So far I haven't seen anyone using GWT's HandlerManager as their eventBus > implementation. Is this just because it's a new 1.6 feature? Or is it > still adviseable to wrap your own? > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
