<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Writing iPad/iPhone/iPod applications with Java and SWT?</title>
	<atom:link href="http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Wed, 16 May 2012 08:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: anonymous coward</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-9744</link>
		<dc:creator>anonymous coward</dc:creator>
		<pubDate>Fri, 03 Jun 2011 02:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-9744</guid>
		<description>Java or JavaScript? They are two very different things.</description>
		<content:encoded><![CDATA[<p>Java or JavaScript? They are two very different things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolest ipod apps</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-9464</link>
		<dc:creator>coolest ipod apps</dc:creator>
		<pubDate>Sat, 16 Apr 2011 18:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-9464</guid>
		<description>I try that few months back but not succesful. Now after reading this i have a hope again.</description>
		<content:encoded><![CDATA[<p>I try that few months back but not succesful. Now after reading this i have a hope again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Henderson</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-8985</link>
		<dc:creator>Dave Henderson</dc:creator>
		<pubDate>Mon, 21 Feb 2011 07:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-8985</guid>
		<description>Does this have an advantage over using the GWT to generate HTML etc. from java?</description>
		<content:encoded><![CDATA[<p>Does this have an advantage over using the GWT to generate HTML etc. from java?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xingxiao.lu</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-8489</link>
		<dc:creator>Xingxiao.lu</dc:creator>
		<pubDate>Fri, 31 Dec 2010 06:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-8489</guid>
		<description>I tried to download the source, and got the exception too:

SyntaxError: illegal character

###BEGIN_JSON###
{
…;org.eclipse.swt.Request.getInstance().setTimeoutPage( ”

The server session timed out.

Please click here to restart the session.
” );var wm….”</description>
		<content:encoded><![CDATA[<p>I tried to download the source, and got the exception too:</p>
<p>SyntaxError: illegal character</p>
<p>###BEGIN_JSON###<br />
{<br />
…;org.eclipse.swt.Request.getInstance().setTimeoutPage( ”</p>
<p>The server session timed out.</p>
<p>Please click here to restart the session.<br />
” );var wm….”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-5600</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Wed, 08 Dec 2010 17:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-5600</guid>
		<description>Awesome. Can&#039;t wait to port my SWT APP to smartphone and tablets.</description>
		<content:encoded><![CDATA[<p>Awesome. Can&#8217;t wait to port my SWT APP to smartphone and tablets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kresten Vester</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-5501</link>
		<dc:creator>Kresten Vester</dc:creator>
		<pubDate>Mon, 06 Dec 2010 14:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-5501</guid>
		<description>I tried to download the source. I copied the plug-ins from the runtime.rwt folder into my workspace and removed the original ones from my run configuration. There were around 4 compile errors but i tried to fix them by adding a few methods to the ITreeAdapter interface and implement them (without understanding the logic in them completely though).
Sadly i end up with something like this:
&quot;Could not evaluate javascript response:

SyntaxError: illegal character

###BEGIN_JSON###
{
...;org.eclipse.swt.Request.getInstance().setTimeoutPage( &quot;

The server session timed out.

Please click here to restart the session.
&quot; );var wm....&quot;

Have you got any ideas on what could be missing?</description>
		<content:encoded><![CDATA[<p>I tried to download the source. I copied the plug-ins from the runtime.rwt folder into my workspace and removed the original ones from my run configuration. There were around 4 compile errors but i tried to fix them by adding a few methods to the ITreeAdapter interface and implement them (without understanding the logic in them completely though).<br />
Sadly i end up with something like this:<br />
&#8220;Could not evaluate javascript response:</p>
<p>SyntaxError: illegal character</p>
<p>###BEGIN_JSON###<br />
{<br />
&#8230;;org.eclipse.swt.Request.getInstance().setTimeoutPage( &#8221;</p>
<p>The server session timed out.</p>
<p>Please click here to restart the session.<br />
&#8221; );var wm&#8230;.&#8221;</p>
<p>Have you got any ideas on what could be missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Klamer</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-5175</link>
		<dc:creator>Jeff Klamer</dc:creator>
		<pubDate>Sat, 23 Oct 2010 06:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-5175</guid>
		<description>Hello. I am looking for someone who can take a digital game written using Java and make it playable on the iPad.
Please email me at: jklamer@att.net if you might be of assistance. Thank you.</description>
		<content:encoded><![CDATA[<p>Hello. I am looking for someone who can take a digital game written using Java and make it playable on the iPad.<br />
Please email me at: <a href="mailto:jklamer@att.net">jklamer@att.net</a> if you might be of assistance. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holger Staudacher</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-4364</link>
		<dc:creator>Holger Staudacher</dc:creator>
		<pubDate>Sun, 18 Jul 2010 08:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-4364</guid>
		<description>But translating Code into IPhone code it&#039;s against Apples License politics. So, with this you can&#039;t put your app in the AppStore.</description>
		<content:encoded><![CDATA[<p>But translating Code into IPhone code it&#8217;s against Apples License politics. So, with this you can&#8217;t put your app in the AppStore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Maidanski</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-4363</link>
		<dc:creator>Ivan Maidanski</dc:creator>
		<pubDate>Sun, 18 Jul 2010 08:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-4363</guid>
		<description>Another way to develop in Java for iPhone/iPad is to translate Java application to C by some tool (e.g., JCGO). But the question is: SWT supports Cocoa on Mac OS X, is it hard to port SWT to iPhone/iPad?</description>
		<content:encoded><![CDATA[<p>Another way to develop in Java for iPhone/iPad is to translate Java application to C by some tool (e.g., JCGO). But the question is: SWT supports Cocoa on Mac OS X, is it hard to port SWT to iPhone/iPad?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://eclipsesource.com/blogs/2010/06/11/writing-ipadiphoneipod-applications-with-swt/comment-page-1/#comment-4261</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Thu, 24 Jun 2010 22:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=4328#comment-4261</guid>
		<description>means.... we can&#039;t use this to write an offline apps, right ?...</description>
		<content:encoded><![CDATA[<p>means&#8230;. we can&#8217;t use this to write an offline apps, right ?&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

