Techniques Behind Modern Web
8 Feb
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.)
Free Website Magazine: Know more than your competitors with Website Magazine
Don't forget to subscribe
so you don't miss out on future posts!
28 Jan
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 people brand new to GWT get started.
Experienced programmer (not necessary being experienced in AJAX programming), who want… Read more »
22 Jan
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:
15 Jan
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 does. Theoretically, you can write an app in C# or VB.Net using the form designer, add some… Read more »
10 Jan
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 generate JavaScript; The heavy server side platform never makes it into the picture.