GWT = easy AJAX View more presentations from Olivier Gérardin.
Tag: AJAX
Comparative study of AJAX frameworks – sort of…
I just came across yet another comparative study of AJAX “frameworks”. When the author mentions that “GWT (…) can auto-generate AJAX-enabled JavaScript code from Java byte code”, it makes you wonder how much time he/she spent evaluating the options… Finally, GWT stands out in the conclusion only because it is supported by Google.
Google Chrome OS – the browser is the OS?
Last week Google announced its upcoming OS, Chrome OS. More than the fact that Google is entering the OS market, which was expected, the most significant thing about this announcement is the OS name. Chrome is already the name of the web browser that Google launched 9 months ago. Chrome is without a doubt the
Continue reading Google Chrome OS – the browser is the OS?
WebDriver: automated web UI testing
Automating UI testing is not a trivial task, yet it is highly desirable as part of a complete non-regression test suite, which is (as everyone knows by now) a must-have for any project claiming to be agile. This is how I came across WebDriver while looking for ways to automate testing a GXT-generated frontend. While
Continue reading WebDriver: automated web UI testing