<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/java/tags/SPOT</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 05:01:16 GMT</pubDate>
<item>
<title>(Java) Sun SPOT read bundled file as resource - javapda</title>
<link>http://snipplr.com/view/3113/sun-spot-read-bundled-file-as-resource/</link>
<description><![CDATA[ <p>Shows reading a file bundled with a Sun SPOT application.
The file, called winners.txt contains the following 2 lines:
Walker
Griffin
-----------------------------------------------------------
The output would include:
NameOfFile=/winners.txt
line=Walker
line=Griffin</p> ]]></description>
<pubDate>Sun, 01 Jul 2007 22:35:13 GMT</pubDate>
<guid>http://snipplr.com/view/3113/sun-spot-read-bundled-file-as-resource/</guid>
</item>
<item>
<title>(Java) Sun SPOT getting properties from MANIFEST.MF - javapda</title>
<link>http://snipplr.com/view/3112/sun-spot-getting-properties-from-manifestmf/</link>
<description><![CDATA[ <p>Shows how to access properties in the resources/META-INF/MANIFEST.MF file.
Presumably this file would have an entry like the following:
NameOfFile: winners.txt
The following code accesses this property at runtime from within the MIDlet and prints it to the console.</p> ]]></description>
<pubDate>Sun, 01 Jul 2007 22:18:43 GMT</pubDate>
<guid>http://snipplr.com/view/3112/sun-spot-getting-properties-from-manifestmf/</guid>
</item>
<item>
<title>(Java) Sun SPOT First Post - javapda</title>
<link>http://snipplr.com/view/3111/sun-spot-first-post/</link>
<description><![CDATA[ <p>When you write an Application for a Sun SPOT you are at the very least writing something called a MIDlet...as in javax.microedition.midlet.MIDlet.  This may look familiar to people who have done J2ME development.</p> ]]></description>
<pubDate>Sun, 01 Jul 2007 22:04:48 GMT</pubDate>
<guid>http://snipplr.com/view/3111/sun-spot-first-post/</guid>
</item>
</channel>
</rss>