<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.fiercedeveloper.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>J2ME</title>
 <link>http://www.fiercedeveloper.com/channel/j2me</link>
 <description></description>
 <language>en</language>
<item>
 <title>MIDP3 to nix pauseApp</title>
 <link>http://www.fiercedeveloper.com/story/midp3-to-nix-pauseapp/2007-06-19?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>
&lt;P&gt;The MIDP3 expert group is planning to deprecate the pauseApp() and, according to &lt;A href=&quot;http://weblogs.java.net/blog/sean_sheedy/archive/2007/06/message_from_mi.html&quot;&gt;Sean Sheedy&lt;/a&gt;, they want your input &quot;especially if you&#039;re negatively affected.&quot; (via &lt;A href=&quot;http://www.cenriqueortiz.com/weblog/JavaME%2C+J2ME/?permalink=MIDP3-Proposal-to-remove-the-MIDlet-pauseApp-lifecycle-method.html&quot;&gt;Enrique&#039;s blog&lt;/a&gt;)&lt;/p&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/midp3-to-nix-pauseapp/2007-06-19#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <pubDate>Tue, 19 Jun 2007 06:59:56 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">2041 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>Creating Web Services for mobile</title>
 <link>http://www.fiercedeveloper.com/story/creating-web-services-for-mobile/2007-05-29?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>
&lt;P&gt;NetBeans.org has posted a &lt;A href=&quot;http://www.netbeans.org/kb/55/mobile-dilbert.html&quot;&gt;tutorial&lt;/a&gt; that shows how to create a mobile application that queries a Web Service and manipulates the result. Naturally, the tutorial requires NetBeans 5.5. &lt;/p&gt;
&lt;P&gt;&amp;nbsp;&lt;/p&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/creating-web-services-for-mobile/2007-05-29#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <pubDate>Tue, 29 May 2007 06:59:56 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">2019 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>SavaJe lives on in JavaFX Mobile</title>
 <link>http://www.fiercedeveloper.com/story/savaje-lives-on-in-javafx-mobile/2007-05-15?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>
&lt;P&gt;&lt;IMG alt=&quot;&quot; hspace=10 src=&quot;http://static.fiercemarkets.com/public/newsletter/fiercedeveloper/eli_small.gif&quot; align=right vspace=3 border=0 /&gt;&lt;IMG src=&quot;http://static.fiercemarkets.com/public/newsletter/assets/editorscorner_big.gif&quot; border=0 /&gt;&lt;/p&gt;
&lt;P&gt;&lt;STRONG&gt;SavaJe lives on in JavaFX Mobile&lt;/strong&gt; &lt;BR /&gt;Sun is still making headlines with its announcement last week of &lt;A href=&quot;http://www.sun.com/software/javafx/&quot;&gt;JavaFX&lt;/a&gt;, a new family of Java-based products aimed at content creators complete with a slick, &lt;A href=&quot;http://www.pikesoft.com/blog/index.php?itemid=176&quot;&gt;iPhone-like demo&lt;/a&gt;. Sun is pushing the new technology as an alternative to cross-platform scripting languages like Flash, Apollo, Silverlight and, to some degree, AJAX. &lt;/p&gt;
&lt;P&gt;The initial launch is comprised of two products: The &lt;A href=&quot;http://www.sun.com/software/javafx/script/index.jsp&quot;&gt;JavaFX Script&lt;/a&gt;, which is the core language for JavaFX, and &lt;A href=&quot;http://www.sun.com/software/javafx/mobile/index.jsp&quot;&gt;JavaFX Mobile&lt;/a&gt;, the mobile runtime environment. &lt;/p&gt;
&lt;P&gt;JavaFX Script has actually been discussed in public for several months now under the codename &lt;A href=&quot;http://blogs.sun.com/chrisoliver/entry/f3&quot;&gt;F3&lt;/a&gt;. Sun&#039;s Chris Oliver has F3 examples of &lt;A href=&quot;http://blogs.sun.com/chrisoliver/entry/interactive_f3_tutorial&quot;&gt;2D graphics&lt;/a&gt; and &lt;A href=&quot;http://blogs.sun.com/chrisoliver/entry/%22flash-like%22_effects&quot;&gt;&quot;Flash-like&quot; effects&lt;/a&gt; as well as further technical details on &lt;A href=&quot;http://blogs.sun.com/chrisoliver/&quot;&gt;his blog&lt;/a&gt;.&lt;/p&gt;
&lt;P&gt;&lt;A href=&quot;http://www.sun.com/software/javafx/&quot;&gt;&lt;IMG alt=&quot;JavaFX Mobile&quot; hspace=3 src=&quot;http://static.fiercemarkets.com/public/newsletter/fiercedeveloper/features/javafxmobile.gif&quot; align=right vspace=3 border=0 /&gt;&lt;/a&gt;JavaFX Mobile is more than just a scripting language--thanks to technology acquired form SavaJe it is essentially an entire Java- and Linux-based open-source operating system. The CDC Java runtime targets high-end phones, though Sun plans to eventually release a version of JavaFX for CLDC phones as well. JavaFX Mobile runs J2ME apps and adds many standard Java APIs as well.&lt;/p&gt;
&lt;P&gt;GUI development tools are still under construction, but JavaFX&#039;s simple, declarative language structure should make it pretty easy. The JavaFX scripting language also has some other nice features for developers, like the ability to directly embed HTML in a string and the dynamic execution of code (see &lt;A href=&quot;https://openjfx.dev.java.net/Getting_Started_With_JavaFX.html&quot;&gt;Getting Started&lt;/a&gt; for more).&lt;/p&gt;
&lt;P&gt;Learn More: &lt;/p&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href=&quot;https://openjfx.dev.java.net/&quot;&gt;OpenJFX&lt;/a&gt;&amp;nbsp;- the JavaFX scripting language 
&lt;/li&gt;&lt;LI&gt;&lt;A href=&quot;https://openjfx.dev.java.net/JavaFX_FAQ.html&quot;&gt;JavaFX FAQ&lt;/a&gt; 
&lt;/li&gt;&lt;LI&gt;Commentary: &lt;A href=&quot;http://www.scruffles.net/blog/2007/05/javafx-in-perspective.html&quot;&gt;JavaFX in perspective&lt;/a&gt;,&amp;nbsp;&lt;A href=&quot;http://blog.landspurg.net/javafx-the-missed-opportunity-from-sun&quot;&gt;JavaFX: the missed opportunity&lt;/a&gt;, &lt;A href=&quot;http://www.internetnews.com/dev-news/article.php/3676226&quot;&gt;Is JavaFX the end of AJAX?&lt;/a&gt;, &lt;A href=&quot;http://beust.com/weblog/archives/000446.html&quot;&gt;The JavaFX disaster&lt;/a&gt;,&lt;/li&gt;&lt;/ul&gt;
&lt;P&gt;- &lt;A href=&quot;mailto:eli@fiercedeveloper.com&quot;&gt;Eli&lt;/a&gt;&lt;/p&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/savaje-lives-on-in-javafx-mobile/2007-05-15#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <category domain="http://www.fiercedeveloper.com/channel/platform">Platform</category>
 <category domain="http://www.fiercedeveloper.com/channel/tools">Tools</category>
 <pubDate>Tue, 15 May 2007 06:59:59 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">1999 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>New JP-7 phones from Sony Ericsson</title>
 <link>http://www.fiercedeveloper.com/story/new-jp-7-phones-from-sony-ericsson/2007-05-15?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>
&lt;P&gt;&lt;A href=&quot;http://developer.sonyericsson.com/site/global/products/phonegallery/s500/p_s500.jsp&quot;&gt;&lt;IMG alt=&quot;SE S500&quot; hspace=3 src=&quot;http://static.fiercemarkets.com/public/newsletter/fiercedeveloper/features/s500.gif&quot; align=right vspace=3 border=0 /&gt;&lt;/a&gt; &lt;A href=&quot;http://developer.sonyericsson.com/site/global/products/phonegallery/t650/p_t650.jsp&quot;&gt;&lt;IMG alt=&quot;SE T650&quot; hspace=3 src=&quot;http://static.fiercemarkets.com/public/newsletter/fiercedeveloper/features/t650.gif&quot; align=right vspace=3 border=0 /&gt;&lt;/a&gt;Sony Ericsson has announced two new &lt;A href=&quot;http://developer.sonyericsson.com/site/global/newsandevents/latestnews/newsmar06/p_new_javaplatform7.jsp&quot;&gt;Java Platform 7&lt;/a&gt; (JP-7) phones: the &lt;A href=&quot;http://developer.sonyericsson.com/site/global/products/phonegallery/s500/p_s500.jsp&quot;&gt;S500&lt;/a&gt; (shown far right) and &lt;A href=&quot;http://developer.sonyericsson.com/site/global/products/phonegallery/t650/p_t650.jsp&quot;&gt;T650&lt;/a&gt;. JP-7 is a Sony Ericsson standard that incorporates a variety of useful APIs like the Mobile 3D Graphics API for Java ME (JSR 184) and the advanced camera features of&amp;nbsp; JSR 234.&amp;nbsp;&lt;/p&gt;
&lt;P&gt;The S500 will be available during Q2 2007 and T650 during Q3 2007.&lt;/p&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/new-jp-7-phones-from-sony-ericsson/2007-05-15#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <pubDate>Tue, 15 May 2007 06:59:57 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">2002 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>JavaOne for mobile developers</title>
 <link>http://www.fiercedeveloper.com/story/javaone-for-mobile-developers/2007-05-08?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>
&lt;P&gt;&lt;IMG alt=&quot;&quot; hspace=10 src=&quot;http://static.fiercemarkets.com/public/newsletter/fiercedeveloper/eli_small.gif&quot; align=right vspace=3 border=0 /&gt;&lt;STRONG&gt;&lt;IMG height=29 src=&quot;http://static.fiercemarkets.com/public/newsletter/assets/editors_corner_small.gif&quot; width=136 border=0 /&gt;&lt;/strong&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;JavaOne for mobile developers&lt;/strong&gt;&lt;BR /&gt;I&#039;m holding out for good news from Sun regarding the SavaJe Mobile Platform. I&#039;ve written about the SavaJe saga before, but this week we should finally learn what Sun has in store for the breakthrough mobile Java platform. There&#039;s some speculation a relaunched SavaJe Jasper S20 will again be Device of the Show, though I&#039;d imagine it will have a new name.&lt;/p&gt;
&lt;P&gt;Sun&#039;s Terrence Barr posted a &lt;A href=&quot;http://weblogs.java.net/blog/terrencebarr/archive/2007/04/your_java_me_gu.html&quot;&gt;semi-official J2ME guide for JavaOne&lt;/a&gt;, but I&#039;d also like to draw special attention to two presentations: &lt;/p&gt;
&lt;UL&gt;
&lt;LI&gt;Akhil Arora and Vincent Hardy are talking about AJAX and Java ME on Wednesday at 6:35 pm (see the Sun &lt;A href=&quot;http://developers.sun.com/techtopics/mobility/midp/luminaries/akhilarora/&quot;&gt;interview&lt;/a&gt; for more). 
&lt;/li&gt;&lt;LI&gt;
&lt;P&gt;Pia Niemela, Stephen Lewontin and Jean-Yves Bitterlich are presenting &quot;Web Services to Go: Mobile Access to Web Services with JSRs 279 and 280&quot; today, Tuesday, at 4:40 pm.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;P&gt;- &lt;A href=&quot;mailto:eli@fiercedeveloper.com&quot;&gt;Eli&lt;/a&gt;&lt;/p&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/javaone-for-mobile-developers/2007-05-08#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <pubDate>Tue, 08 May 2007 06:59:59 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">1990 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>Tira Jump 2007</title>
 <link>http://www.fiercedeveloper.com/story/tira-jump-2007/2007-04-24?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>&lt;P&gt;&lt;A href=&quot;http://www.tirawireless.com/index.asp&quot;&gt;Tira Wireless&lt;/A&gt; this morning &lt;A href=&quot;http://www.tirawireless.com/news/release_24apr07.asp&quot;&gt;announced&lt;/A&gt; the latest version of its Jump platform for content development. Jump 2007&#039;s aims to make developers lives easier by focusing on code re-use and collaboration. Jump 2007 lets developers package common fixes for device incompatibilities and other patterns into Jumplets, tiny components that can be resused again and again. &lt;/P&gt;
&lt;P&gt;Jump 2007 will ship by mid-May and is available as a yearly subscription service or with a transaction fee. Jump has traditionally been popular with large media companies, but Tira is trying to draw in smaller content creators with hosted options and more flexible licensing.&lt;/P&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/tira-jump-2007/2007-04-24#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <category domain="http://www.fiercedeveloper.com/channel/platform">Platform</category>
 <category domain="http://www.fiercedeveloper.com/tags/tira-wireless">Tira wireless</category>
 <category domain="http://www.fiercedeveloper.com/channel/tools">Tools</category>
 <pubDate>Mon, 23 Apr 2007 20:01:38 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">1970 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>Networking with MIDlets</title>
 <link>http://www.fiercedeveloper.com/story/networking-with-midlets/2007-04-24?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>&lt;P&gt;Qusay Mahmoud has a post on his java.net blog about &lt;A href=&quot;http://weblogs.java.net/blog/qmahmoud/archive/2007/04/networking_midl.html&quot;&gt;MIDlets that access networking&lt;/A&gt; (and how to handle blocking calls). It&#039;s a quick read, but addresses a common problem: long running tasks that block the user interface.&lt;/P&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/networking-with-midlets/2007-04-24#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <pubDate>Mon, 23 Apr 2007 20:01:36 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">1966 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>MSA defines Next-gen J2ME</title>
 <link>http://www.fiercedeveloper.com/story/msa-defines-next-gen-j2me/2007-04-10?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>&lt;P&gt;&lt;IMG src=&quot;http://static.fiercemarkets.com/public/newsletter/assets/editorscorner_big.gif&quot; border=0&gt;&lt;IMG alt=&quot;&quot; hspace=10 src=&quot;http://static.fiercemarkets.com/public/newsletter/fiercedeveloper/eli_small.gif&quot; align=right vspace=3 border=0&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;J2ME&#039;s Mobile Services Architecture&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;A few weeks ago I wrote about the &lt;A href=&quot;http://www.fiercedeveloper.com/story/sony-ericsson-announces-msa-compliant-phone/2007-03-27&quot;&gt;Sony Ericsson Z750&lt;/A&gt;, which is apparently the first mass market device to fully support the Mobile Services Architecture (MSA) standard. But what is MSA?&lt;/P&gt;
&lt;P&gt;MSA is an attempt to define a standard platform of APIs developers can rely upon. MSA for CLDC phones is defined in &lt;A href=&quot;http://jcp.org/en/jsr/detail?id=248&quot;&gt;JSR 248&lt;/A&gt;, which states, &quot;There is a need to have a single expert group select the relevant technologies for a single specification for the purposes of defining primarily CLDC based mobile handset platform for the wireless industry. In addition, this specification will provide continual architectural consistency, focus, and direction to this collection of efforts for J2ME.&quot; In other words, MSA is aimed at one of the J2ME developers&#039; biggest headaches: API fragmentation and inconsistencies.&lt;/P&gt;
&lt;P&gt;Current mobile devices generally abide by the &lt;A href=&quot;http://java.sun.com/products/jtwi/&quot;&gt;Java Technology for the Wireless Industry&lt;/A&gt; (JTWI, or JSR 185) to define the baseline of Java support. Unfortunately, JTWI doesn&#039;t leave much to work with; the standard only requires three technologies: CLDC 1.0, MIDP 2.0 and WMA 1.1.&lt;/P&gt;
&lt;P&gt;MSA, on the other hand, requires nearly two dozen JSRs ranging from CLDC 1.1 to Mobile 3D Graphics API 1.1. Sun has more details on MSA&#039;s requirements in &lt;A href=&quot;http://developers.sun.com/techtopics/mobility/midp/articles/msaintro/&quot;&gt;this introduction&lt;/A&gt;&amp;nbsp;and this &lt;A href=&quot;http://java.sun.com/javame/reference/docs/msa_datasheet.pdf&quot;&gt;datasheet (.pdf)&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;So far Sony Ericsson&#039;s HSDPA &lt;A href=&quot;http://developer.sonyericsson.com/site/global/products/phonegallery/z750/p_z750.jsp&quot;&gt;Z750&lt;/A&gt; is the only public device to support MSA that I&#039;m aware of, but it is only a matter of time: the expert group that defined the standard included members from Nokia, BenQ, RIM, T-Mobile, Cingular, Motorola, Vodafone and more.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;P.S.&lt;/STRONG&gt; Continue to send your &lt;A href=&quot;mailto:eli@fiercedeveloper.com&quot;&gt;feedback&lt;/A&gt; on the new newsletter layout--it&#039;s still a work in progress. -&lt;A href=&quot;mailto:eli@fiercedeveloper.com&quot;&gt;Eli&lt;/A&gt;&lt;/P&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/msa-defines-next-gen-j2me/2007-04-10#comments</comments>
 <category domain="http://www.fiercedeveloper.com/tags/cingular">Cingular</category>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <category domain="http://www.fiercedeveloper.com/tags/java">Java</category>
 <category domain="http://www.fiercedeveloper.com/tags/sony-ericsson">Sony Ericsson</category>
 <category domain="http://www.fiercedeveloper.com/tags/t-mobile">T-Mobile</category>
 <category domain="http://www.fiercedeveloper.com/tags/vodafone">Vodafone</category>
 <pubDate>Mon, 09 Apr 2007 20:01:39 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">1939 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>JavaME unit testing frameworks</title>
 <link>http://www.fiercedeveloper.com/story/javame-unit-testing-frameworks/2007-04-10?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>&lt;P&gt;The &lt;A href=&quot;http://blog.emptyway.com/2007/04/05/comparison-of-java-me-unit-testing-frameworks/&quot;&gt;Empty Way blog&lt;/A&gt; posted a comparison of the three big unit testing frameworks for JavaME developers: J2MEUnit, JMUnit and Sony Ericsson&#039;s Mobile JUnit. All three are based on the popular desktop JUnit framework and provide similar assertions and helper methods to make tests easy to write. Overall, JMUnit appears to have the best feature set while Sony Ericsson&#039;s offering provides the best JUnit emulation.&lt;/P&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/javame-unit-testing-frameworks/2007-04-10#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <category domain="http://www.fiercedeveloper.com/tags/sony-ericsson">Sony Ericsson</category>
 <pubDate>Mon, 09 Apr 2007 20:01:36 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">1935 at http://www.fiercedeveloper.com</guid>
</item>
<item>
 <title>BlackBerry adds new Java APIs</title>
 <link>http://www.fiercedeveloper.com/story/blackberry-adds-new-java-apis/2007-04-03?utm_medium=rss&amp;utm_source=rss&amp;cmp-id=OTC-RSS-FD0</link>
 <description>&lt;P&gt;RIM has &lt;A href=&quot;http://www.blackberry.com/news/press/2007/pr-27_03_2007-01.shtml&quot;&gt;announced&lt;/A&gt; a selection of &lt;STRONG&gt;new Java APIs for BlackBerry developers&lt;/STRONG&gt;. New features include better multimedia and graphics support (JSR 135, 184 and 226), XML and Web Services support and proprietary BlackBerry camera and mapping APIs.&lt;/P&gt;

</description>
 <comments>http://www.fiercedeveloper.com/story/blackberry-adds-new-java-apis/2007-04-03#comments</comments>
 <category domain="http://www.fiercedeveloper.com/channel/blackberry">Blackberry</category>
 <category domain="http://www.fiercedeveloper.com/channel/j2me">J2ME</category>
 <category domain="http://www.fiercedeveloper.com/tags/java">Java</category>
 <category domain="http://www.fiercedeveloper.com/tags/rim">RIM</category>
 <pubDate>Mon, 02 Apr 2007 20:01:38 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">1922 at http://www.fiercedeveloper.com</guid>
</item>
</channel>
</rss>
