<?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>ProNetBeans &#187; NetBeans</title>
	<atom:link href="http://pronetbeans.com/archives/category/netbeans/feed" rel="self" type="application/rss+xml" />
	<link>http://pronetbeans.com</link>
	<description>The source for learning NetBeans.</description>
	<lastBuildDate>Sat, 28 Apr 2012 00:51:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>NetBeans 7.1.2 Released</title>
		<link>http://pronetbeans.com/archives/474?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-1-2-released</link>
		<comments>http://pronetbeans.com/archives/474#comments</comments>
		<pubDate>Sat, 28 Apr 2012 00:18:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=474</guid>
		<description><![CDATA[The NetBeans team has released NetBeans IDE 7.1.2. It includes support for Oracle JDK 7u4 as well as an updated version of Ant (1.8.3). It included additional fixes and tweaks such as : - Improved Javadoc highlighting and formatting - Support for CSS3 - Code completion and documentation for new CSS3 elements - Support for [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/474/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming Amazon Beanstalk Support in NetBeans 7.2</title>
		<link>http://pronetbeans.com/archives/471?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upcoming-amazon-beanstalk-support-in-netbeans-7-2</link>
		<comments>http://pronetbeans.com/archives/471#comments</comments>
		<pubDate>Tue, 10 Apr 2012 00:50:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[beanstalk]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=471</guid>
		<description><![CDATA[I&#8217;m excited to review the pending changes to NetBeans 7.2 in the New and Noteworthy page and see that they are now having support for deploying web applications directly from the IDE to the Amazon Beanstalk service. From the IDE you can now: Register your Amazon Beanstalk account in the IDE Deploy your Web Applications [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/471/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Running PMD Against NetBeans Sources (Just the Editor)</title>
		<link>http://pronetbeans.com/archives/444?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=running-pmd-against-netbeans-sources-just-the-editor</link>
		<comments>http://pronetbeans.com/archives/444#comments</comments>
		<pubDate>Wed, 14 Mar 2012 21:51:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[PMD]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=444</guid>
		<description><![CDATA[While learning to write NetBeans plugins I have spent time browsing the entire NetBeans source code base I checked out of Mercurial (main-golden). During part of that I got curious about what kinds of results would show up from various static analysis tools. Out of coincidence I had EasyPMD installed. I went into NetBeans and [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/444/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing out the PMD Recommendation &#8220;Avoid Integer Instantiation&#8221;</title>
		<link>http://pronetbeans.com/archives/422?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-out-the-pmd-recommendation-avoid-integer-instantiation</link>
		<comments>http://pronetbeans.com/archives/422#comments</comments>
		<pubDate>Wed, 14 Mar 2012 04:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[netbenas]]></category>
		<category><![CDATA[PMD]]></category>
		<category><![CDATA[profiler]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=422</guid>
		<description><![CDATA[Lately I was running PMD against a large code base and while waiting got to re-reading some of the rulesets. It has actually been several years since I reviewed and tested the static analysis rulesets and wondered if they still applied given more modern hardware, newer versions of the JDK 1.6 and 1.7, and better [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/422/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration – Part 06</title>
		<link>http://pronetbeans.com/archives/413?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-a-netbeans-plugin-for-atlassian-bamboo-continuous-integration-part-06</link>
		<comments>http://pronetbeans.com/archives/413#comments</comments>
		<pubDate>Tue, 13 Mar 2012 05:07:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=413</guid>
		<description><![CDATA[This is part 6 in my series of blogs regarding, “Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration”. Part 5 can be found here : http://pronetbeans.com/archives/393/ In part 5 I actually got an API call to the Bamboo REST API working to retrieve the list of projects in a running Bamboo server. The project [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/413/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration – Part 05</title>
		<link>http://pronetbeans.com/archives/393?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-a-netbeans-plugin-for-atlassian-bamboo-continuous-integration-part-05</link>
		<comments>http://pronetbeans.com/archives/393#comments</comments>
		<pubDate>Mon, 12 Mar 2012 00:00:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=393</guid>
		<description><![CDATA[This is part 5 in my series of blogs regarding, “Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration”. Part 4 can be found here : http://pronetbeans.com/archives/383/ In part 4 I finished following one of the NetBeans tutorials (http://platform.netbeans.org/tutorials/nbm-options.html) to create an Options panel and write code to actually store common fields and user options. [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/393/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration – Part 04</title>
		<link>http://pronetbeans.com/archives/383?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-a-netbeans-plugin-for-atlassian-bamboo-continuous-integration-part-04</link>
		<comments>http://pronetbeans.com/archives/383#comments</comments>
		<pubDate>Sun, 11 Mar 2012 17:55:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=383</guid>
		<description><![CDATA[This is part 4 in my series of blogs regarding, &#8220;Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration&#8221;. Part 3 can be found here : http://pronetbeans.com/archives/366/ In part 3 I followed one of the NetBeans tutorials (http://platform.netbeans.org/tutorials/nbm-options.html) to create an Options panel to store common fields and user options. In this post I will [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/383/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration – Part 03</title>
		<link>http://pronetbeans.com/archives/366?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-a-netbeans-plugin-for-atlassian-bamboo-continuous-integration-part-03</link>
		<comments>http://pronetbeans.com/archives/366#comments</comments>
		<pubDate>Wed, 07 Mar 2012 03:47:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=366</guid>
		<description><![CDATA[This is part 03 in my series of blogs regarding, &#8220;Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration&#8221;. Part 2 can be found here : http://pronetbeans.com/archives/298/ So far during the development of the Bamboo plugin I have thought of a few properties / config settings that would be nice to have in the NetBeans [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/366/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What NetBeans Plugins Do You Want?</title>
		<link>http://pronetbeans.com/archives/322?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-netbeans-plugins-do-you-want</link>
		<comments>http://pronetbeans.com/archives/322#comments</comments>
		<pubDate>Tue, 06 Mar 2012 13:31:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=322</guid>
		<description><![CDATA[A user recently commented on one of my blog posts about wanting a specific plugin for NetBeans and how that would help them abandon their other IDE that they must use for their day job because the other IDE supports that tool via a plugin. That got me thinking&#8230; what other plugins do people want [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/322/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>NetBeans Plugin For Rally Agile Software Management</title>
		<link>http://pronetbeans.com/archives/325?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-plugin-for-rally-agile-software-management</link>
		<comments>http://pronetbeans.com/archives/325#comments</comments>
		<pubDate>Tue, 06 Mar 2012 03:49:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[rally]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=325</guid>
		<description><![CDATA[Right now I am busy developing a plugin for the Bamboo continuous integration server. However, to test out some code and ideas without messing up my primary plugin project I decided to create a test project with similar base functionality for the Rally site for Agile Software Management. Rally has a decent API that developers [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/325/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration – Part 02</title>
		<link>http://pronetbeans.com/archives/298?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-a-netbeans-plugin-for-atlassian-bamboo-continuous-integration-part-02</link>
		<comments>http://pronetbeans.com/archives/298#comments</comments>
		<pubDate>Sun, 04 Mar 2012 16:01:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=298</guid>
		<description><![CDATA[This is part 2 in my series of blogs regarding, &#8220;Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration&#8221;. Part 1 can be found here : http://pronetbeans.com/archives/286/ In the first I stumbled through cobbling together lots of examples and samples pulled together from a number of existing plugins including the Hudson plugin, the Web Services, [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/298/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Writing a NetBeans Plugin for Atlassian Bamboo Continuous Integration &#8211; Part 01</title>
		<link>http://pronetbeans.com/archives/286?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writing-a-netbeans-plugin-for-atlassian-bamboo-continuous-integration-part-01</link>
		<comments>http://pronetbeans.com/archives/286#comments</comments>
		<pubDate>Fri, 02 Mar 2012 11:41:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=286</guid>
		<description><![CDATA[Since it doesn&#8217;t seem that there is an existing plugin I figured I would take a stab at trying to make one. This blog entry will be the first in what I&#8217;m sure will be many blog entries that will chronicle my beginner attempts to create a NetBeans plugin compatible in NetBeans 7+ that allows [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/286/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NetBeans Team Releases NetBeans 7.1.1</title>
		<link>http://pronetbeans.com/archives/274?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-team-releases-netbeans-7-1-1</link>
		<comments>http://pronetbeans.com/archives/274#comments</comments>
		<pubDate>Thu, 01 Mar 2012 05:48:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.1.1]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=274</guid>
		<description><![CDATA[The NetBeans team has released NetBeans 7.1.1 which is a patch release. It includes a number of P1 bugs since NetBeans 7.1. The overall NetBeans 7.1.1 release page can be found here : http://wiki.netbeans.org/NetBeans_711 The bits don&#8217;t seem to be available in the Update center for those already running 7.1, but probably will be soon. [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/274/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans Plugin for Bamboo Continuous Integration</title>
		<link>http://pronetbeans.com/archives/270?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-plugin-for-bamboo-continuous-integration</link>
		<comments>http://pronetbeans.com/archives/270#comments</comments>
		<pubDate>Wed, 29 Feb 2012 02:58:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=270</guid>
		<description><![CDATA[It seems the Atlassian Bamboo continuous integration product has IDE plugins for Eclipse, IntelliJ, and Visual Studio, but not NetBeans. http://www.atlassian.com/software/ide-connectors/overview I was wondering if anyone else knows of a NetBeans plugin for working with Bamboo??? If not I was toying with the idea of writing one. This would be similar to the NetBeans Hudson [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/270/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Atlassian SDK with NetBeans</title>
		<link>http://pronetbeans.com/archives/236?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-atlassian-sdk-with-netbeans</link>
		<comments>http://pronetbeans.com/archives/236#comments</comments>
		<pubDate>Sun, 12 Feb 2012 21:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=236</guid>
		<description><![CDATA[To create custom plugins and functionality for Atlassian products, you can download and use the Atlassian plugin SDK following instructions here : https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK The key part is to add the atlassian SDK BIN directory to your path. After the plugin project is initially created the Maven project comes up as &#8220;unloadable&#8221; in the NetBeans Projects [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/236/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 7.2 New and Noteworthy Features Start To Take Shape</title>
		<link>http://pronetbeans.com/archives/224?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-2-new-and-noteworthy-features-start-to-take-shape</link>
		<comments>http://pronetbeans.com/archives/224#comments</comments>
		<pubDate>Tue, 31 Jan 2012 04:21:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.2]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=224</guid>
		<description><![CDATA[If you are browsing around the NetBeans Wiki you may have noticed the NetBeans 7.2 features &#8220;New and Noteworthy&#8221; have started to develop. http://wiki.netbeans.org/NewAndNoteworthyNB72 There are some interesting planned features such as the ability to import/export projects a zip files, the Maven repositories are getting their own top-level node in the Services window instead of [...]]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 7.1.1 Details</title>
		<link>http://pronetbeans.com/archives/222?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-1-1-details</link>
		<comments>http://pronetbeans.com/archives/222#comments</comments>
		<pubDate>Tue, 31 Jan 2012 04:15:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.1.1]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=222</guid>
		<description><![CDATA[&#160; NetBeans 7.1.1 is intended to be a bug fix release. You can view the details here : http://wiki.netbeans.org/NetBeans_711 &#160; &#160;]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/222/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans Roadmap Updated to Include 7.1.1 and 7.2 Timelines</title>
		<link>http://pronetbeans.com/archives/219?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-roadmap-updated-to-inlcude-7-1-1-and-7-2-timelines</link>
		<comments>http://pronetbeans.com/archives/219#comments</comments>
		<pubDate>Tue, 31 Jan 2012 04:12:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=219</guid>
		<description><![CDATA[For those that follow such trivial pieces of news like me, the NetBeans team has updated the visual roadmap to include tentative release timelines for NetBeans 7.1.1 and 7.2. See here : http://netbeans.org/community/releases/roadmap.html]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/219/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Microchip corporation chooses NetBeans over Eclipse for its new MPLAB IDE.</title>
		<link>http://pronetbeans.com/archives/217?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-microchip-corporation-chooses-netbeans-over-eclipse-for-its-new-mplab-ide</link>
		<comments>http://pronetbeans.com/archives/217#comments</comments>
		<pubDate>Fri, 23 Sep 2011 23:56:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[mplab]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=217</guid>
		<description><![CDATA[In a wonderful article from Geertjan Wielenga, NetBeans is highlighted over Eclipse in its selection by Microchip to power its IDE for MPLAB. Check it out here : http://blogs.oracle.com/geertjan/entry/open_source_framework_powers_latest]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/217/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 7.0.1 Patches Released</title>
		<link>http://pronetbeans.com/archives/200?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netbeans-7-0-1-patches-released</link>
		<comments>http://pronetbeans.com/archives/200#comments</comments>
		<pubDate>Mon, 05 Sep 2011 23:04:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[7.0]]></category>
		<category><![CDATA[7.0.1]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://pronetbeans.com/?p=200</guid>
		<description><![CDATA[The NetBeans team has released a patch for NetBeans IDE 7.0.1. The patch includes bug fixes in modules for Java, Maven, C/C++, RCP Platform, HTML editor, Java Profiler GUI Builder, and more. Detailed list of bugs can be found here : https://netbeans.org/bugzilla/buglist.cgi?status_whiteboard=701patch1&#038;status_whiteboard_type=allwordssubstr Get the patch info here : http://wiki.netbeans.org/NetBeans7.0PatchesInfo]]></description>
		<wfw:commentRss>http://pronetbeans.com/archives/200/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

