[Dart] Google Web Toolkit
troy d. straszheim
troy at resophonic.com
Wed Jun 6 12:09:57 EDT 2007
Personally I'd like to see a plugin for Trac. That would make me
completetly giddy. The language is python, it has a database backend,
and plugin management in trac (with python 'eggs') is about as
complicated as jar files (not very).
Ss for the GWT, I have put some stuff together with it. It works, and
the basic mechanism (generated javascript that does xmlrpc) is really
cool. But as with all code generators it can be difficult to debug,
and it can be hard, once you have started to push the envelope, to
tell whether you've actually got a bug or you're just doing something
wrong.
Another thing I would wonder about is dependencies and ease of
installation. The GWT generates a bunch of javascript which goes in a
webroot somewhere and they call back to the webserver on a special URL
that has the servlet listening. I found it brittle. You might be
able to manage all this in one big jar... I just dont know much about
the stuff.
Very curious to see what you come up with,
-t
On Wed, Jun 06, 2007 at 11:22:05AM -0400, Blezek, Daniel J (GE, Research) wrote:
> Greetings esteemed Dart users,
>
> Does anyone have any experience with the Google Web Toolkit? I'm
> enhanted by the ability to make a cross-browser GUI that communicates to
> the Dart server to pull dashboards and results across the net. This
> seems like a particularly elegant solution, with the downside of being
> dependant of Google to keep their javascript in sync with browsers.
>
> Any comments? I'm considering having a go with a prototype.
>
> Thanks,
> -dan
>
> Daniel Blezek, PhD
> GE Global Research
> Computer Scientist
>
> T 518 387 5481
> F 518 387 6981
> D *833-5481
> E blezek at research.ge.com
> www.research.ge.com
>
> 1 Research Circle
> Niskayuna, NY 12309, USA
>
> General Electric Company
>
> _______________________________________________
> Dart mailing list
> Dart at public.kitware.com
> http://public.kitware.com/mailman/listinfo/dart
More information about the Dart
mailing list