<?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; NetBeans</title>
	<atom:link href="http://javablog.co.uk/category/netbeans/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</generator>
		<item>
		<title>Reducing Java Boilerplate</title>
		<link>http://javablog.co.uk/2009/10/20/reducing-java-boilerplate/</link>
		<comments>http://javablog.co.uk/2009/10/20/reducing-java-boilerplate/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 22:24:38 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/?p=187</guid>
		<description><![CDATA[One of the darker sides of Java is the boilerplate; lines and lines of boring, repetitious and ugly boilerplate. In this post, we show how to reduce/hide boilerplate and increase the readability of your Java code under the following circumstances: argument checking, with exception throwing equals and hashCode providing getters and setters (the JavaBean pattern) [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2009/10/20/reducing-java-boilerplate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Experimental Java Hints in NetBeans</title>
		<link>http://javablog.co.uk/2009/10/19/experimental-java-hints-in-netbeans/</link>
		<comments>http://javablog.co.uk/2009/10/19/experimental-java-hints-in-netbeans/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:05:37 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2009/10/19/experimental-java-hints-in-netbeans/</guid>
		<description><![CDATA[Users of NetBeans can now install the developer&#8217;s Experimental Java Hints in the plugin menu. These are hints that will highlight regions of code with a suggested change. Among others, the package for Netbeans 6.7 will enable hints to:- Better support for static imports issue 89258 Auto-generate serialVersionUID data member and value issue 70746 For [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2009/10/19/experimental-java-hints-in-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>NetBeans 6.1 Beta</title>
		<link>http://javablog.co.uk/2008/03/18/netbeans-61-beta/</link>
		<comments>http://javablog.co.uk/2008/03/18/netbeans-61-beta/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 08:45:43 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2008/03/18/netbeans-61-beta/</guid>
		<description><![CDATA[I recently switched to NetBeans 6.0 (from Eclipse) and it was a very nice experience. Profiling is completely integrated (on all platforms), J2ME and webapp support is awesome and NetBeans uses ant for building projects&#8230; so we got a headless builder for free. However, there were some problems that made me unable to poke the [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2008/03/18/netbeans-61-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>J2ME Development on OS X, revisited</title>
		<link>http://javablog.co.uk/2008/01/17/j2me-development-on-os-x-revisited/</link>
		<comments>http://javablog.co.uk/2008/01/17/j2me-development-on-os-x-revisited/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 13:55:52 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EclipseME]]></category>
		<category><![CDATA[J2ME]]></category>
		<category><![CDATA[JSR-82]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MIDlets]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Signing]]></category>
		<category><![CDATA[cross-platform]]></category>

		<guid isPermaLink="false">http://javablog.co.uk/2008/01/17/j2me-development-on-os-x-revisited/</guid>
		<description><![CDATA[UPDATE: SINCE THIS POST WAS WRITTEN SUN HAVE RELEASED Java Platform Micro Edition Software Development Kit 3.0 for Mac OS. PLEASE USE IT INSTEAD OF THESE INSTRUCTIONS IF YOU HAVE AN INTEL APPLE. Some time ago, I posted a tutorial for setting up a J2ME development environment on OS X. Since then, EclipseME has not [...]]]></description>
		<wfw:commentRss>http://javablog.co.uk/2008/01/17/j2me-development-on-os-x-revisited/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
