Test-driven development is a good thing. We all agree on that, right? But TDD assumes you can write tests before actually implementing the functionality. How do you do for the GUI when most GUI test tools are based on a scenario-recording appraoch? This requires that the GUI already exists; in other words, another instance of
Continue reading Testatoo: TDD for the GUI
Author: Olivier Gérardin
Slides from my GWT2 presentation at YaJUG
YaJUG gwt2 View more presentations from Olivier Gérardin.
GWT: using JSON as history token?
As you might know, GWT provides a handy and elegant mechanism to manage back and forward buttons (and bookmarking) through the use of the “anchor” part of the URL, that is the part after the # sign. Basically, whatever you put after the # will not trigger a page reload, but can be intercepted by
Continue reading GWT: using JSON as history token?
Google and Palm: the ideal scenario
It was suggested by Phil kearny (ex Apple employee) that Google should buy Palm… Let’s dream a little bit: Google buys Palm A GWT wrapper is developper for Mojo (Palm’s Javascript SDK). GWT becomes the official SDK for webOS dalvik is ported to webOS. All the apps from the Android marketplace are now available for
Continue reading Google and Palm: the ideal scenario
Tim Bray now a Google employee
For those of you not familiar with the Who’s Who of IT, Tim Bray is best known for the central role he played in the initial specification of XML. I should know because I spent countless hours studying it back in 2000. If you really really have to read it too, I urge you to
Continue reading Tim Bray now a Google employee
Slides from my presentation at confoo.ca
GWT = easy AJAX View more presentations from Olivier Gérardin.
Is HTML5 Ready Yet?
Just attended Mark Pilgrim’s talk this morning at confoo.ca about HTML5. I’ll spare you the list of novelties and changes… HTML5 actually does two things: solves a lot of the current problems with HTML and AJAX apps that required ugly Javascript hacks work around (like initial focus, empty text, typed form fields, etc.) brings new functionalities much
Continue reading Is HTML5 Ready Yet?
Smart GWT 2.1 has just been released.
If you don’t know yet, SmartGWT is a cool GWT tookit made by Sanjiv Jivan (the guy who wrote GWT-ext). It is primarily intended to build SmartClient frontends, but it is also available standalone under LGPL license. SmartGWT is fast becoming a strong alternative to GWT-ext (stuck because of license issues) and Ext-GWT (very buggy
Continue reading Smart GWT 2.1 has just been released.
EricDaugherty.com: Does Write Once Run Anwhere Work?
Eric Daugherty: Realistically, I think tools like GWT are the future. As a Flex developer, I enjoy the ability to quickly and easily create rich applications that will render the same on ever user's machine. But I would prefer that the Flex applications would compile to HTML and JavaScript, so they could be run native
Continue reading EricDaugherty.com: Does Write Once Run Anwhere Work?
Google Web Toolkit Blog: GWT 2.0.2 is now available
Bugfix release… Read blog entry Download