<?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>hemju &#187; NetBeans</title>
	<atom:link href="http://www.hemju.com/tags/netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hemju.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 08:42:38 +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>NetBeans, Ruby, Rails and the story of UTF8</title>
		<link>http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/</link>
		<comments>http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:48:45 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Encoding]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[UTF8]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=482</guid>
		<description><![CDATA[I am a NetBeans user for about 4 years now. Although Eclipse is still my Number 1 IDE for Java, NetBeans is my only IDE for Ruby on Rails. In my Ruby development I noticed that there are some problems with the encoding. First I thought that the problem was Ruby, but it wasn&#8217;t. Then [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2008/11/22/ruby-on-rails-22/' rel='bookmark' title='Permanent Link: Ruby on Rails 2.2'>Ruby on Rails 2.2</a></li>
<li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am a NetBeans user for about 4 years now. Although Eclipse is still my Number 1 IDE for Java, NetBeans is my only IDE for Ruby on Rails.</p>
<p>In my Ruby development I noticed that there are some problems with the encoding. First I thought that the problem was Ruby, but it wasn&#8217;t. Then I checked a couple of NetBeans settings. For example you can set the encoding in the project settings:</p>
<p><img class="aligncenter size-medium wp-image-483" title="NetBeans Project  Settings" src="http://www.hemju.com/wp-content/uploads/2009/12/Screen-shot-2009-12-23-at-10.42.33-AM-300x129.png" alt="NetBeans Project  Settings" width="300" height="129" /></p>
<p>However, nothing helped. After some Google research I came across this <a href="http://ditoinfo.wordpress.com/2007/02/26/netbeans-and-utf8-encoding-2/" target="_blank">blog entry</a>. It says that NetBeans doesn&#8217;t use UTF 8 for file encoding by default! My first thought was &#8220;why not?&#8221;! So to recap this, the actual project setting is UTF8, but the file encoding isn&#8217;t! To enable UTF8 encoding for the files too, you have to:</p>
<ol>
<li>go the etc folder in the NetBeans directory</li>
<li>open the netbeans.conf</li>
<li>and add the following to the <strong>netbeans_default_options</strong> =&gt; <strong>-J-Dfile.encoding=UTF-8</strong></li>
</ol>
<p>After that everything works correctly and I can see the German Umlaute once again, in the file view and in the output window.</p>
<a style="visibility:hidden;color:white;" href="http://www.lingui.st">Lingui.st - Online Resource Editor, Manage your Ruby/Rails, Java, .Net and C++ language files with ease</a>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8&amp;desc=I%20am%20a%20NetBeans%20user%20for%20about%204%20years%20now.%20Although%20Eclipse%20is%20still%20my%20Number%201%20IDE%20for%20Java%2C%20NetBeans%20is%20my%20only%20IDE%20for%20Ruby%20on%20Rails.%0D%0A%0D%0AIn%20my%20Ruby%20development%20I%20noticed%20that%20there%20are%20some%20problems%20with%20the%20encoding.%20First%20I%20thought%20that%20the%20problem%20was%20Ruby%2C%20but%20it%20wasn%27t.%20Then%20I%20checked%20a%20co" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;bm_description=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/&amp;title=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=NetBeans%2C+Ruby%2C+Rails+and+the+story+of+UTF8+-+http://b2l.me/2pzhs&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2008/11/22/ruby-on-rails-22/' rel='bookmark' title='Permanent Link: Ruby on Rails 2.2'>Ruby on Rails 2.2</a></li>
<li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.7 review</title>
		<link>http://www.hemju.com/2009/07/02/netbeans-6-7-review/</link>
		<comments>http://www.hemju.com/2009/07/02/netbeans-6-7-review/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:06:33 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hemju]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=300</guid>
		<description><![CDATA[I have been using 6.7 for about 3 months now and I also participated in the NetBeans CAT program. Because a couple of days ago NetBeans 6.7 final has been released, I decided to write a longer review/round up about it. I start with an overview of the new features and then with my personal [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
<li><a href='http://www.hemju.com/2009/07/28/jruby-finds-a-new-home-at-engine-yard/' rel='bookmark' title='Permanent Link: JRuby finds a new home at Engine Yard'>JRuby finds a new home at Engine Yard</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have been using 6.7 for about 3 months now and I also participated in the <a href="http://qa.netbeans.org/processes/cat/67/">NetBeans CAT</a> program. Because a couple of days ago <a href="http://www.netbeans.org/">NetBeans 6.7</a> final has been released, I decided to write a longer review/round up about it.</p>
<p>I start with an overview of the new features  and then with my personal opinion about the new version. Disclaimer: I am only writing my personal and subjective opinion, I didn&#8217;t do any performance tests, measurements, or statistics analysis. So if you have some objections, just leave a comment.</p>
<p><span id="more-300"></span>Before we start, I will give you an overview about the new functionality in NB. The slogan for the new release is &#8220;Connects Developers&#8221; (the slogan for NB 6.5 was &#8220;The only IDE you need&#8221;). I am not sure if the slogan is a one because only one new feature, the Kenai integration, has something to do with connecting developers:</p>
<p><strong>Connected Developer Tools</strong></p>
<ul>
<li>Create Kenai-hosted open source projects directly within the IDE</li>
<li>Manage your Kenai project and collaborate with like-minded developers</li>
<li>File issue tracking reports using both Jira and Bugzilla</li>
</ul>
<p><strong>Java</strong></p>
<ul>
<li>Hudson services integration for Ant and Maven projects</li>
<li>Generated source roots now displayed in the Projects tab</li>
<li>Struts library migrated to version 1.3.8</li>
</ul>
<p><strong>Maven</strong></p>
<ul>
<li>Library dependency graph viewer</li>
<li>Improved code completion for Maven plugin parameters</li>
<li>Support for Java EE, Web Services creation and consumption</li>
<li>POM Editor and Navigator enhancements</li>
</ul>
<p><strong>Groovy and Grails</strong></p>
<ul>
<li>Out-of-the-box support for Grails 1.1</li>
<li>Code completion</li>
<li>Disable browser opening on run and configure platforms to use with Grails projects</li>
<li>Invoke Grails command or custom script from context menu item</li>
</ul>
<p><strong>Ruby and Rails</strong></p>
<ul>
<li>Remote debugging</li>
<li>Improvements to Ruby constants support</li>
<li>Run and debug actions for test cases and suites included in context menu</li>
<li>Support for Shoulda tests</li>
</ul>
<p>These are only the most obvious features of NB 6.7, for a full list have a look at the <a href="http://wiki.netbeans.org/NewAndNoteWorthyNB67">release notes</a>.</p>
<p>So what&#8217;s my view on NB 6.7? One thing that stand out, the NB team concentrated on a lot of different things, but not on Java. Of course most technologies are somewhat in the Java realm, but not specific Java. I tried a couple of times to switch my Java development to NB, after all using only one IDE would be nice. However, the Java code editor in NB always felt kind of awkward. In Eclipse I have the feeling the code editor &#8216;knows&#8217; what I want to do. I mean the NB code editor is good in general, but has a lot of rough edges. Here is an example of what I mean:</p>
<p><a href="http://www.hemju.com/wp-content/uploads/2009/07/nb_java_tooltip.png"><img class="aligncenter size-medium wp-image-301" title="NetBeans Java Tooltip" src="http://www.hemju.com/wp-content/uploads/2009/07/nb_java_tooltip-300x223.png" alt="NetBeans Java Tooltip" width="300" height="223" /></a><a href="http://www.hemju.com/wp-content/uploads/2009/07/eclipse_java_tooltip.png"><img class="aligncenter size-medium wp-image-302" title="Eclipse Java Tooltip" src="http://www.hemju.com/wp-content/uploads/2009/07/eclipse_java_tooltip-300x130.png" alt="Eclipse Java Tooltip" width="300" height="130" /></a></p>
<p>NetBeans strikes you down with suggestions, and Eclipse just shows suggestions which are valid to the context.</p>
<p>Another case against Java in NB are missing plugins, e.g. FindBugs. I know there is<a href="https://sqe.dev.java.net/updatecenters/nbheaven-updatecenter.xml"> NB plugin</a> for FindBugs, but is seems fairly outdated. Also tool integration from other companies, e.g. Google GWT and Google APP, doesn&#8217;t exist in NB. So I guess NB 6.7 for Java is still a not for me.</p>
<p>Project <a href="http://kenai.com/">Kenai</a> is Sun&#8217;s Google Code with some extra features for issue tracking and collaboration. Although, it hosts some interesting projects, like <a href="http://kenai.com/projects/jruby">JRuby</a>, it is fairly unknown. The new tools allow you to create Kenai hosted open source projects, to collaborate with other developers, and track issues. I played with the tools a little bit and found them ok, but not really exciting. Equal tools are already around.</p>
<p>NetBeans focuses more and more on dynamic languages, like Ruby, PHP, or Groovy. Groovy and Grails are getting really pushed in NetBeans right now. I did some work with both and like them. That said, I am confused about Sun&#8217;s strategy. On one hand they push Ruby with JRuby, a lot, on the other hand their only IDE switched focus to Groovy. This is not a problem per se if the Ruby support is already that good, but it still has issues and sadly performance got worse in NB 6.7. My guess is because Groovy is popular in Europe and the core NB team is also in Europe, there is maybe some sympathy towards Groovy.<br />
Supporting a lot of languages is great, but I am not sure if the NetBeans team has enough ressources to fully support all the languages they want. With all the downcuts and the still uncertain future of the Oracle deal, it would better to support less and let the community/partner do the rest. However, getting the community and partner on board was always Sun&#8217;s (NetBean&#8217;s) weak spot. This is were Eclipse clearly won. A note on the <a href="http://platform.netbeans.org/">NetBeans RCP</a>, Matt Thompson, Senior Director of Sun&#8217;s Developer Cloud Tools,  stated the the <a href="http://www.netbeans.org/community/articles/interviews/matt-thompson.html">RCP is now less of an goal</a>. This could backfire when <a href="http://wiki.eclipse.org/E4">e4</a> is around.</p>
<p>Like I said I use NetBeans primarily for Ruby on Rails development. NetBeans was and still is the best Ruby on Rails IDE, but it lost its momentum and other IDE aren&#8217;t sleeping. The only useful new features for me is the support of the <a href="http://thoughtbot.com/projects/shoulda/">Shoulda</a> framework. Should is an awesome Unit test framework for Rails. Useful, but for me not a feature, is the improved constant support. The rest is like NetBeans 6.5, only slower (and sometimes buggier). A couple of weeks ago NetBeans 6.7 had some serious performance problems (we discussed this in the CAT program). The NB team invested a lot of hard work and fixed many of the problems. But NB 6.7 still feels sluggish compared to NB 6.5 and doesn&#8217;t do good on scanning large projects.<br />
Another NB Ruby/Rails caveat, NetBeans includes an outdated version of JRuby, 1.2. The actual version is 1.3.1. So it is probably best to install your own JRuby version and don&#8217;t rely on the provided one.</p>
<p><strong>Conclusio</strong></p>
<p>Is NetBeans 6.7 bad? No. Is NetBeans 6.7 good? Maybe, but more like &#8216;ok&#8217;. NetBeans 6.7 gives me the feeling that it includes a lot of features the majority doesn&#8217;t need or use (e.g. <a href="http://wiki.netbeans.org/NewAndNoteWorthyNB67#section-NewAndNoteWorthyNB67-FeaturesOnDemand">features on demand</a> which was at the beginning a big deal and now seems just a side feature), and doesn&#8217;t care enough about improving existing ones and performance. The results of the <a href="http://qa.netbeans.org/processes/cat/67/ca_results.html">NetBeans community survey</a> support my thoughts. For the next version I would wish something like Snow Leopard or Windows 7, a release just to clean and speed up the base.</p>
<p>After this rather neutral/negative review, I want to thank the NetBeans team for their hard work and community involvement. The CAT program allowed me and others to speak up their minds and the NetBeans team listened. As a developer I know that there are a lot decisions and considerations (or politics) the user, which is in this case me, simply doesn&#8217;t see. Thanks for NetBeans 6.7 and I am looking forward to the next version.<a style="visibility:hidden;color:white;" href="http://www.timewhale.com">TimeWhale Time Tracking</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2009/07/02/netbeans-6-7-review/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review&amp;desc=I%20have%20been%20using%206.7%20for%20about%203%20months%20now%20and%20I%20also%20participated%20in%20the%20NetBeans%20CAT%20program.%20Because%20a%20couple%20of%20days%20ago%20NetBeans%206.7%20final%20has%20been%20released%2C%20I%20decided%20to%20write%20a%20longer%20review%2Fround%20up%20about%20it.%0D%0A%0D%0AI%20start%20with%20an%20overview%20of%20the%20new%20features%20%20and%20then%20with%20my%20personal%20opinio" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;bm_description=NetBeans+6.7+review&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2009/07/02/netbeans-6-7-review/&amp;title=NetBeans+6.7+review" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2009/07/02/netbeans-6-7-review/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=NetBeans+6.7+review+-+http://b2l.me/229eZ&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
<li><a href='http://www.hemju.com/2009/07/28/jruby-finds-a-new-home-at-engine-yard/' rel='bookmark' title='Permanent Link: JRuby finds a new home at Engine Yard'>JRuby finds a new home at Engine Yard</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2009/07/02/netbeans-6-7-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans 6.7 beta is out in the wild</title>
		<link>http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/</link>
		<comments>http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 09:56:15 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=253</guid>
		<description><![CDATA[I made the full switch to NetBeans with version 6.1. Since then NetBeans is constantly getting better and more comfortable. The 6.7 release is more a quality release than a feature one. Of course, new features are in it, but many of them are subtle and just make using it more comfortable. The last 1,5 [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
<li><a href='http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/' rel='bookmark' title='Permanent Link: NetBeans, Ruby, Rails and the story of UTF8'>NetBeans, Ruby, Rails and the story of UTF8</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I made the full switch to <a href="http://www.netbeans.org">NetBeans </a>with version 6.1. Since then NetBeans is constantly getting better and more comfortable. The 6.7 release is more a quality release than a feature one. Of course, new features are in it, but many of them are subtle and just make using it more comfortable. The last 1,5 month I am using NetBeans 6.7 developer builds and it feels just good (especially on the Mac).</p>
<p>I really hope that the Oracle/Sun deal doesn&#8217;t affect NetBeans in a bad way (maybe in a good way? I am an optimist). I plan to do a full and lengthy coverage of NetBeans 6.7 when a release candidate is here..</p>
<p>Here are the <a href="http://www.netbeans.org/community/releases/67/relnotes.html">Release Notes</a> of the Beta (full 6.7 <a href="http://www.netbeans.org/community/releases/67/index.html">here</a>):</p>
<ul>
<li>Maven support for the creation of plugins and web services as well as support for POM and J2EE</li>
<li>Kenai integration enables the creation and editing of Kenai projects from within the IDE</li>
<li>PHP improvements include Selenium support and SQL code completion</li>
<li>C++ support for Qt library, remote development and code refactoring</li>
</ul>
<p><a style="visibility:hidden;color:white;" href="http://www.timewhale.com">TimeWhale Time Tracking</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/&amp;title=Netbeans+6.7+beta+is+out+in+the+wild" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/&amp;title=Netbeans+6.7+beta+is+out+in+the+wild" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/&amp;title=Netbeans+6.7+beta+is+out+in+the+wild&amp;desc=I%20made%20the%20full%20switch%20to%20NetBeans%20with%20version%206.1.%20Since%20then%20NetBeans%20is%20constantly%20getting%20better%20and%20more%20comfortable.%20The%206.7%20release%20is%20more%20a%20quality%20release%20than%20a%20feature%20one.%20Of%20course%2C%20new%20features%20are%20in%20it%2C%20but%20many%20of%20them%20are%20subtle%20and%20just%20make%20using%20it%20more%20comfortable.%20The%20last%201" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/&amp;bm_description=Netbeans+6.7+beta+is+out+in+the+wild&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/&amp;title=Netbeans+6.7+beta+is+out+in+the+wild" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/&amp;title=Netbeans+6.7+beta+is+out+in+the+wild" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/&amp;title=Netbeans+6.7+beta+is+out+in+the+wild" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Netbeans+6.7+beta+is+out+in+the+wild+-+http://b2l.me/229gk&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/04/10/netbeans-61-beta-review/' rel='bookmark' title='Permanent Link: Netbeans 6.1 beta review'>Netbeans 6.1 beta review</a></li>
<li><a href='http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/' rel='bookmark' title='Permanent Link: NetBeans, Ruby, Rails and the story of UTF8'>NetBeans, Ruby, Rails and the story of UTF8</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.5 final</title>
		<link>http://www.hemju.com/2008/11/21/netbeans-65-final/</link>
		<comments>http://www.hemju.com/2008/11/21/netbeans-65-final/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 14:47:38 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=99</guid>
		<description><![CDATA[NetBeans 6.5 is available! I use 6.5 for 3 months now (beta testing …) and I have to say that 6.5 is quite a good release. Here is the official announcment with all the new stuff. There is also an introduction video online. Subscribe to the comments for this post? Share this on del.icio.us Digg [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/' rel='bookmark' title='Permanent Link: Netbeans 6.1 has been released'>Netbeans 6.1 has been released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>NetBeans 6.5 is available! I use 6.5 for 3 months now (beta testing …) and I have to say that 6.5 is quite a good release. Here is the <a href="http://www.netbeans.org/servlets/NewsItemView?newsItemID=1313">official announcment</a> with all the new stuff. There is also an <a href="http://www.netbeans.org/kb/docs/ide/nb65-intro-screencast.html">introduction video</a> online.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2008/11/21/netbeans-65-final/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2008/11/21/netbeans-65-final/&amp;title=NetBeans+6.5+final" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2008/11/21/netbeans-65-final/&amp;title=NetBeans+6.5+final" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2008/11/21/netbeans-65-final/&amp;title=NetBeans+6.5+final&amp;desc=NetBeans%206.5%20is%20available%21%20I%20use%206.5%20for%203%20months%20now%20%28beta%20testing%20%E2%80%A6%29%20and%20I%20have%20to%20say%20that%206.5%20is%20quite%20a%20good%20release.%20Here%20is%20the%20official%20announcment%20with%20all%20the%20new%20stuff.%20There%20is%20also%20an%20introduction%20video%20online." rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2008/11/21/netbeans-65-final/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2008/11/21/netbeans-65-final/&amp;bm_description=NetBeans+6.5+final&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2008/11/21/netbeans-65-final/&amp;title=NetBeans+6.5+final" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2008/11/21/netbeans-65-final/&amp;title=NetBeans+6.5+final" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2008/11/21/netbeans-65-final/&amp;title=NetBeans+6.5+final" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2008/11/21/netbeans-65-final/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=NetBeans+6.5+final+-+http://b2l.me/229gz&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/' rel='bookmark' title='Permanent Link: Netbeans 6.1 has been released'>Netbeans 6.1 has been released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2008/11/21/netbeans-65-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Sources and Documentation under Mac for Eclipse/NetBeans</title>
		<link>http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/</link>
		<comments>http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 13:11:47 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=59</guid>
		<description><![CDATA[A couple of days ago I received my new MacBook Pro! After some first struggles with Mac OS X and shortcuts, I am now starting to feel comfortable and I learn more and more each day. I was a 60 % Windows and 40 % Linux user and my forecast is that in one year [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2009/05/19/sun-oracle-going-to-launch-a-java-app-store/' rel='bookmark' title='Permanent Link: Sun (Oracle) going to launch a Java App Store!'>Sun (Oracle) going to launch a Java App Store!</a></li>
<li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">A couple of days ago I received my <a href="http://juskewycz.com/wp-content/uploads/2008/11/mac_pro.jpg">new MacBook Pro</a>! After some first struggles with Mac OS X and shortcuts, I am now starting to feel comfortable and I learn more and more each day. I was a 60 % Windows and 40 % Linux user and my forecast is that in one year I will be 70 % Mac, 15 % Windows, and 15 % user. However, there are some bumps on the road to Mac-land.</p>
<p style="text-align: left;">
<p style="text-align: left;">Mac ships with Java 1.5 and <a href="http://apple.com/java">1.6</a> is available too. The problem is that only binaries are installed and as a serious developer you need also sources and documentation. So to get them, you have to join the <a href="http://developer.apple.com/">Apple Developer Connection</a> (the free version does it) and download the Java for Mac OS X 10.5 Update 2 Developer Documentation (or probably a higher version in the future). The download is around 130 MB and includes sources/documentation for Java 1.5 and 1.6. Probably you have to set the src.jar and docs.jar manually to existing JVMs or just delete and add the existing ones.</p>
<p style="text-align: center;"><strong>Eclipse</strong>: Preferences &#8211; Java &#8211; Installed JREs &#8211; Select Installed JRE and click Edit</p>
<div class="mceTemp mceIEcenter" style="text-align: center;"><img class="aligncenter size-medium wp-image-60" title="eclipse_set_jvm" src="http://www.hemju.com/wp-content/uploads/2009/03/eclipse_set_jvm-300x176.png" alt="eclipse_set_jvm" width="300" height="176" /></div>
<p style="text-align: center;"><strong>NetBeans</strong>: Tools &#8211; Java Platform &#8211; Add or select the right Tab</p>
<div class="mceTemp mceIEcenter" style="text-align: center;"><img class="aligncenter size-medium wp-image-61" title="netbeans_set_jvm" src="http://www.hemju.com/wp-content/uploads/2009/03/netbeans_set_jvm-300x280.png" alt="netbeans_set_jvm" width="300" height="280" /></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans&amp;desc=A%20couple%20of%20days%20ago%20I%20received%20my%20new%20MacBook%20Pro%21%20After%20some%20first%20struggles%20with%20Mac%20OS%20X%20and%20shortcuts%2C%20I%20am%20now%20starting%20to%20feel%20comfortable%20and%20I%20learn%20more%20and%20more%20each%20day.%20I%20was%20a%2060%20%25%20Windows%20and%2040%20%25%20Linux%20user%20and%20my%20forecast%20is%20that%20in%20one%20year%20I%20will%20be%2070%20%25%20Mac%2C%2015%20%25%20Windows%2C%20and%2015%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;bm_description=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/&amp;title=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Java+Sources+and+Documentation+under+Mac+for+Eclipse%2FNetBeans+-+http://b2l.me/2uhzy&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2009/05/19/sun-oracle-going-to-launch-a-java-app-store/' rel='bookmark' title='Permanent Link: Sun (Oracle) going to launch a Java App Store!'>Sun (Oracle) going to launch a Java App Store!</a></li>
<li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2008/11/16/java-sources-and-documentation-under-mac-for-eclipsenetbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans 6.1 has been released</title>
		<link>http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/</link>
		<comments>http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 13:07:47 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=51</guid>
		<description><![CDATA[With a little delay Netbeans 6.1 has been released. Most noteable of this version is the huge performance boost. The release notes can be found here. Interesting are the future plans for Netbeans 6.5. It will be all about databases and it seems that Netbeans is becoming more and more a platform for scripting languages [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2008/11/21/netbeans-65-final/' rel='bookmark' title='Permanent Link: NetBeans 6.5 final'>NetBeans 6.5 final</a></li>
<li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/' rel='bookmark' title='Permanent Link: NetBeans, Ruby, Rails and the story of UTF8'>NetBeans, Ruby, Rails and the story of UTF8</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>With a little delay <a href="http://www.netbeans.org/" target="_blank">Netbeans 6.1</a> has been released. Most noteable of this version is the <a href="http://blogs.sun.com/roumen/entry/performance_improvements_in_netbeans_6" target="_blank">huge performance boost</a>. The release notes can be found <a href="http://www.netbeans.org/community/releases/61/" target="_blank">here</a>.  Interesting are the <a href="http://blogs.sun.com/branajam/entry/big_database_changes_planned_for" target="_blank">future plans</a> for Netbeans 6.5. It will be all about databases and it seems that Netbeans is becoming more and more a platform for scripting languages (JRuby, Groovy, PHP, …)</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/&amp;title=Netbeans+6.1+has+been+released" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/&amp;title=Netbeans+6.1+has+been+released" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/&amp;title=Netbeans+6.1+has+been+released&amp;desc=With%20a%20little%20delay%20Netbeans%206.1%20has%20been%20released.%20Most%20noteable%20of%20this%20version%20is%20the%20huge%20performance%20boost.%20The%20release%20notes%20can%20be%20found%20here.%20%20Interesting%20are%20the%20future%20plans%20for%20Netbeans%206.5.%20It%20will%20be%20all%20about%20databases%20and%20it%20seems%20that%20Netbeans%20is%20becoming%20more%20and%20more%20a%20platform%20for" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/&amp;bm_description=Netbeans+6.1+has+been+released&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/&amp;title=Netbeans+6.1+has+been+released" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/&amp;title=Netbeans+6.1+has+been+released" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/&amp;title=Netbeans+6.1+has+been+released" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Netbeans+6.1+has+been+released+-+http://b2l.me/229h5&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2008/11/21/netbeans-65-final/' rel='bookmark' title='Permanent Link: NetBeans 6.5 final'>NetBeans 6.5 final</a></li>
<li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2009/12/23/ruby-rails-netbeans-encoding-utf8/' rel='bookmark' title='Permanent Link: NetBeans, Ruby, Rails and the story of UTF8'>NetBeans, Ruby, Rails and the story of UTF8</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2008/04/28/netbeans-61-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans 6.1 beta review</title>
		<link>http://www.hemju.com/2008/04/10/netbeans-61-beta-review/</link>
		<comments>http://www.hemju.com/2008/04/10/netbeans-61-beta-review/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 13:05:17 +0000</pubDate>
		<dc:creator>Helmut M. Juskewycz</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.hemju.com/?p=46</guid>
		<description><![CDATA[Currently there is Netbeans 6.1 Blogging Contest going on. Since I have something to say about Netbeans and I like winning, here are my 2 cents: First, I am an Eclipse user now over 5 years. I used it for university and for work, but I am not really happy with the development since. 3.1. [...]


<b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/11/21/netbeans-65-final/' rel='bookmark' title='Permanent Link: NetBeans 6.5 final'>NetBeans 6.5 final</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Currently there is <a href="http://www.netbeans.org/competition/blog-contest.html" target="_blank">Netbeans 6.1 Blogging Contest</a> going on. Since I have something to say about Netbeans and I like winning, here are my 2 cents:</p>
<p>First, I am an <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> user now over 5 years. I used it for university and for work, but I am not really happy with the development since. 3.1. Why? Because I like visions and something radical. Once Eclipse was such a thing, now it lacks vision. There are a bunch of <a href="http://www.eclipse.org/projects/" target="_blank">(incubator) projects</a> going on with support of a lot companies. However, not too many things happend. Granted, there are a lot of minor tweaks, but nothing exceptional. Maybe too many cooks spoil the broth? (I also had a look at the presentation from <a href="http://www.eclipsecon.org/2008/" target="_blank">EclipseCon08</a> and it looks like <a href="http://www.eclipse.org/mylyn/" target="_blank">Mylyn</a> and a (c)leaner UI will dominate Eclipse 4). So why I haven’t switched to Netbeans?</p>
<p>The last 1,5 years I constantly try to switch to Netbeans. I started with Netbeans 5.5 which is for me the first usable version of the IDE. I used <a href="http://www.netbeans.org/kb/articles/matisse.html" target="_blank">Matisse</a> for prototyping some UI’s and I was really impressed by Matisse. It is probably the best UI designer for Swing and it’s free. So I gave Netbeans a shot for doing the whole thing. After some minutes of actual coding with Netbeans, I gave up. The editor was slow, had half of the features from Eclipse, and quite frankly Netbeans UI is ugly.</p>
<p>My next try was Netbeans 6.0 beta and the final 6.0. This time I really really wanted to use Netbeans (I wanted to do some Swing applications and Eclipse has (sadly) SWT). Version 6 looked much better. A <a href="http://www.netbeans.org/community/releases/60/" target="_blank">lot of new stuff</a> was integrated and for the first time the actual coding was pretty usable. Features like code completion and highlighting, which are standard in Eclipse, were now available or better integrated in Netbeans as well. Further, other projects like the <a href="https://appframework.dev.java.net/" target="_blank">Swing Application Framework</a> (sadly the project seems to be <a href="https://appframework.dev.java.net/servlets/ReadMsg?list=users&amp;msgNo=1445" target="_blank">dead</a>) and of course the famours <a href="http://www.rubyonrails.org/" target="_blank">Ruby on Rails</a> (with <a href="http://jruby.codehaus.org/" target="_blank">JRuby</a>) had first class integration. Such a good integration is really a plus. Another reason for my pro-Netbeans motivation was the whole community creating (e.g. Netbeans TV) and the more open approach. It looked like this time I really could do the switch to Netbeans.</p>
<p>After a while some things started to annoy: The clumsy feeling of the IDE when creating a file or editing the code. It felt like Netbeans was a fat Elephant. On the other side it still was lacking some basic features like Java Doc generation (it is the little things that count). Hence, the thought “it has less features and is slower, why I am using it?” constantly popped up in my head. Shortly after the 6.0 <a href="http://www.netbeans.org/community/releases/61/" target="_blank">release the beta of Netbeans 6.1</a> came out. I though before giving up again, I give the beta a shot since some of the mentioned issues were addressed. I have been testdriving the beta since it came out. Here is my conclusion about beta and its <a href="http://www.netbeans.org/community/releases/61/" target="_blank">new features</a>.</p>
<ul>
<li>New JavaScript Support<br />
I don’t do too much JavaScript programming and I am not really sure how important this feature is for Netbeans at all.</li>
<li>Performance Enhancements<br />
Startup and code completion is up to 40%. That’s good, but it is still not enough. I know I am greedy, but Eclipse still feels snapier than Netbeans. Especially the package explorer is slow. Creating, deleting, or renaming files are so common tasks. They have to be fast. Please also have a look at the compile and startup process of a project.</li>
<li>Spring Framework Support<br />
Just great. I must admit I haven’t had a closer look at the feature, but I am a heavy user of Spring, so thanks.</li>
<li>New MySQL Support in Database Explorer<br />
I like PostgreSQL more, but Sun bought MySQL, therefore, it makes sense.</li>
<li>Javadoc Code Completion<br />
Only thing to say: This is a must and not a new feature!</li>
<li>Sharing Projects (AKA Sharable Libraries)<br />
I understand the need for such a thing, but I am not really sure if I am using it correctly. For me it seems that I only the libs in a different folder and that’s it. What is the easier integration in version control systems?</li>
</ul>
<p>Finally, my personal positives</p>
<ul>
<li>Matisse<br />
Just a great UI designer and good integration of JavaBeans/Properties.</li>
<li>UML support<br />
Thank you for that. It still has some flows, but overall it’s great. Especially I like the automatic layouts and reverse engineering.</li>
<li>JRuby/Rails<br />
Not much too say about these features.</li>
</ul>
<p>and my negatives</p>
<ul>
<li>Look&amp;Feel<br />
Netbeans 5.5 was ugliest and Netbeans 6(.1) is uglier. So let’s skip ugly and make a damn looking good IDE. Start with the icons (all) and the fonts!</li>
<li>Performance<br />
Like I mentioned, better but still not good enough. Have a look at the Projects View.</li>
<li>Options Dialog<br />
Please have a look at the Eclipse preferences.</li>
<li>Plugins (Dialog)<br />
The dialog is not really good and also the performance. Adding new repositories must be much easier and faster.</li>
<li>Subversion<br />
When I want to use SVN in my IDE I don’t want to install Subversion executables, I just want to checkout a project. As far as I know there exist a couple of implementation like SVNKit, why not just bundle them with the IDE?</li>
<li>Refactoring<br />
More and faster. I don’t know why, but it seems that Eclipse can read my mind (I love CTRL+1) and I don’t have the feeling with Netbeans.</li>
<li>Better 3rd Party Plugins<br />
I know this has nothing to do with Netbeans 6.1 and it hard to achieve. Maybe a better plugin infrastructure, deployment (adding new repositories), … would help.</li>
</ul>
<p>After all my critism, I have to say Thank you. Thanks to the people at Eclipse and Netbeans for making free rocking IDE’s. It’s good for Java and maybe saves the world.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.hemju.com/2008/04/10/netbeans-61-beta-review/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/&amp;title=Netbeans+6.1+beta+review" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/&amp;title=Netbeans+6.1+beta+review" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/&amp;title=Netbeans+6.1+beta+review&amp;desc=Currently%20there%20is%20Netbeans%206.1%20Blogging%20Contest%20going%20on.%20Since%20I%20have%20something%20to%20say%20about%20Netbeans%20and%20I%20like%20winning%2C%20here%20are%20my%202%20cents%3A%0D%0A%0D%0AFirst%2C%20I%20am%20an%20Eclipse%20user%20now%20over%205%20years.%20I%20used%20it%20for%20university%20and%20for%20work%2C%20but%20I%20am%20not%20really%20happy%20with%20the%20development%20since.%203.1.%20Why%3F%20Bec" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/&amp;bm_description=Netbeans+6.1+beta+review&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/&amp;title=Netbeans+6.1+beta+review" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/&amp;title=Netbeans+6.1+beta+review" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/&amp;title=Netbeans+6.1+beta+review" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.hemju.com/2008/04/10/netbeans-61-beta-review/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Netbeans+6.1+beta+review+-+http://b2l.me/2sw5u&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p><b>Related posts:</b><ol><li><a href='http://www.hemju.com/2009/04/29/netbeans-67-beta-is-out-in-the-wild/' rel='bookmark' title='Permanent Link: Netbeans 6.7 beta is out in the wild'>Netbeans 6.7 beta is out in the wild</a></li>
<li><a href='http://www.hemju.com/2009/07/02/netbeans-6-7-review/' rel='bookmark' title='Permanent Link: NetBeans 6.7 review'>NetBeans 6.7 review</a></li>
<li><a href='http://www.hemju.com/2008/11/21/netbeans-65-final/' rel='bookmark' title='Permanent Link: NetBeans 6.5 final'>NetBeans 6.5 final</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hemju.com/2008/04/10/netbeans-61-beta-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
