<?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: Core Java on iPhone</title>
	<atom:link href="http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/</link>
	<description>On Mobility, Computing and Life</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:49:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jay Freeman (saurik)</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10709</link>
		<dc:creator>Jay Freeman (saurik)</dc:creator>
		<pubDate>Sat, 22 Dec 2007 03:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10709</guid>
		<description>Oh, just to be more clear: you can write &quot;native&quot; iPhone applications in Java/JavaScript, as in, that work exactly like built-in applications and operate on the same library. This is due to my JocStrap library, that connects Java to Objective-C.

If anyone needs more support than what JocStrap currently provides (which is a number of frameworks including WebKit, Celestial, and UIKit), I&#039;d be happy to either activate it or fix it. ;P</description>
		<content:encoded><![CDATA[<p>Oh, just to be more clear: you can write &#8220;native&#8221; iPhone applications in Java/JavaScript, as in, that work exactly like built-in applications and operate on the same library. This is due to my JocStrap library, that connects Java to Objective-C.</p>
<p>If anyone needs more support than what JocStrap currently provides (which is a number of frameworks including WebKit, Celestial, and UIKit), I&#8217;d be happy to either activate it or fix it. ;P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Freeman (saurik)</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10708</link>
		<dc:creator>Jay Freeman (saurik)</dc:creator>
		<pubDate>Sat, 22 Dec 2007 02:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10708</guid>
		<description>The answer to when you can run Java applications on your iPhone is immediately, and for the last week or two ;P.

If you add the repository http://apptapp.saurik.com/ to Installer.app and install a bunch of stuff you will be able to write _graphical_ applications for your iPhone in either Java or JavaScript (thanks to Rhino, and some extra work I put in to JocStrap).

There are also a couple example applications in there: HelloJava and HelloScript. Both include their source code so you can see how they work.

If anyone needs help, send me an e-mail; my contact info is on my website. I also hang out on #iphone on irc.saurik.com, if anyone wants to come and ask questions.

There will probably be a separate website soon for my JocStrap project, and some tutorials of how to write applications now that development isn&#039;t so hectic ;P.</description>
		<content:encoded><![CDATA[<p>The answer to when you can run Java applications on your iPhone is immediately, and for the last week or two ;P.</p>
<p>If you add the repository <a href="http://apptapp.saurik.com/" rel="nofollow">http://apptapp.saurik.com/</a> to Installer.app and install a bunch of stuff you will be able to write _graphical_ applications for your iPhone in either Java or JavaScript (thanks to Rhino, and some extra work I put in to JocStrap).</p>
<p>There are also a couple example applications in there: HelloJava and HelloScript. Both include their source code so you can see how they work.</p>
<p>If anyone needs help, send me an e-mail; my contact info is on my website. I also hang out on #iphone on irc.saurik.com, if anyone wants to come and ask questions.</p>
<p>There will probably be a separate website soon for my JocStrap project, and some tutorials of how to write applications now that development isn&#8217;t so hectic ;P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Herron</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10543</link>
		<dc:creator>David Herron</dc:creator>
		<pubDate>Tue, 18 Dec 2007 17:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10543</guid>
		<description>Yes, Robert, I agree the situation as it stands is not ideal.</description>
		<content:encoded><![CDATA[<p>Yes, Robert, I agree the situation as it stands is not ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Lougher</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10541</link>
		<dc:creator>Robert Lougher</dc:creator>
		<pubDate>Tue, 18 Dec 2007 17:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10541</guid>
		<description>I should also add that in the absence of the JCK, the open-source community has been working on Mauve.  This is a collaborative effort to write a free test suite for the Java™ class libraries :

http://sources.redhat.com/mauve/

JamVM and GNU Classpath are regularly ran against Mauve.  The results can be found on comp.java.classpath.testresults :

http://news.gmane.org/gmane.comp.java.classpath.testresults

Or directly from GNU Classpath&#039;s official autobuilder and regression tester:

http://builder.classpath.org/</description>
		<content:encoded><![CDATA[<p>I should also add that in the absence of the JCK, the open-source community has been working on Mauve.  This is a collaborative effort to write a free test suite for the Java™ class libraries :</p>
<p><a href="http://sources.redhat.com/mauve/" rel="nofollow">http://sources.redhat.com/mauve/</a></p>
<p>JamVM and GNU Classpath are regularly ran against Mauve.  The results can be found on comp.java.classpath.testresults :</p>
<p><a href="http://news.gmane.org/gmane.comp.java.classpath.testresults" rel="nofollow">http://news.gmane.org/gmane.comp.java.classpath.testresults</a></p>
<p>Or directly from GNU Classpath&#8217;s official autobuilder and regression tester:</p>
<p><a href="http://builder.classpath.org/" rel="nofollow">http://builder.classpath.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Lougher</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10540</link>
		<dc:creator>Robert Lougher</dc:creator>
		<pubDate>Tue, 18 Dec 2007 16:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10540</guid>
		<description>Regarding compatibility.  It is using JamVM 1.5.0 with GNU Classpath 0.96.1.

JamVM 1.5.0 implements the publically available Java Virtual Machine Specification Second Edition, and the JNI specification, including additions up to JDK 1.5.

GNU Classpath 0.96.1 aims for 100% compatibility with JDK 1.5 but it isn&#039;t complete.  Its API compatibility is tested by Japitools, and the results are publically available:

Against JDK 1.4 (92.63%) :

http://www.kaffe.org/~stuart/japi/htmlout/h-jdk14-classpath.html

Against JDK 1.5 (88.33%) :

http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath.html

However, neither JamVM or GNU Classpath has been tested against, let alone passed, the Java Compatibility Kit (JCK).  This is required for certification and to be &quot;Java Compatible&quot;.

Having said that, Sun have not made the JCK available to open-source projects so it&#039;s hardly surprising that they haven&#039;t been tested against it.

With the release of OpenJDK, Sun have announced a new license for the JCK (OpenJDK Community TCK license):

http://www.infoq.com/news/2007/08/openjdk-jck

However, to qualify for access to the compatibility tests the project must be &quot;substantially derived&quot; from the OpenJDK itself.  This means the JamVM/GNU Classpath combination would still not be able to be tested as both are clean-room implementations and are in no way derived from OpenJDK.</description>
		<content:encoded><![CDATA[<p>Regarding compatibility.  It is using JamVM 1.5.0 with GNU Classpath 0.96.1.</p>
<p>JamVM 1.5.0 implements the publically available Java Virtual Machine Specification Second Edition, and the JNI specification, including additions up to JDK 1.5.</p>
<p>GNU Classpath 0.96.1 aims for 100% compatibility with JDK 1.5 but it isn&#8217;t complete.  Its API compatibility is tested by Japitools, and the results are publically available:</p>
<p>Against JDK 1.4 (92.63%) :</p>
<p><a href="http://www.kaffe.org/~stuart/japi/htmlout/h-jdk14-classpath.html" rel="nofollow">http://www.kaffe.org/~stuart/japi/htmlout/h-jdk14-classpath.html</a></p>
<p>Against JDK 1.5 (88.33%) :</p>
<p><a href="http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath.html" rel="nofollow">http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath.html</a></p>
<p>However, neither JamVM or GNU Classpath has been tested against, let alone passed, the Java Compatibility Kit (JCK).  This is required for certification and to be &#8220;Java Compatible&#8221;.</p>
<p>Having said that, Sun have not made the JCK available to open-source projects so it&#8217;s hardly surprising that they haven&#8217;t been tested against it.</p>
<p>With the release of OpenJDK, Sun have announced a new license for the JCK (OpenJDK Community TCK license):</p>
<p><a href="http://www.infoq.com/news/2007/08/openjdk-jck" rel="nofollow">http://www.infoq.com/news/2007/08/openjdk-jck</a></p>
<p>However, to qualify for access to the compatibility tests the project must be &#8220;substantially derived&#8221; from the OpenJDK itself.  This means the JamVM/GNU Classpath combination would still not be able to be tested as both are clean-room implementations and are in no way derived from OpenJDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod Ponmanadiyil</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10528</link>
		<dc:creator>Vinod Ponmanadiyil</dc:creator>
		<pubDate>Tue, 18 Dec 2007 11:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10528</guid>
		<description>Please note that this is not J2ME. So your old games etc still wont work.</description>
		<content:encoded><![CDATA[<p>Please note that this is not J2ME. So your old games etc still wont work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techblissonline Dot Com</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10525</link>
		<dc:creator>Techblissonline Dot Com</dc:creator>
		<pubDate>Tue, 18 Dec 2007 10:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10525</guid>
		<description>so when will we java apps on iphone?</description>
		<content:encoded><![CDATA[<p>so when will we java apps on iphone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Herron</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10500</link>
		<dc:creator>David Herron</dc:creator>
		<pubDate>Mon, 17 Dec 2007 22:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10500</guid>
		<description>Thank you for your correction.  Perhaps my vision on this is blinded a little by working inside the Java SE team.  To us the word &#039;Compatible&#039; when said like &#039;Java Compatible&#039; means that it has passed the testing which allows for certification.. namely, the Java TCK (JCK).  Doing some adhoc testing like &quot;it runs a few commands&quot; is like saying &quot;this code &#039;works&#039; for some definition of &#039;works&#039;&quot;.  I own an iPod Touch and would love to have Java on the thing.  But in my role as a Java SE team member I&#039;m very interested in knowing that when something claims to be &#039;Java&#039; that it really is &#039;Java&#039;.</description>
		<content:encoded><![CDATA[<p>Thank you for your correction.  Perhaps my vision on this is blinded a little by working inside the Java SE team.  To us the word &#8216;Compatible&#8217; when said like &#8216;Java Compatible&#8217; means that it has passed the testing which allows for certification.. namely, the Java TCK (JCK).  Doing some adhoc testing like &#8220;it runs a few commands&#8221; is like saying &#8220;this code &#8216;works&#8217; for some definition of &#8216;works&#8217;&#8221;.  I own an iPod Touch and would love to have Java on the thing.  But in my role as a Java SE team member I&#8217;m very interested in knowing that when something claims to be &#8216;Java&#8217; that it really is &#8216;Java&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod Ponmanadiyil</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10495</link>
		<dc:creator>Vinod Ponmanadiyil</dc:creator>
		<pubDate>Mon, 17 Dec 2007 21:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10495</guid>
		<description>The port apparently IS capable of running JSE 1.5 command line applications.</description>
		<content:encoded><![CDATA[<p>The port apparently IS capable of running JSE 1.5 command line applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod Ponmanadiyil</title>
		<link>http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/comment-page-1/#comment-10494</link>
		<dc:creator>Vinod Ponmanadiyil</dc:creator>
		<pubDate>Mon, 17 Dec 2007 21:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinodlive.com/2007/12/17/core-java-15-on-iphone/#comment-10494</guid>
		<description>Thanks David. I have made the corrections. Jay&#039;s project page though states about 1.5 core classes. I need to verify the version compatibility more further.</description>
		<content:encoded><![CDATA[<p>Thanks David. I have made the corrections. Jay&#8217;s project page though states about 1.5 core classes. I need to verify the version compatibility more further.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
