<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: GWT v.s. Java2Script SWT</title>
	<atom:link href="http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/feed/" rel="self" type="application/rss+xml" />
	<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/</link>
	<description>Reusing existed Java codes into JavaScripts</description>
	<pubDate>Tue, 06 Jan 2009 10:20:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Inside Java2Script &#187; Blog Archive &#187; Regarding GWT</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-3264</link>
		<dc:creator>Inside Java2Script &#187; Blog Archive &#187; Regarding GWT</dc:creator>
		<pubDate>Sun, 01 Jul 2007 15:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-3264</guid>
		<description>[...] seldom mentioned GWT in &#8220;Java2Script&#8221; topics in the past, except an article &#8220;GWT v.s. Java2Script SWT&#8221; in early days when GWT was [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] seldom mentioned GWT in &#8220;Java2Script&#8221; topics in the past, except an article &#8220;GWT v.s. Java2Script SWT&#8221; in early days when GWT was [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhou Renjian</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-327</link>
		<dc:creator>Zhou Renjian</dc:creator>
		<pubDate>Mon, 07 Aug 2006 16:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-327</guid>
		<description>@Jason
"...attaching RPC web-services is a bit clunky..."
Currently Java2Script is still not attaching RPC web-services. Maybe Java2Script will try to provide some interfaces instead of implementations. I am thinking and studying about this these days.</description>
		<content:encoded><![CDATA[<p>@Jason<br />
&#8220;&#8230;attaching RPC web-services is a bit clunky&#8230;&#8221;<br />
Currently Java2Script is still not attaching RPC web-services. Maybe Java2Script will try to provide some interfaces instead of implementations. I am thinking and studying about this these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhou Renjian</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-326</link>
		<dc:creator>Zhou Renjian</dc:creator>
		<pubDate>Mon, 07 Aug 2006 16:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-326</guid>
		<description>The tutorials of J2S are out of date (I will try to update them in this month). For your problem, you should add some necessary libraries, like j2s-core-common.z.js in the builder page.

There are some few words about these at:
http://j2s.sourceforge.net/overview.html#using-j2s

And theoretically developing a JavaScript version of SWING by Java2Script could be feasible. But currently Java2Script project has no plan for such a things. And I think Java2Script will not support Netbeans IDE. It's because Java2Script relies heavily on Eclipse JDT plugin.</description>
		<content:encoded><![CDATA[<p>The tutorials of J2S are out of date (I will try to update them in this month). For your problem, you should add some necessary libraries, like j2s-core-common.z.js in the builder page.</p>
<p>There are some few words about these at:<br />
<a href="http://j2s.sourceforge.net/overview.html#using-j2s" rel="nofollow">http://j2s.sourceforge.net/overview.html#using-j2s</a></p>
<p>And theoretically developing a JavaScript version of SWING by Java2Script could be feasible. But currently Java2Script project has no plan for such a things. And I think Java2Script will not support Netbeans IDE. It&#8217;s because Java2Script relies heavily on Eclipse JDT plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-325</link>
		<dc:creator>D</dc:creator>
		<pubDate>Mon, 07 Aug 2006 15:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-325</guid>
		<description>Can j2s (or another free tool) compile a Netbeans Swing UI into javascript?  I begin with a JFrame Form.  If so, then how?

In Tutorial of J2S in Eclipse (1): Hello J2S World, I am using Eclipse SDK version 3.1.1.  But I do not have "Pattern" under the Java2Script compiler is enabled button, which is in the Java2Script Builder page, in the Hello J2S World section.  I do get "Run as Java2Script Application".  But maybe I did not get the automatic build of the *.js?

My runtime error is Line 1: 'Clazz' is undefined.
When I debug, it shows:
Clazz.declarePackage ("net.sf.j2s.hello");
in HelloJ2SWorld.js</description>
		<content:encoded><![CDATA[<p>Can j2s (or another free tool) compile a Netbeans Swing UI into javascript?  I begin with a JFrame Form.  If so, then how?</p>
<p>In Tutorial of J2S in Eclipse (1): Hello J2S World, I am using Eclipse SDK version 3.1.1.  But I do not have &#8220;Pattern&#8221; under the Java2Script compiler is enabled button, which is in the Java2Script Builder page, in the Hello J2S World section.  I do get &#8220;Run as Java2Script Application&#8221;.  But maybe I did not get the automatic build of the *.js?</p>
<p>My runtime error is Line 1: &#8216;Clazz&#8217; is undefined.<br />
When I debug, it shows:<br />
Clazz.declarePackage (&#8221;net.sf.j2s.hello&#8221;);<br />
in HelloJ2SWorld.js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Thomas</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-324</link>
		<dc:creator>Jason Thomas</dc:creator>
		<pubDate>Sat, 05 Aug 2006 21:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-324</guid>
		<description>This is flippin' amazing. Hats off to you! I've used GWT off and on since it came out. I was shocked about how similar it was to Swing/SWT. As far as I can tell it's a work in progress. The simple widgets it provides can produce a pretty sophisticated web-application, although attaching RPC web-services is a bit clunky, and there are quite a few bugs and caveats. 

I'm currently developing a Db4o backed signup sheet for a physics project I work on (Trying to keep to MVC, and attaching Ruby on RAILS like validations, although this is difficult because GWT doesn't implement reflection). But this, this 'is' SWT, you've nearely implemented the entire kitchen sink for SWT. When I saw GWT, I thought to myself that this was the beginning of an era beyond CGI, where desktop applicaiton engineers, and professional software developers could use the web as merely a user interface. Apparently it's a hell of a lot closer than I thought.</description>
		<content:encoded><![CDATA[<p>This is flippin&#8217; amazing. Hats off to you! I&#8217;ve used GWT off and on since it came out. I was shocked about how similar it was to Swing/SWT. As far as I can tell it&#8217;s a work in progress. The simple widgets it provides can produce a pretty sophisticated web-application, although attaching RPC web-services is a bit clunky, and there are quite a few bugs and caveats. </p>
<p>I&#8217;m currently developing a Db4o backed signup sheet for a physics project I work on (Trying to keep to MVC, and attaching Ruby on RAILS like validations, although this is difficult because GWT doesn&#8217;t implement reflection). But this, this &#8216;is&#8217; SWT, you&#8217;ve nearely implemented the entire kitchen sink for SWT. When I saw GWT, I thought to myself that this was the beginning of an era beyond CGI, where desktop applicaiton engineers, and professional software developers could use the web as merely a user interface. Apparently it&#8217;s a hell of a lot closer than I thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sriram Narayanan</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-308</link>
		<dc:creator>Sriram Narayanan</dc:creator>
		<pubDate>Fri, 16 Jun 2006 23:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-308</guid>
		<description>I learnt of j2s from the GWT forums. This seems interesting. The ebst if the license.</description>
		<content:encoded><![CDATA[<p>I learnt of j2s from the GWT forums. This seems interesting. The ebst if the license.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josson Smith</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-229</link>
		<dc:creator>Josson Smith</dc:creator>
		<pubDate>Sun, 28 May 2006 00:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-229</guid>
		<description>@Hannes
Thanks for your wishes.</description>
		<content:encoded><![CDATA[<p>@Hannes<br />
Thanks for your wishes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes P.</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-81</link>
		<dc:creator>Hannes P.</dc:creator>
		<pubDate>Mon, 22 May 2006 19:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-81</guid>
		<description>I now have spent almost a week of testing gwt and j2s and I must say that i think that j2s is IMHO much better than gwt. Mainly that it is integrated so well in eclipse, makes it really easy to make web applications. So please keep up your work, and I wish you the best!</description>
		<content:encoded><![CDATA[<p>I now have spent almost a week of testing gwt and j2s and I must say that i think that j2s is IMHO much better than gwt. Mainly that it is integrated so well in eclipse, makes it really easy to make web applications. So please keep up your work, and I wish you the best!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josson Smith</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-74</link>
		<dc:creator>Josson Smith</dc:creator>
		<pubDate>Mon, 22 May 2006 16:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-74</guid>
		<description>@Eelco
I think J2S will take its best to help developers for a better web applications.

@Jim
I will take annotations as a feature request for J2S.

But "Java 5 bytecodes annotations" (?) may not be implemented as J2S mainly focus on Java Source not Java bytecodes.

Welcome to the world of J2S.</description>
		<content:encoded><![CDATA[<p>@Eelco<br />
I think J2S will take its best to help developers for a better web applications.</p>
<p>@Jim<br />
I will take annotations as a feature request for J2S.</p>
<p>But &#8220;Java 5 bytecodes annotations&#8221; (?) may not be implemented as J2S mainly focus on Java Source not Java bytecodes.</p>
<p>Welcome to the world of J2S.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim White</title>
		<link>http://java2script.org/blog/2006/05/17/gwt-vs-java2script-swt/#comment-70</link>
		<dc:creator>Jim White</dc:creator>
		<pubDate>Mon, 22 May 2006 05:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/05/17/gwt-vs-java2script-swt/#comment-70</guid>
		<description>I too just learned of J2S as a result of starting to use GWT.

A great feature of J2S is that the Java-to-JavaScript compiler is open source while GWT's compiler is free but no source.

I hope you will add GWT compiler compatibility to J2S so that we can compile the GWT runtime with it.

I am especially interested in an implementation in which the GWT annotations are compiled into Java 5 bytecode annotations which can then be compiled by J2S.</description>
		<content:encoded><![CDATA[<p>I too just learned of J2S as a result of starting to use GWT.</p>
<p>A great feature of J2S is that the Java-to-JavaScript compiler is open source while GWT&#8217;s compiler is free but no source.</p>
<p>I hope you will add GWT compiler compatibility to J2S so that we can compile the GWT runtime with it.</p>
<p>I am especially interested in an implementation in which the GWT annotations are compiled into Java 5 bytecode annotations which can then be compiled by J2S.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
