Después de [[GWT]] descubro [[Java2Script|http://j2s.sourceforge.net/]], un plugin para eclipse, que permite utilizar SWT desde la web. Probablemente mi conexión no es una referencia, pero la demo me ha dejado impresionado.
{{{
RCP to RIA: Reusing Java codes and tools into JavaScript
Converting Rich Client Platform (RCP) to Rich Internet Application (RIA) will
have the following advances:
* Both RCP and RIA are developed at the same time without much extra efforts.
* Developing RCP can be much faster than RIA. As there are many mature tools
to do so, we would develop RIA much more faster.
The architecture of Java2Script's RCP to RIA
}}}
[img[http://j2s.sourceforge.net/images/arch-of-j2s.png]]
![[Demo|javascript:if(a="$wt.examples.controlexample.ControlExample@http://demo.java2script.org/org.eclipse.swt.examples/bin/",window["ClazzLoader"]!=null)$w$(a);else{var d=document,t="onreadystatechange",x=d.createElement("SCRIPT"),f=function(){var s=this.readyState;if(s==null||s=="loaded"||s=="complete"){$w$(a);}};x.src="http://archive.java2script.org/1.0.0-v20061220/j2slib.z.js";(typeof x[t]=="undefined")?x.onload=f:x[t]=f;d.getElementsByTagName("HEAD")[0].appendChild(x);void(0);}]]
[[Otra demo, de renderizado HTML|http://j2s.sourceforge.net/ajax-web-pages/index.html]]
[[Tutoriales|http://j2s.sourceforge.net/articles/getting-started.html]]