<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>blog.stringtree.org &#187; Friki</title>
	<atom:link href="http://blog.stringtree.org/category/projects/friki/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stringtree.org</link>
	<description>Stringtree Development News</description>
	<lastBuildDate>Wed, 01 Oct 2008 14:21:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.3" -->
		<copyright>Copyright &#xA9; 2010 blog.stringtree.org </copyright>
		<managingEditor>blog@stringtree.org (Frank Carver)</managingEditor>
		<webMaster>blog@stringtree.org (Frank Carver)</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
<br />
<b>Warning</b>:  htmlentities() expects at most 3 parameters, 4 given in <b>/home/string4/public_html/blog/wp-content/plugins/podpress/podpress_feed_functions.php</b> on line <b>31</b><br />
		<itunes:keywords></itunes:keywords>
<br />
<b>Warning</b>:  htmlentities() expects at most 3 parameters, 4 given in <b>/home/string4/public_html/blog/wp-content/plugins/podpress/podpress_feed_functions.php</b> on line <b>31</b><br />
		<itunes:subtitle></itunes:subtitle>
<br />
<b>Warning</b>:  htmlentities() expects at most 3 parameters, 4 given in <b>/home/string4/public_html/blog/wp-content/plugins/podpress/podpress_feed_functions.php</b> on line <b>31</b><br />
		<itunes:summary></itunes:summary>
		<itunes:author>Frank Carver</itunes:author>
		<itunes:category text="Technology">
	<itunes:category text="Software How-To"/>
</itunes:category>
		<itunes:owner>
			<itunes:name>Frank Carver</itunes:name>
			<itunes:email>blog@stringtree.org</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://stringtree.org/images/lawnchair-300.jpg" />
		<image>
			<url>http://stringtree.org/images/lawnchair-144.jpg</url>
			<title>blog.stringtree.org</title>
			<link>http://blog.stringtree.org</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Is it time for Java 5?</title>
		<link>http://blog.stringtree.org/2008/09/20/is-it-time-for-java-5/</link>
		<comments>http://blog.stringtree.org/2008/09/20/is-it-time-for-java-5/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 19:59:00 +0000</pubDate>
		<dc:creator>Stringtree</dc:creator>
				<category><![CDATA[Friki]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HTTPClient]]></category>
		<category><![CDATA[Inkling]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Mojasef]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Templater]]></category>
		<category><![CDATA[autoboxing]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[generics]]></category>
		<category><![CDATA[iterable]]></category>
		<category><![CDATA[Java 1.4]]></category>
		<category><![CDATA[Java 5]]></category>
		<category><![CDATA[varargs]]></category>

		<guid isPermaLink="false">http://blog.stringtree.org/?p=25</guid>
		<description><![CDATA[A major goal of the Stringtree software project has always been to be as compatible as possible with all the software people are using for their Java development. Naturally that also includes whatever Java version is being used.
For a long time I interpreted this goal as implying that all Stringtree code should run on all [...]]]></description>
			<content:encoded><![CDATA[<p>A major goal of the Stringtree software project has always been to be as compatible as possible with all the software people are using for their Java development. Naturally that also includes whatever Java version is being used.</p>
<p>For a long time I interpreted this goal as implying that all Stringtree code should run on all Java versions from Java 1.2 onwards. Java 1.4, however, introduced some compelling new features including built-in regular-expression handling. For a few years I still tried to ensure that most code was still 1.2-compatible (for example by using Ant to swap in a third-party regular-expression library while building a jar file), while also providing a Java 1.4 version. Eventually, use of Java versions prior to 1.4 declined enough that I felt comfortable removing the complicated pre-1.4 version.</p>
<p>For the last few years I have been very careful to keep all my Stringtree code compatible with all versions of Java from 1.4 upwards. Now, however, the pressure is building again to move over to Java 5. In my day-to-day coding I develop with Java 5 and make increasing use of Java 5 features such as the enhanced for loop, the Iterable interface, enums, generics, autoboxing, varargs and so on. It would be very nice to be able to update the Stringtree codebase to use these features too.</p>
<p>Occasionally a Java 5-specific detail has crept in to a Stringtree library, and I have soon received comments or emails pointing this out. I haven&#8217;t noticed this for a while, which might indicate either that I have been especially careful, or that I there are no longer any/many people developing with Stringtree code who are still limited to Java 1.4.</p>
<p>If you are reading this and you still require Java 1.4 support, please let me know. Likewise, if you have thrown off the shackles of 1.4 within the last year or so or are desperately hoping for a Java 5 Stringtree that would be good to know too.</p>
<p>Is it time for Java 5 yet?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stringtree.org/2008/09/20/is-it-time-for-java-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo Friki currently out of action</title>
		<link>http://blog.stringtree.org/2007/07/18/demo-friki-currently-out-of-action/</link>
		<comments>http://blog.stringtree.org/2007/07/18/demo-friki-currently-out-of-action/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 19:56:05 +0000</pubDate>
		<dc:creator>Stringtree</dc:creator>
				<category><![CDATA[Friki]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://blog.stringtree.org/2007/07/18/demo-friki-currently-out-of-action/</guid>
		<description><![CDATA[I have just been informed by my hosting provider that they have had to disable the Java support on the server running the example Friki. Apparently this is due to too many applications from different users clogging up the stderr logs. I won&#8217;t be able to re-enable Friki until I have ensured that it does [...]]]></description>
			<content:encoded><![CDATA[<p>I have just been informed by my hosting provider that they have had to disable the Java support on the server running the example Friki. Apparently this is due to too many applications from different users clogging up the stderr logs. I won&#8217;t be able to re-enable Friki until I have ensured that it does not log anything to stderr.</p>
<p>In practice I have not touched the Friki code in ages, and the demo installation was filling up with Wiki spam, so I might take this opportunity to bring Friki into line with current Stringtree practice.</p>
<p>Sorry if you were looking for a demo, but I&#8217;ll announce here when it is back again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stringtree.org/2007/07/18/demo-friki-currently-out-of-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friki on the WikiMatrix</title>
		<link>http://blog.stringtree.org/2005/12/16/friki-on-the-wikimatrix/</link>
		<comments>http://blog.stringtree.org/2005/12/16/friki-on-the-wikimatrix/#comments</comments>
		<pubDate>Fri, 16 Dec 2005 19:59:43 +0000</pubDate>
		<dc:creator>Stringtree</dc:creator>
				<category><![CDATA[Friki]]></category>

		<guid isPermaLink="false">http://blog.stringtree.org/2005/12/16/friki-on-the-wikimatrix/</guid>
		<description><![CDATA[There&#8217;s a new wiki comparison web site wikimatrix.org. I got an email from the organizers asking if I would like to add Friki to their list, and I happily did so. The list is filling up nicely (you can find the detals for Friki here), and has already prompted me to think about if/how I [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a new wiki comparison web site <a href='http://www.wikimatrix.org/'>wikimatrix.org</a>. I got an email from the organizers asking if I would like to add Friki to their list, and I happily did so. The list is filling up nicely (you can find the detals for Friki <a href='http://www.wikimatrix.org/detail.php?w_id=21'>here</a>), and has already prompted me to think about if/how I can add some of the other popular features to Friki.</p>
<p>While you&#8217;re at their site, don&#8217;t forget to check out their <a href='http://www.wikimatrix.org/forum/index.php'>discussion forum</a>, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stringtree.org/2005/12/16/friki-on-the-wikimatrix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
