<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Java2Script Google Group</title>
  <link>http://groups.google.com/group/java2script</link>
  <description>Java2Script group is for development discussion, FAQ, supports and others. Java2Script (J2S) provides an Eclipse Java to JavaScript compiler plug-in and an implementation of JavaScript version of Eclipse Standard Widget Toolkit (SWT). And SWT-based RCP can be converted into RIA by Java2Script.</description>
  <language>en</language>
  <item>
  <title>Re: Gmail-alike Web Mail Client &quot;WeMail&quot; by Java2Script</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/ca7e7114fa01eab1/f01c6f22aa8d744a?show_docid=f01c6f22aa8d744a</link>
  <description>
  There is no special SWT theme for this WeMail. It is pure Java SWT desktop &lt;br&gt; application. But for web oriented UI based on SWT, I do the following &lt;br&gt; things: &lt;br&gt; 1. Change all widgets&#39; background to white color &lt;br&gt; 2. Change all widgets&#39; font to Arial &lt;br&gt; 3. Create Shell without title, and maximize it if possible.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/ca7e7114fa01eab1/f01c6f22aa8d744a?show_docid=f01c6f22aa8d744a</guid>
  <author>
  zhourenj...@gmail.com
  (Zhou Renjian)
  </author>
  <pubDate>Fri, 04 Dec 2009 13:19:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Gmail-alike Web Mail Client &quot;WeMail&quot; by Java2Script</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/ca7e7114fa01eab1/ce5754c58fa9ddb4?show_docid=ce5754c58fa9ddb4</link>
  <description>
  Hello Zhou Renjian, very nice work! The most interesting thing I see is that it seems you have changed the default &amp;quot;SWT theme&amp;quot; for this application make it more &amp;quot;web oriented&amp;quot;. Some questions about this. Was this too hard to do? Can this SWT themes definition be shareable to other j2s swt users? Did you only touch j2slib css files for this or you had to touch java/javascript code as well?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/ca7e7114fa01eab1/ce5754c58fa9ddb4?show_docid=ce5754c58fa9ddb4</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Fri, 04 Dec 2009 12:58:51 UT
</pubDate>
  </item>
  <item>
  <title>Gmail-alike Web Mail Client &quot;WeMail&quot; by Java2Script</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/ca7e7114fa01eab1/15a13502f87e4ec3?show_docid=15a13502f87e4ec3</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;Long time no post. &lt;br&gt; &lt;p&gt;This time, I would like to introduce you Java2Script powered WeMail ( &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://webuzz.im/mail/&quot;&gt;[link]&lt;/a&gt; ), a Gmail-alike web mail client. WeMail is a general &lt;br&gt; web mail client for all POP/IMAP &amp;amp; SMTP mail providers. So it supports &lt;br&gt; Gmail, Hotmail/Live Mail, Yahoo! Mail, AOL/AIM Mail and others.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/ca7e7114fa01eab1/15a13502f87e4ec3?show_docid=15a13502f87e4ec3</guid>
  <author>
  zhourenj...@gmail.com
  (Zhou Renjian)
  </author>
  <pubDate>Fri, 04 Dec 2009 04:24:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: java compatibility tests - mauven for j2s</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/b92a2c85a6cd3dbf?show_docid=b92a2c85a6cd3dbf</link>
  <description>
  I had run almost all mauve tests of java.util. I upladed a document &lt;br&gt; with the results in this group files under the name &amp;quot;Testing j2s with &lt;br&gt; mauve.tar.gz&amp;quot;(&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://java2script.googlegroups.com/web/Testing+j2s+with&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; +mauve.tar.gz?gda=vF9PRk8AAADm MaaDQEODIyuW4FwkFlrzYMD2afh5Bo GrOxy66- &lt;br&gt; NgE1SXSAK9r_vF9YcQHcadgBl-
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/b92a2c85a6cd3dbf?show_docid=b92a2c85a6cd3dbf</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Sat, 22 Aug 2009 16:01:42 UT
</pubDate>
  </item>
  <item>
  <title>native null pointer exception - was Re: java compatibility tests - mauven for j2s</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/2efe5362c756b5f5?show_docid=2efe5362c756b5f5</link>
  <description>
  I have submited a bug report about this problem with native null pointer exceptions in &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://sourceforge.net/tracker/?func=detail&amp;aid=2841093&amp;group_id=155436&amp;atid=795800&quot;&gt;[link]&lt;/a&gt;. Also have attached a small fix in the compiler. Following, I paste the bug text: &lt;br&gt; &lt;p&gt;--- begin bug report --- &lt;br&gt; &lt;p&gt;in java, the following code prints &amp;quot;OK&amp;quot; but fails in javascript with
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/2efe5362c756b5f5?show_docid=2efe5362c756b5f5</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Thu, 20 Aug 2009 13:47:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: java compatibility tests - mauven for j2s</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/f8c24241a6f656fe?show_docid=f8c24241a6f656fe</link>
  <description>
  On Wed, 19 Aug 2009 10:17:58 +0800 &lt;br&gt; I can&#39;t find any reference to which apache-harmony&#39;s version was used for j2s.java.core. Do you remember it? &lt;br&gt; The thing is I&#39;m finding bugs in apache-harmony, not related to j2s compiler. For example, consider java.util.AbstractCollection&#39;s addAll method: &lt;br&gt; /** &lt;br&gt; * Adds the objects in the specified Collection to this Collection.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/f8c24241a6f656fe?show_docid=f8c24241a6f656fe</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Wed, 19 Aug 2009 17:18:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: java compatibility tests - mauven for j2s</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/01dee2c1f0a26e81?show_docid=01dee2c1f0a26e81</link>
  <description>
  Good job. Looking forward for more Java2Script bugs. :D &lt;br&gt; &lt;p&gt;By the way, I made some JUnit tests for J2SLib using Apache Harmony&#39;s JUnit &lt;br&gt; tests, long time ago. And Java2Script&#39;s Java core library (java.lang.*, &lt;br&gt; java.util.*) is mainly from Apache Harmony. &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Zhou Renjian &lt;br&gt; &lt;p&gt;-- &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://webuzz.im/&quot;&gt;[link]&lt;/a&gt; Web IMs (G/A/M/Y)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/01dee2c1f0a26e81?show_docid=01dee2c1f0a26e81</guid>
  <author>
  zhourenj...@gmail.com
  (Zhou Renjian)
  </author>
  <pubDate>Wed, 19 Aug 2009 02:17:58 UT
</pubDate>
  </item>
  <item>
  <title>java compatibility tests - mauven for j2s</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/91bfe93d01f57ee8?show_docid=91bfe93d01f57ee8</link>
  <description>
  Hello all. I sucessfully integrated mauve (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://sources.redhat.com/mauve/&quot;&gt;[link]&lt;/a&gt;) in java2script. Mauve is a free test suite for the Java class libraries. The current collaborators come from the Kaffe project, the GNU Classpath project, and the GCJ project. In sumarry it is a small, simple java test toolkit but has *a lot* of test for each class and subpackage of java.lang, java.util, etc.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3768899728a29067/91bfe93d01f57ee8?show_docid=91bfe93d01f57ee8</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Tue, 18 Aug 2009 21:52:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Java2Script 2.0.0 for Eclipse 3.5</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/dc9c97dc970cafe8/5afc4b8da30e6f46?show_docid=5afc4b8da30e6f46</link>
  <description>
  I think I have corrected all references to the svn repository to point to the new location. By the way, what is now the more convenient way for reporting java2script bugs, google or sourceforge? &lt;br&gt; &lt;p&gt;On Wed, 12 Aug 2009 07:29:31 +0800 &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Sebastian Gurin &amp;lt;sgu...@softpoint.org&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/dc9c97dc970cafe8/5afc4b8da30e6f46?show_docid=5afc4b8da30e6f46</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Tue, 18 Aug 2009 17:51:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: dirty Object.prototype - solution proposal</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3d6deb9c3c0a0cda/c6f424c9028de10a?show_docid=c6f424c9028de10a</link>
  <description>
  Thank you very much!! This will really help me to keep integrating java2script with some native javascript toolkits &lt;br&gt; &lt;p&gt;about the point : &lt;br&gt; &lt;p&gt;I think the main problem when working with native toolkits is with Object.prototype. SO I think this will solve the problem.. &lt;br&gt; &lt;p&gt;Thanks again! &lt;br&gt; &lt;p&gt;On Thu, 13 Aug 2009 21:21:50 +0800
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3d6deb9c3c0a0cda/c6f424c9028de10a?show_docid=c6f424c9028de10a</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Thu, 13 Aug 2009 17:27:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: dirty Object.prototype - solution proposal</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3d6deb9c3c0a0cda/5df0def41e7cd3ad?show_docid=5df0def41e7cd3ad</link>
  <description>
  Java2Script in SVN supports native Object mode now. But it is not enabled by &lt;br&gt; default. You need to add the following line of script before loading &lt;br&gt; &amp;quot;j2slib.z.js&amp;quot;: &lt;br&gt; &lt;p&gt;window[&amp;quot;j2s.object.native&amp;quot;] = true; &lt;br&gt; &lt;p&gt;Some details: &lt;br&gt; 1. new Object(); in Java will be compiled into JavaScript as &amp;quot;new &lt;br&gt; JavaObject();&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3d6deb9c3c0a0cda/5df0def41e7cd3ad?show_docid=5df0def41e7cd3ad</guid>
  <author>
  zhourenj...@gmail.com
  (Zhou Renjian)
  </author>
  <pubDate>Thu, 13 Aug 2009 13:21:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: Java2Script 2.0.0 for Eclipse 3.5</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/dc9c97dc970cafe8/e5bfabd270164b1d?show_docid=e5bfabd270164b1d</link>
  <description>
  Thanks for maintaining the web pages. &lt;br&gt; &lt;p&gt;Setting up environment from SVN should be updated, as it is based on Eclipse &lt;br&gt; 3.1. All SVN URL should point to Google SVN, as it has the latest sources. &lt;br&gt; And SVN has 3.5 sources in the trunk, and 3.1/3.2/3.3/3.4/ in the branch. &lt;br&gt; SVN URL in home page should also be updated.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/dc9c97dc970cafe8/e5bfabd270164b1d?show_docid=e5bfabd270164b1d</guid>
  <author>
  zhourenj...@gmail.com
  (Zhou Renjian)
  </author>
  <pubDate>Tue, 11 Aug 2009 23:29:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Java2Script 2.0.0 for Eclipse 3.5</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/dc9c97dc970cafe8/e04dab6485fbf97f?show_docid=e04dab6485fbf97f</link>
  <description>
  I took the liberty of adding a new link in Download section of &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://j2s.sourceforge.net/index.html&quot;&gt;[link]&lt;/a&gt; for Eclipse 3.5. The link points directly to &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://java2script.googlecode.com/files/j2s-2.0.0-20090726-eclipse-3.5.zip&quot;&gt;[link]&lt;/a&gt;. Is this OK or should I remove the link and wait for another release? &lt;br&gt; &lt;p&gt;Also, I think It would be nice to update &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://j2s.sourceforge.net/setup-j2s-from-subversion.html&quot;&gt;[link]&lt;/a&gt; document to include links to new eclipse 3.5 version and google svn. I can do this but I&#39;m not sure what is best:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/dc9c97dc970cafe8/e04dab6485fbf97f?show_docid=e04dab6485fbf97f</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Tue, 11 Aug 2009 11:46:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: dirty Object.prototype - solution proposal</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3d6deb9c3c0a0cda/4a70f0d9a5dc7573?show_docid=4a70f0d9a5dc7573</link>
  <description>
  new artifact (id=2835043) created for &amp;quot;issue&amp;quot; on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://sourceforge.net/tracker/?func=detail&amp;aid=2835043&amp;group_id=155436&amp;atid=795800&quot;&gt;[link]&lt;/a&gt; . Patches for eclipse version 3.5 have been submited. &lt;br&gt; &lt;p&gt;On Mon, 10 Aug 2009 12:38:57 -0300 &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Sebastian Gurin &amp;lt;sgu...@softpoint.org&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3d6deb9c3c0a0cda/4a70f0d9a5dc7573?show_docid=4a70f0d9a5dc7573</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Mon, 10 Aug 2009 17:44:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: dirty Object.prototype - solution proposal</title>
  <link>http://groups.google.com/group/java2script/browse_frm/thread/3d6deb9c3c0a0cda/91d4b9be67e2da6e?show_docid=91d4b9be67e2da6e</link>
  <description>
  On Mon, 10 Aug 2009 22:13:26 +0800 &lt;br&gt; &lt;p&gt;Hello Zhou Renjian. The following is a table of java statements and their corresponding translated javascript statements. &lt;br&gt; &lt;p&gt;java statement	javascript translated statement &lt;br&gt; Object o = new Object(); var o = new J2sObject(); &amp;lt;-- fixed &lt;br&gt; Number n = new Integer(5);	var n = new Integer (5);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/java2script/browse_frm/thread/3d6deb9c3c0a0cda/91d4b9be67e2da6e?show_docid=91d4b9be67e2da6e</guid>
  <author>
  sgu...@softpoint.org
  (Sebastian Gurin)
  </author>
  <pubDate>Mon, 10 Aug 2009 15:38:57 UT
</pubDate>
  </item>
  </channel>
</rss>
