btw: how do you use jQuery's plugins with GQuery? I didnt found an API
so had to integrate jQuery for its plugins, GQuery for better API on
effects and wrapped the plugins via JSNI, but maybe GQuery is / going
to support jQueries plugins?

On 19 Nov., 16:41, Christian Goudreau <goudreau.christ...@gmail.com>
wrote:
> Personally, I use both with a little distinction, I use GQuery instead of
> jQuery. GWT and jQuery are two different things to me and can be used in
> conjunction while making great web application.
>
> Cheers,
>
> On Fri, Nov 19, 2010 at 10:30 AM, Didier Durand 
> <durand.did...@gmail.com>wrote:
>
>
>
> > Hi,
>
> > My 2 cents:
>
> > a) learning curve for GWT higher than JQuery
> > b) You can't work efficiently with GWT if you don't master html, http,
> > javascript anyway...
> > c) GWT is great because you come back to compile mode: your code is
> > correct much faster and you don't have to write lots of unit test to
> > confirm that nothing wrong happens at run time when you change your
> > app in the more risk env of an interpreted language (js)
> > d) GWT is also great because you can leverage the best equipped
> > language in terms of tooling: Java for unit tests (Junit), quality
> > measurement (findbugs, pmd), code coverage (cobertura), profiling,
> > etc....
> > e) with GWT, you don't deal with the broswer type at all (at least in
> > theory...) so you code faster
> > f) if back-end is java also, you face a single technology for the
> > client and the server side -> more manageable and simpler to handle by
> > a single person.
>
> > But, I agree with what was said before: the ticket to entry is bigger.
> > So, probably not suited to a small app.
>
> > regards
>
> > didier
>
> > On Nov 19, 3:34 pm, massimo malvestio <massimo.malves...@gmail.com>
> > wrote:
> > > In my opionion it depends on the complexity of your project.
> > > If you have to write a webapp / site with a complex interface that it has
> > to
> > > be feeded with a large amount of data, or you want to reserve the
> > capability
> > > to scale, and you have a couple of weeks to study gwt, choose gwt.
> > > If you have not time enough to learn gwt, or, you don't need to manage
> > > complex data exchange between client and server but you want an eye candy
> > > web gui, learn jquery, it's quite easy to learn and use and you got tons
> > of
> > > plugins ready to be used.
> > > I use both of them anyway, because, in my opinion, they are
> > complementary,
> > > use the weapon more suitable for the size of your target :-P
>
> > --
> > 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-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> Christian Goudreauwww.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 google-web-tool...@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