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
Kindle Development Kit to use Java
Amazon has unveiled the details of its development kit for its Kindle e-book reader. The so called “Kindle development kit for active content” (or KDK) will be based on Java 1.4 Personal Basis Profile (JSR 217); custom additional APIs will be available for networking, local storage, specific UI components, etc. (see javadoc). As strongly as
Continue reading Kindle Development Kit to use Java