<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: gwt</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/gwt.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2010-10-12T18:28:00+00:00</updated><author><name>Simon Willison</name></author><entry><title>Why don't more people use Google Web Toolkit for web development as opposed to scripting alternatives like JavaScript?</title><link href="https://simonwillison.net/2010/Oct/12/why-dont-more-people/#atom-tag" rel="alternate"/><published>2010-10-12T18:28:00+00:00</published><updated>2010-10-12T18:28:00+00:00</updated><id>https://simonwillison.net/2010/Oct/12/why-dont-more-people/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;em&gt;My answer to &lt;a href="https://www.quora.com/Why-dont-more-people-use-Google-Web-Toolkit-for-web-development-as-opposed-to-scripting-alternatives-like-JavaScript/answer/Simon-Willison"&gt;Why don&amp;#39;t more people use Google Web Toolkit for web development as opposed to scripting alternatives like JavaScript?&lt;/a&gt; on Quora&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I'm morally opposed to GWT, because I don't believe in building sites or applications that are entirely dependent on JavaScript to function. As someone who took the time to learn JavaScript, I'm also not at all convinced that Java is a more productive language.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/frameworks"&gt;frameworks&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gwt"&gt;gwt&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/java"&gt;java&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/quora"&gt;quora&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="frameworks"/><category term="gwt"/><category term="java"/><category term="javascript"/><category term="quora"/></entry><entry><title>Official Google Webmaster Blog: A proposal for making AJAX crawlable</title><link href="https://simonwillison.net/2009/Oct/8/horrible/#atom-tag" rel="alternate"/><published>2009-10-08T17:52:31+00:00</published><updated>2009-10-08T17:52:31+00:00</updated><id>https://simonwillison.net/2009/Oct/8/horrible/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html"&gt;Official Google Webmaster Blog: A proposal for making AJAX crawlable&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
It's horrible! The Google crawler would map &lt;code&gt;url#!state&lt;/code&gt; to &lt;code&gt;url?_escaped_fragment_=state&lt;/code&gt;, then expect your site to provide rendered HTML that reflects that state (they even go as far as to suggest running a headless browser within your web server to do this). Just stick to progressive enhancement instead, it's far less hideous. It looks like the proposal may have originated with the GWT team.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ajax"&gt;ajax&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/crawling"&gt;crawling&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gwt"&gt;gwt&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/progressive-enhancement"&gt;progressive-enhancement&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/search-engines"&gt;search-engines&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/seo"&gt;seo&lt;/a&gt;&lt;/p&gt;



</summary><category term="ajax"/><category term="crawling"/><category term="google"/><category term="gwt"/><category term="javascript"/><category term="progressive-enhancement"/><category term="search-engines"/><category term="seo"/></entry><entry><title>Doctype: /trunk/goog</title><link href="https://simonwillison.net/2008/May/14/revision/#atom-tag" rel="alternate"/><published>2008-05-14T21:12:07+00:00</published><updated>2008-05-14T21:12:07+00:00</updated><id>https://simonwillison.net/2008/May/14/revision/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://doctype.googlecode.com/svn/trunk/goog/"&gt;Doctype: /trunk/goog&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Google’s newly released JavaScript library (pure JavaScript, so more along the lines of YUI and jQuery than GWT). I haven’t found the documentation for it yet, but the code is extremely well commented. UPDATE: The documentation is spread throughout Doctype.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/dojo"&gt;dojo&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/goog"&gt;goog&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/googledoctype"&gt;googledoctype&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gwt"&gt;gwt&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jquery"&gt;jquery&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/libraries"&gt;libraries&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/yui"&gt;yui&lt;/a&gt;&lt;/p&gt;



</summary><category term="dojo"/><category term="goog"/><category term="google"/><category term="googledoctype"/><category term="gwt"/><category term="javascript"/><category term="jquery"/><category term="libraries"/><category term="yui"/></entry><entry><title>Google Web Toolkit: Towards a better web</title><link href="https://simonwillison.net/2007/Aug/29/official/#atom-tag" rel="alternate"/><published>2007-08-29T20:21:46+00:00</published><updated>2007-08-29T20:21:46+00:00</updated><id>https://simonwillison.net/2007/Aug/29/official/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://googleblog.blogspot.com/2007/08/google-web-toolkit-towards-better-web.html"&gt;Google Web Toolkit: Towards a better web&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Good overview of why GWT exists, but I take exception to the title: requiring JavaScript to even display something does not make the web “better”.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gwt"&gt;gwt&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;&lt;/p&gt;



</summary><category term="google"/><category term="gwt"/><category term="javascript"/></entry><entry><title>The website to web application gradient</title><link href="https://simonwillison.net/2007/Apr/20/frameworkers/#atom-tag" rel="alternate"/><published>2007-04-20T00:30:45+00:00</published><updated>2007-04-20T00:30:45+00:00</updated><id>https://simonwillison.net/2007/Apr/20/frameworkers/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.flickr.com/photos/74105777@N00/464449077/"&gt;The website to web application gradient&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Jeremy snapped this cunning illustration at my JavaScript Libraries panel at the Web 2.0 Expo.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/alex-russell"&gt;alex-russell&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/bret-taylor"&gt;bret-taylor&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/dojo"&gt;dojo&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/flickr"&gt;flickr&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gwt"&gt;gwt&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jeremy-keith"&gt;jeremy-keith&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/john-resig"&gt;john-resig&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jquery"&gt;jquery&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/matt-sweeney"&gt;matt-sweeney&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/web2expo"&gt;web2expo&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/web2expo07"&gt;web2expo07&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/yui"&gt;yui&lt;/a&gt;&lt;/p&gt;



</summary><category term="alex-russell"/><category term="bret-taylor"/><category term="dojo"/><category term="flickr"/><category term="gwt"/><category term="javascript"/><category term="jeremy-keith"/><category term="john-resig"/><category term="jquery"/><category term="matt-sweeney"/><category term="web2expo"/><category term="web2expo07"/><category term="yui"/></entry><entry><title>Making GWT Better</title><link href="https://simonwillison.net/2006/Dec/12/manifesto/#atom-tag" rel="alternate"/><published>2006-12-12T17:53:47+00:00</published><updated>2006-12-12T17:53:47+00:00</updated><id>https://simonwillison.net/2006/Dec/12/manifesto/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://code.google.com/webtoolkit/makinggwtbetter.html"&gt;Making GWT Better&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Explains the philosophy behind GWT. It’s all about the tools!


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gwt"&gt;gwt&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/philosophy"&gt;philosophy&lt;/a&gt;&lt;/p&gt;



</summary><category term="google"/><category term="gwt"/><category term="javascript"/><category term="philosophy"/></entry><entry><title>GWT 1.3 Release Candidate is 100% Open Source</title><link href="https://simonwillison.net/2006/Dec/12/gwt/#atom-tag" rel="alternate"/><published>2006-12-12T17:50:35+00:00</published><updated>2006-12-12T17:50:35+00:00</updated><id>https://simonwillison.net/2006/Dec/12/gwt/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://googlewebtoolkit.blogspot.com/2006/12/gwt-13-release-candidate-is-100-open_12.html"&gt;GWT 1.3 Release Candidate is 100% Open Source&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
At least you can see how the code generator works now.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gwt"&gt;gwt&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/open-source"&gt;open-source&lt;/a&gt;&lt;/p&gt;



</summary><category term="google"/><category term="gwt"/><category term="javascript"/><category term="open-source"/></entry></feed>