$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
Techniques Behind Modern Web
8 Feb // php the_time('Y') ?>
Didier Girard releases 61 slides introducing why GWT is better solution for developing modern web apps.
Benefits to be highlighted are:
He also tries to keep GWT away from common misjudgments like:
Conclusion: GWT, c’est facile, efficace et beau! Please translate it into English for me. I don’t know Français :) but thank you a lot, Didier.
(Please read another post of mine summarizing Didier’s thoughts on GWT basis vs. what of Microsoft Volta.)
28 Jan // php the_time('Y') ?>
You will not see "Hello World" example in David Geary's book, Google Web Toolkit Solutions: More Cool & Useful Stuff, because it's not a book for newbies. Instead, the authors tell very clearly in the opening of the book that their target is to put GWT developers into the fast lane with practical, non-contrived solutions -- not to help ...
22 Jan // php the_time('Y') ?>
Didier Girard, CTO of SFEIR a consulting company based in Paris which has been developing a number of GWT applications, gave a talk to InfoQ on goals, benefits of GWT and how it is different from Microsoft Volta. Some important points he highlighted about GWT are: GWT is a technology which enables the development of Rich Internet ...
15 Jan // php the_time('Y') ?>
Microsoft Volta was often referred to as a GWT copycat (carelessly). Yes, Volta does generate JavaScript but it does so in a somewhat different way than GWT: while GWT reads Java code and compiles to JavaScript, Volta reads bytecode (.NET IL) and compiles to JavaScript. And Volta uses the existing .Net APIs instead of defining its own UI APIs like GWT ...
10 Jan // php the_time('Y') ?>
Oh, my first thought was "It's silly to add Java to Rails" because normally GWT uses the Java language to generate JavaScript. But I changed my mind after reading Jon Crosby's answers to a short interview from InfoQ: Most of Java's weight comes from JEE, which is not part of GWT on Rails. Client side GWT uses the Java language to ...
Recent Comments