<?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/"
	>

<channel>
	<title>Javablog &#187; SUN</title>
	<atom:link href="http://javablog.co.uk/category/sun/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Mon, 04 Jan 2010 15:20:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Contributing to NetBeans</title>
		<link>http://javablog.co.uk/2009/04/11/contributing-to-netbeans/</link>
		<comments>http://javablog.co.uk/2009/04/11/contributing-to-netbeans/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 00:10:22 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[SUN]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=167</guid>
		<description><![CDATA[NetBeans is my IDE of choice and I was recently accepted as an approved contributor on the back of the Java Completion Excluder: Exclude classes from appearing in the code completer (such as sun.* and sunw.*) with method-level granularity. Example use case: java.lang.Object.{wait*, notify*, clone, finalize} have more appropriate alternatives so allow the user to [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2009/04/11/contributing-to-netbeans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making JNI cross platform</title>
		<link>http://javablog.co.uk/2007/05/19/making-jni-cross-platform/</link>
		<comments>http://javablog.co.uk/2007/05/19/making-jni-cross-platform/#comments</comments>
		<pubDate>Sat, 19 May 2007 11:18:45 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[JNI]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SUN]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2007/05/19/making-jni-cross-platform/</guid>
		<description><![CDATA[Recently I&#8217;ve had the pleasure of using the JNI to speed up some of our numerical code. Unfortunately, I encountered some cross-platform issues before writing a line of C&#8230; the name mapping for a library called NAME to a filename goes like this in System.loadLibrary:- Linux: libNAME.so Windows: NAME.dll Apple: libNAME.jnilib SUN: libNAME.so There is [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2007/05/19/making-jni-cross-platform/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
