Hi Christian! I will love to join forces to have one great framework, but the truth is that Guit started a year ago as the infrastructure for a project I am about to finish right now. The funny part is that I also started looking at the code of gwt-presenter and mvp4g.
I believe is good to have 2 frameworks instead of one... competition leads to great things.. Now, about the Async places, if you annotate the Presenter's Place with RunAsync your place automatically gets splitted ( http://code.google.com/p/guit/wiki/PlaceManager , at the bottom). Also, one important thing about Guit is that all that generated code that it produces is the same that you will hand-write without it. You can see that looking at the generated code... you will only find event registrations and a few field bindings, but you will never feel like loosing control over your code. I will love to hear your opinion on this: http://code.google.com/p/guit/wiki/GuitViewDesign That's the craziest change in my mvp implementation so far, and I loving it. I am looking for down-sides and extra requirements that I didn't think of yet. Cheers! 2010/8/24 Christian Goudreau <[email protected]> > I saw that you can add an annotation over functions, but over an entire > place, I don't know. Also, yeah well you may be generating a lot of code > with generators, but I'm afraid that in the end, you'll loose freedom for > customization. > > I would have loved to join forces into making a great framework instead of > having different products, but I think each project have their good and bad > points, even if we still have to fully compare each products.Our devotion to > GWT-Platform started with Gwt-Presenter and we're committed to support it > and improve it along with our users. Our commitment is to the community and > it will always be a priority to improve our users experience with > GWT-Platform and GWT. > > Anyway, nice job Gal, it's sure saves a lot of boiler plate for simple web > pages like our Samples, I'll take a look even more deeper to see where it > goes against something more complexe. Until I can speek with more > objectivity while talking about Guit, I'll only say two thing: Open source > rock and thanks for this comparison. > > Cheers, > > On Tue, Aug 24, 2010 at 9:17 AM, Magno Machado <[email protected]> wrote: > >> I'm already using GWTP in a project, and what I most like on it is how >> easy it is to have a presenter loaded asynchronously, this is done with one >> line of code. >> >> How is it done in Guit? >> >> >> On Tue, Aug 24, 2010 at 9:42 AM, Gal Dolber <[email protected]> wrote: >> >>> http://code.google.com/p/gwtpsamplesinguit/ >>> >>> -- >>> Guit: Elegant, beautiful, modular and *production ready* gwt >>> applications. >>> >>> http://code.google.com/p/guit/ >>> >>> >>> >>> -- >>> 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. >>> >> >> >> >> -- >> Magno Machado Paulo >> http://blog.magnomachado.com.br >> http://code.google.com/p/emballo/ >> >> -- >> 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. >> > > > > -- > Christian Goudreau > www.arcbees.com > > -- > 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. > -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- 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.
