" implementation outside of it by handwritten JavaScript"
not at all , gwtquery is a jquery reimplementation in gwt and enables
the developper to develop as with jquery in java. For jquerymobile, we
use the gwtquery plugin mecanism to wrap the jqm library, and we still
continue to develop in java... But instead of using uibinder (I don't
like at all), you still  write jquery compliant html tags and you do
the processing in java... You even may use the jqm4gwt project for
doing everything in java if you don't mind doing html at all...

On Jul 20, 3:59 pm, Michael Vogt <vmei...@googlemail.com> wrote:
> > I agree :)
>
> Thanks :-)
>
> <snip>> but the
> > cost for a big project (it is our case) is the compilation and
> > deployment tasks...
>
> I agree in a way. The problem arrises here when we are close to
> release of a new version, and the testers want to see the fixes
> immediately. Since the application is tested for release, I can't use
> any of the compilation speedup tricks. At these times, I too would
> like to have a faster compile. Especially for this nitty gritty
> changes where a word is spelled wrong or a margin of an element should
> change (when using CssResource) ...
>
> But in general, I don't mind how fast the compile is, since I'm not
> forced to sit in front of the computer watching how it progresses ;-)
> Since I usually work using the development mode, which is fast for me,
> and just deploy from time to time to the test server (maybe once a
> week).
>
> Deployment as such seems pretty easy and fast for me.
>
> > It is the reason why the use of gwtquery is a means to mix the best of
> > two world (and for mobile jquerymobile as gwtquery plugin)...
>
> You mean, you compile the application in GWT and do some
> implementation outside of it by handwritten JavaScript? This is
> tempting, but I am not sure if I would use this. But when it helps you
> to speed up turnaround time, excelent. And it shows how flexible GWT
> can be adapted to specific needs :-)
>
> Just my 2 cents,
> Michael

-- 
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 
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