<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Planet NetBeans</title>
    <link>http://www.planetnetbeans.org/</link>
    <language>en</language>
    <description>Planet NetBeans - http://www.planetnetbeans.org/</description>
    <item>
      <title>NetBeans Zone - The social network for developers: Find Out How Boeing Uses the NetBeans Platform!</title>
      <guid isPermaLink="false">http://netbeans.dzone.com/11503 at http://netbeans.dzone.com</guid>
      <link>http://feeds.dzone.com/~r/zones/netbeans/~3/rX3nWj419hU/find-out-how-boeing-uses</link>
      <description>The JavaOne presentations from years gone by are all available on-line in various forms. Yesterday I discovered that one of the best NetBeans Platform presentations ever done at JavaOne is one of these. It is presented by two engineers working at Boeing, about the platform and application they built atop the NetBeans Platform. What the presentation focuses on:&lt;img src="http://feeds.feedburner.com/~r/zones/netbeans/~4/rX3nWj419hU" height="1" width="1" /&gt;</description>
      <pubDate>Thu, 02 Jul 2009 11:42:06 +0000</pubDate>
    </item>
    <item>
      <title>APIDesign - Blogs: API Podcast #5: Can you win?</title>
      <guid isPermaLink="false">http://wiki.apidesign.org/wiki/APIFest08:Report</guid>
      <link>http://wiki.apidesign.org/wiki/APIFest08:Report</link>
      <description>&lt;p&gt;Here is another &lt;a href="http://wiki.apidesign.org/wiki/APIFest08:Report" title="APIFest08:Report"&gt;podcast&lt;/a&gt; recorded to explain importance of playing games while learning to design &lt;a href="http://wiki.apidesign.org/wiki/API" class="mw-redirect" title="API"&gt;APIs&lt;/a&gt;. Ask yourself today: Can you win an &lt;a href="http://wiki.apidesign.org/wiki/APIFest08:Report" title="APIFest08:Report"&gt;API Fest&lt;/a&gt; with a change like &lt;a
      href="http://wiki.apidesign.org/wiki/APIFest08:Report" title="APIFest08:Report"&gt;this&lt;/a&gt;? &lt;/p&gt;&lt;p&gt;--&lt;a href="http://wiki.apidesign.org/wiki/User:JaroslavTulach" title="User:JaroslavTulach"&gt;JaroslavTulach&lt;/a&gt; 09:37, 2 July 2009 (UTC) &lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 09:37:00 +0000</pubDate>
    </item>
    <item>
      <title>Messages from mrhaki: Add Maven dependency in NetBeans</title>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-6671019398434141469.post-3996309648118220493</guid>
      <link>http://mrhaki.blogspot.com/2009/07/add-maven-dependency-in-netbeans.html</link>
      <description>&lt;p&gt;Maven support has improved a lot in NetBeans 6.7. One of the small, but important, features is the possibility to add a new dependency to a Maven project. In the previous version of NetBeans we could add a new library, but then we had to know the artifact and group name ourselves. In NetBeans 6.7 we can search for dependencies in the repositories, add an opened project or use the dependency management features of Maven.&lt;/p&gt; &lt;p&gt;To add a new dependency we right-click
      on the &lt;em&gt;Libraries&lt;/em&gt; node of a Maven project and select &lt;em&gt;Add Dependency...&lt;/em&gt;.&lt;/p&gt; &lt;a href="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skx-du4yTMI/AAAAAAAACyk/EwDxtT-vE04/s1600-h/maven-dep.png"&gt;&lt;img src="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skx-du4yTMI/AAAAAAAACyk/EwDxtT-vE04/s320/maven-dep.png" alt="" style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 320px; height: 165px;" border="0"
      id="BLOGGER_PHOTO_ID_5353793106304191682" /&gt;&lt;/a&gt; &lt;p&gt;NetBeans opens a dialog window where we can do several things to a dependency to our project. We can fill in the input fields ourselves and choose the scope from the &lt;em&gt;Scope&lt;/em&gt; combobox.&lt;/p&gt; &lt;a href="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skx-d-Y5HeI/AAAAAAAACys/GwUYFYFw-hM/s1600-h/maven-dep2.png"&gt;&lt;img src="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skx-d-Y5HeI/AAAAAAAACys/GwUYFYFw-hM/s320/maven-dep2.png"
      alt="" style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 282px; height: 320px;" border="0" id="BLOGGER_PHOTO_ID_5353793110465388002" /&gt;&lt;/a&gt; &lt;p&gt;But we can also search for a dependency in the repositories. To do this we must type text in the &lt;em&gt;Query&lt;/em&gt; input field. The &lt;em&gt;Search Results&lt;/em&gt; shows found libraries as we type. We select the library we want and press the &lt;em&gt;OK&lt;/em&gt; button to add
      it to our project.&lt;/p&gt; &lt;a href="http://4.bp.blogspot.com/_-vJw6r2W-bw/Skx-eGvVDAI/AAAAAAAACy0/aB0tCgp73ks/s1600-h/maven-dep3.png"&gt;&lt;img src="http://4.bp.blogspot.com/_-vJw6r2W-bw/Skx-eGvVDAI/AAAAAAAACy0/aB0tCgp73ks/s320/maven-dep3.png" alt="" style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 282px; height: 320px;" border="0" id="BLOGGER_PHOTO_ID_5353793112706976770" /&gt;&lt;/a&gt; &lt;p&gt;Instead of using a query we can use the
      &lt;em&gt;Dependency Management&lt;/em&gt; tab. This tab is enabled if our project's POM contains a &lt;code&gt;dependencyManagement&lt;/code&gt; section (or the parent POM most likely). The tab shows all available artifacts that are defined in the &lt;code&gt;dependencyManagement&lt;/code&gt;. We select the artifact we want to add to our project and press the &lt;em&gt;OK&lt;/em&gt; button to add it to our POM.&lt;/p&gt; &lt;a
      href="http://1.bp.blogspot.com/_-vJw6r2W-bw/Skx-eqPw7CI/AAAAAAAACy8/5XGV4RomTPs/s1600-h/maven-dep5.png"&gt;&lt;img src="http://1.bp.blogspot.com/_-vJw6r2W-bw/Skx-eqPw7CI/AAAAAAAACy8/5XGV4RomTPs/s320/maven-dep5.png" alt="" style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 282px; height: 320px;" border="0" id="BLOGGER_PHOTO_ID_5353793122238262306" /&gt;&lt;/a&gt; &lt;p&gt;And finally we can even select the artifact from one of the open Maven
      projects in NetBeans. If we have more than one Maven project in the &lt;em&gt;Projects&lt;/em&gt; window the &lt;em&gt;Open Projects&lt;/em&gt; tab of the &lt;em&gt;Add Dependency&lt;/em&gt; dialog window is enabled. To add the project's artifact to our POM we select the project and press the &lt;em&gt;OK&lt;/em&gt; button.&lt;/p&gt; &lt;a href="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skx-ervGpPI/AAAAAAAACzE/CkdpC9Poi-g/s1600-h/maven-dep4.png"&gt;&lt;img
      src="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skx-ervGpPI/AAAAAAAACzE/CkdpC9Poi-g/s320/maven-dep4.png" alt="" style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 282px; height: 320px;" border="0" id="BLOGGER_PHOTO_ID_5353793122638144754" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img src="https://blogger.googleusercontent.com/tracker/6671019398434141469-3996309648118220493?l=mrhaki.blogspot.com" height="1" width="1"
      /&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 02 Jul 2009 09:33:45 +0000</pubDate>
    </item>
    <item>
      <title>Adam Bien: How To Debug Unit Tests In Netbeans 6.7</title>
      <guid isPermaLink="false">http://www.adam-bien.com/roller/abien/entry/how_to_debug_unit_tests</guid>
      <link>http://www.adam-bien.com/roller/abien/entry/how_to_debug_unit_tests</link>
      <description>&lt;p&gt;&lt;span class="Apple-style-span"&gt;In&#160;Netbeans&#160;6.7&#160;you&#160;can&#160;invoke,&#160;and&#160;especially&#160;debug unit tests in the following way:&lt;br /&gt;&lt;br /&gt;1. From test results:&lt;br /&gt;-&#160;Invoke context menu on a given test and select 'Debug'&lt;br /&gt;&lt;br /&gt;2. From project&lt;br /&gt;- &#160;Select test file and choose "Debug-&gt;Debug Test File" from main menu or press Ctrl_Shift_F6 (on Mac Cmd_Shift_F6)&lt;br /&gt;&lt;br /&gt;The
      way on how test are executed is changed right after 6.5, you may get more insight from&#160;&lt;a href="http://www.netbeans.org/issues/show_bug.cgi?id=119922"&gt;http://www.netbeans.org/issues/show_bug.cgi?id=119922&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please also check&#160;&lt;a href="http://www.netbeans.org/issues/show_bug.cgi?id=158812"&gt;http://www.netbeans.org/issues/show_bug.cgi?id=158812&lt;/a&gt;, to track the recent changes.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span
      class="Apple-style-span"&gt;Thanks to Alexei Mokeev for providing this information - I was shortly before filing a P1 bug :-). In my opinion the Netbeans 6.5 way was more intuitive. &#160;&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jul 2009 06:44:49 +0000</pubDate>
    </item>
    <item>
      <title>Messages from mrhaki: Generate code with code completion in NetBeans</title>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-6671019398434141469.post-5397275579955912283</guid>
      <link>http://mrhaki.blogspot.com/2009/07/generate-code-with-code-completion-in.html</link>
      <description>&lt;p&gt;The code completion for Java in NetBeans 6.7 also includes options for code to be generated. In previous versions we had to use &lt;em&gt;Source | Insert Code...&lt;/em&gt;, but now we only have to press &lt;em&gt;Ctrl+Space&lt;/em&gt; and we get to see which code can be generated by NetBeans.&lt;/p&gt; &lt;p&gt;Suppose we have the followings simple class:&lt;/p&gt; &lt;pre class="brush:java"&gt;package javaapplication11; public class MyObject { private String netbeansRules;
      }&lt;/pre&gt; &lt;p&gt;We press &lt;em&gt;Ctrl+Space&lt;/em&gt; (in Windows) to activate code completion (or select &lt;em&gt;Source | Complete Code...&lt;/em&gt;. NetBeans shows the code completion popup:&lt;/p&gt; &lt;a href="http://1.bp.blogspot.com/_-vJw6r2W-bw/Skr2b0wl6UI/AAAAAAAACyc/q72iH0kCeeg/s1600-h/code-generate.png"&gt;&lt;img src="http://1.bp.blogspot.com/_-vJw6r2W-bw/Skr2b0wl6UI/AAAAAAAACyc/q72iH0kCeeg/s320/code-generate.png" alt="" style="display: block; margin: 0px auto 10px;
      text-align: center; cursor: pointer; cursor: hand; width: 320px; height: 314px;" border="0" id="BLOGGER_PHOTO_ID_5353362064962611522" /&gt;&lt;/a&gt; &lt;p&gt;At the top we see the code NetBeans can generate for us. We see constructors, methods to override from &lt;code&gt;java.lang.Object&lt;/code&gt; and get/set methods for our property:&lt;/p&gt; &lt;p&gt;We select the option we want to let NetBeans generate the code.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img
      src="https://blogger.googleusercontent.com/tracker/6671019398434141469-5397275579955912283?l=mrhaki.blogspot.com" height="1" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 02 Jul 2009 05:38:02 +0000</pubDate>
    </item>
    <item>
      <title>Geertjan's Blog: Why Grails Users Will Like NetBeans IDE 6.7 Even More Than NetBeans IDE 6.5</title>
      <guid isPermaLink="false">http://blogs.sun.com/geertjan/entry/why_grails_users_will_like</guid>
      <link>http://blogs.sun.com/geertjan/entry/why_grails_users_will_like</link>
      <description>Here's some news for Grails users. Let's say this is my domain class: &lt;p&gt;&lt;img src="http://blogs.sun.com/geertjan/resource/grails-in-67-nb-2.png" border="1" /&gt; &lt;/p&gt;&lt;p&gt;Now, this is code completion in the BootStrap.groovy for the above domain class in NetBeans IDE 6.5: &lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.sun.com/geertjan/resource/grails-in-67-nb-3.png" border="1" /&gt; &lt;/p&gt;&lt;p&gt;And now, in NetBeans IDE 6.7, here's code completion in the same
      BootStrap.groovy: &lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.sun.com/geertjan/resource/grails-in-67-nb-1.png" border="1" /&gt; &lt;/p&gt;&lt;p&gt;Not bad, right? Get started with Grails in NetBeans IDE here: &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.netbeans.org/kb/docs/web/grails-quickstart.html"&gt;http://www.netbeans.org/kb/docs/web/grails-quickstart.html&lt;/a&gt; &lt;/p&gt;&lt;p&gt;...or do so here on the Grails site: &lt;/p&gt;&lt;p&gt;&lt;a
      href="http://www.grails.org/NetBeans+Integration"&gt;http://www.grails.org/NetBeans+Integration&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font color="red"&gt;In other news.&lt;/font&gt;&lt;/b&gt; Now &lt;a href="http://video.google.com/videoplay?docid=1571996128483842406&amp;amp;ei=grNLSo-zJ4L82wKqxN3cBg&amp;amp;q=louis+theroux"&gt;here's&lt;/a&gt; an interesting movie about Michael Jackson. Can't find the second part, though.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2009 20:00:17 +0000</pubDate>
    </item>
    <item>
      <title>NetBeans Zone - The social network for developers: Central Washington University on the NetBeans Platform</title>
      <guid isPermaLink="false">http://netbeans.dzone.com/10872 at http://netbeans.dzone.com</guid>
      <link>http://feeds.dzone.com/~r/zones/netbeans/~3/fi83c5ARl8Q/central-washington-university</link>
      <description>Andreas Stefik (pictured, right) is an instructor currently teaching at Central Washington University (CWU). He is beginning teaching as an assistant professor next year at Southern Illinois University Edwardsville (SIUE). His primary area of interest and research is in developing custom programming languages and compilers.&lt;img src="http://feeds.feedburner.com/~r/zones/netbeans/~4/fi83c5ARl8Q" height="1" width="1" /&gt;</description>
      <pubDate>Wed, 01 Jul 2009 17:46:49 +0000</pubDate>
    </item>
    <item>
      <title>N, Varun » NetBeans: Community Docs and NetBeans</title>
      <guid isPermaLink="false">http://nbguru.wordpress.com/?p=1909</guid>
      <link>http://nbguru.wordpress.com/2009/07/01/community-docs-and-netbeans/</link>
      <description>&lt;div class="snap_preview"&gt;&lt;br /&gt;&lt;p&gt;This is the first time, I thought of &lt;a href="http://www.netbeans.org/issues/show_bug.cgi?id=167832" target="_blank"&gt;filing an issue&lt;/a&gt; for NetBeans Community Docs Program as I have never ever thought there would be a need for it, in the past 2 years. Generally, no one has ever done that, AFAIK.&lt;/p&gt; &lt;p&gt;I have been an &lt;a href="http://nbguru.wordpress.com/community-docs/" target="_blank"&gt;active
      contributor&lt;/a&gt; to NetBeans Community Docs Program and managed it as coordinator for the duration of 11 months (May ‘08 – Mar ‘09). However, I feel there’s lack of coverage of the resources, that are gathered and arranged in the form of several wikis interrelated with each other in a systematic way.&lt;/p&gt; &lt;p&gt;Through this &lt;strong&gt;issue&lt;/strong&gt;, I would like to see increased presence of NetBeans Community Docs in the NetBeans Community. I have some ideas which I would like
      to put forward, but first I want to see interest from your side (Community Members and NetBeans Team).&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Thanks!&lt;/strong&gt;&lt;/p&gt; Posted in Community Docs, NetBeans, Others &lt;a href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/1909/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/1909/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a
      href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/1909/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/1909/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/1909/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/1909/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/1909/"
      rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/1909/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/1909/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/1909/" alt="" border="0" /&gt;&lt;/a&gt; &lt;img src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&amp;amp;blog=3440143&amp;amp;post=1909&amp;amp;subd=nbguru&amp;amp;ref=&amp;amp;feed=1"
      alt="" border="0" /&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Jul 2009 16:36:34 +0000</pubDate>
    </item>
    <item>
      <title>Toni Epple: What’s New in NetBeans Platform 6.7?</title>
      <guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=751</guid>
      <link>http://eppleton.sharedhost.de/blog/?p=751</link>
      <description>&lt;p&gt;There’s a great overview about the new features in NetBEans Platform 6.7 over at DZone:&lt;/p&gt; &lt;p&gt;&lt;a href="http://netbeans.dzone.com/news/whats-new-netbeans-platform-67"&gt;What’s New in NetBeans Platform 6.7? | NetBeans Zone&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;It has all the details. Read it and vote for it!&lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2009 14:28:40 +0000</pubDate>
    </item>
    <item>
      <title>mkleint: Maven, NetBeans platform, JavaRebel</title>
      <guid isPermaLink="false">http://blogs.codehaus.org/people/mkleint/archives/001805_maven_netbeans_platform_javarebel.html</guid>
      <link>http://blogs.codehaus.org/people/mkleint/archives/001805_maven_netbeans_platform_javarebel.html</link>
      <description>&lt;p&gt;When I was &lt;a href="http://blogs.codehaus.org/people/mkleint/archives/001795_appframework_maven_javarebel_and_netbeans.html"&gt;playing with JavaRebel&lt;/a&gt; in April, it was not possible to use JavaRebel with the NetBeans platform. Basically because the module system is just another container and for each container you need a JavaRebel plugin. The guys at Zeroturnaround wrote the plugin a few weeks back (thanks!) so I've downloaded the nightly build and tried to
      experiment a bit. I've also worked some more on &lt;a href="http://blogs.codehaus.org/people/mkleint/index.rdf"&gt;Compile on Save&lt;/a&gt; support for 6.8, so I wanted to test how far we've got with &lt;a href="http://www.netbeans.org/issues/show_bug.cgi?id=161337"&gt;#161337&lt;/a&gt;. Here's the result.&lt;br /&gt; &lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2009 13:59:07 +0000</pubDate>
    </item>
    <item>
      <title>NetBeans Community Docs Blog: NBCD Monthly Newsletter #26</title>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-4439135070202734584.post-5113572316648626837</guid>
      <link>http://nb-community-docs.blogspot.com/2009/07/nbcd-monthly-newsletter-26.html</link>
      <description>The Netbeans Community Docs newsletter for June 2009 is now available.&lt;br /&gt;&lt;br /&gt;To view the newsletter, please click the link below.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.netbeans.org/NBCDNewsJun09"&gt;June 2009&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;View the NBCD Newsletter Index:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.netbeans.org/CommunityDocsNewsletters"&gt;NBCD Newsletter Index&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Best to you, and thanks for reading.&lt;br
      /&gt;&lt;br /&gt;Josh Juneau&lt;div class="blogger-post-footer"&gt;&lt;img src="https://blogger.googleusercontent.com/tracker/4439135070202734584-5113572316648626837?l=nb-community-docs.blogspot.com" height="1" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Jul 2009 12:02:26 +0000</pubDate>
    </item>
    <item>
      <title>N, Varun » NetBeans: Blog Series and PrayogShala</title>
      <guid isPermaLink="false">http://nbguru.wordpress.com/?p=1905</guid>
      <link>http://nbguru.wordpress.com/2009/07/01/blog-series-and-prayogshala/</link>
      <description>&lt;div class="snap_preview"&gt;&lt;br /&gt;&lt;h3&gt;PrayogShala (New Blog)&lt;/h3&gt; &lt;p&gt;I have some important news to share, I will contiuning some of the blog series (started here) at &lt;a href="http://prayogshala.wordpress.com/" target="_blank"&gt;another blog&lt;/a&gt;. As announced yesterday, I have launched the new blog today.&lt;/p&gt; &lt;p&gt;Currently, there are two posts. &lt;a href="http://prayogshala.wordpress.com/2009/07/01/netbeans-plugins-at-kenai-part-3/"
      target="_blank"&gt;One&lt;/a&gt; of the them, continues the series I started here with the following blogs;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Part Two |&lt;/strong&gt; &lt;a href="http://nbguru.wordpress.com/2009/06/10/netbeans-plugins-at-kenai-part-2/" target="_blank"&gt;http://nbguru.wordpress.com/2009/06/10/netbeans-plugins-at-kenai-part-2/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Part One |&lt;/strong&gt; &lt;a
      href="http://nbguru.wordpress.com/2009/05/31/netbeans-plugins-at-kenai/" target="_blank"&gt;http://nbguru.wordpress.com/2009/05/31/netbeans-plugins-at-kenai/&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Hope you will like this change. Also, I have changed the look of this blog as you would notice. Hoping I will continue to provide quality content on both blogs and interested readers may &lt;a href="http://prayogshala.wordpress.com/about/" target="_blank"&gt;read more about&lt;/a&gt; the new
      blog.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Stay tuned..&lt;/strong&gt;&lt;/p&gt; Posted in Kenai, NetBeans, Personal &lt;a href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/1905/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/1905/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/1905/" rel="nofollow"&gt;&lt;img
      src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/1905/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/1905/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/1905/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/1905/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/1905/" alt=""
      border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/1905/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/1905/" alt="" border="0" /&gt;&lt;/a&gt; &lt;img src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&amp;amp;blog=3440143&amp;amp;post=1905&amp;amp;subd=nbguru&amp;amp;ref=&amp;amp;feed=1" alt="" border="0" /&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Jul 2009 11:13:25 +0000</pubDate>
    </item>
    <item>
      <title>NetBeans for PHP: Announcements</title>
      <guid isPermaLink="false">http://blogs.sun.com/netbeansphp/entry/announcements</guid>
      <link>http://blogs.sun.com/netbeansphp/entry/announcements</link>
      <description>&lt;p&gt;First let me announce the availability of &lt;b&gt;NetBeans IDE 6.7!&lt;/b&gt;&lt;/p&gt; &lt;p&gt;I would like to thank everyone who helped us to make the IDE better. Thanks for every reported issue, comment or contributed&#160;fix. To learn more about NetBeans IDE 6.7 please use the following resources: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;Download NetBeans &lt;a href="http://www.netbeans.org/downloads" class="moz-txt-link-freetext"&gt;http://www.netbeans.org/downloads&lt;/a&gt;
      &lt;br /&gt;&lt;/li&gt; &lt;li&gt;Videos about NetBeans IDE 6.7 &lt;a href="http://www.netbeans.org/kb/docs/intro-screencasts.html" class="moz-txt-link-freetext"&gt;http://www.netbeans.org/kb/docs/intro-screencasts.html&lt;/a&gt; &lt;/li&gt; &lt;li&gt;Features of NetBeans IDE 6.7 &lt;a href="http://www.netbeans.org/features/" class="moz-txt-link-freetext"&gt;http://www.netbeans.org/features/&lt;/a&gt;&lt;/li&gt; &lt;li&gt; General information about the NetBeans: &lt;a href="http://www.netbeans.org/"
      class="moz-txt-link-freetext"&gt;http://www.netbeans.org/&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Second announcement is that long awaited&#160;&lt;b&gt;PHP 5.3.0 is released!&lt;/b&gt;&lt;/p&gt; &lt;p&gt;PHP 5.3.0 brings new feautures and bug fixes. See &lt;a href="http://www.php.net/archive/2009.php#id2009-06-30-1" title="php53announcement"&gt;announcement&lt;/a&gt; for more details. NetBeans IDE 6.8 will bring support for PHP 5.3.0. &#160;For everyone who is eager to play with new features I
      can recommend to download one of latest &lt;a href="http://bertram.netbeans.org/hudson/job/PHP-build/" title="phbuilds"&gt;PHP daily builds&lt;/a&gt; and try our current support. You may be pleasantly surprised and we are curious about your feedback. Definitely you can expect more blog entries announcing individual features in the couple of next weeks.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2009 10:34:44 +0000</pubDate>
    </item>
    <item>
      <title>In perfect (spherical) shape: NetBeans and libraries</title>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-1458940951666589487.post-8319114858133592497</guid>
      <link>http://andreamoz.blogspot.com/2009/07/netbeans-and-libraries.html</link>
      <description>I just upgraded my NetBeans to version 6.7, and being quite lazy I didn't want to recreate all previous libraries and references, but obviously I need them. Yes, I might have decided to keep all settings from the previous version(s), which I regularly backup, but my interface had something strange and the dimensions of some widgets were quite quirky and my knowledge of the program does not go that far.&lt;br /&gt;&lt;br /&gt;Anyway, after restoring the project I'm working on, NetBeans
      informed me of some missing references, just as expected.&lt;br /&gt;&lt;br /&gt;Happy as a clam, I took the previous &lt;span style="font-family: courier new;"&gt;build.properties&lt;/span&gt; file, restored the lines that referred to my libraries (libs, sources and all) and... NetBeans stabbed me in the back! Still, it couldn't see the libraries!&lt;br /&gt;&lt;br /&gt;After some restartings of the program and of the system (hey when you're working with Windows you get used to it... isn't it sad?
      and it often it works... isn't it sadder?) NetBeans still ignored my cries. It turned its back on me, despite all my affection steadily grown in all these years.&lt;br /&gt;&lt;br /&gt;I gave up and recreated the libraries manually, but immediatly thereafter I checked the latest modified files in the &lt;span style="font-family: courier new;"&gt;.netbeans&lt;/span&gt; directory and found out what was missing... what &lt;span style="font-style: italic;"&gt;I&lt;/span&gt; was missing, so actually
      NetBeans didn't stab me in the back so we're still in love. Yes, if you're wondering it, I had to apologize, but it happily welcomed me back.&lt;br /&gt;&lt;br /&gt;Anyway, romances aside, when you create a library NetBeans not only adds the references in your &lt;span style="font-family: courier new;"&gt;build.propertie&lt;/span&gt;s file, but it also create an xml file in the &lt;span style="font-family: courier new;"&gt;config/org-netbeans-api-project-libraries/Libraries&lt;/span&gt;
      directory.&lt;br /&gt;&lt;br /&gt;Should you need it... now you know!&lt;br /&gt;&lt;br /&gt;As a sidenote: apparently NetBeans doesn't always allow the removal of different plugins at the same time, and it took me several tries to disable the profiler (actually I had to remove it, as I didn't manage to just disable it). More on the new version will probably follow, up to now I just can say that my peer likes the new colors of the splash screen.&lt;br /&gt;&lt;br /&gt;While you wait, go &lt;a
      href="http://www.netbeans.org/downloads/index.html" target="_blank"&gt;get it yourself&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img src="https://blogger.googleusercontent.com/tracker/1458940951666589487-8319114858133592497?l=andreamoz.blogspot.com" height="1" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Jul 2009 10:13:21 +0000</pubDate>
    </item>
    <item>
      <title>mkleint: NB 6.7 binaries in Maven repository</title>
      <guid isPermaLink="false">http://blogs.codehaus.org/people/mkleint/archives/001804_nb_67_binaries_in_maven_repository.html</guid>
      <link>http://blogs.codehaus.org/people/mkleint/archives/001804_nb_67_binaries_in_maven_repository.html</link>
      <description>&lt;p&gt;I've uploaded the Netbeans 6.7 final artifacts to the Maven repository at &lt;a href="http://bits.netbeans.org/maven2/"&gt;http://bits.netbeans.org/maven2/&lt;/a&gt;. It contains the module jars, NBM files, javadoc and source jars and other artifacts relevant to 6.7 release.&lt;/p&gt; &lt;p&gt;Please note that when upgrading your NetBeans platform application from 6.5 to 6.7, you need to increase the version of all artifacts from &lt;b&gt;RELEASE65&lt;/b&gt; to
      &lt;b&gt;RELEASE67&lt;/b&gt; and also in your &lt;b&gt;nbm-application&lt;/b&gt; project, change the dependency from &lt;b&gt;org.netbeans.cluster:platform9&lt;/b&gt; to &lt;b&gt;org.netbeans.cluster:platform10&lt;/b&gt;. The artifactId of the platform cluster has changed as the cluster version was increased. (Not sure what meaningful purpose the cluster numbering serves, but that's a different story)&lt;/p&gt; &lt;pre&gt; &amp;lt;dependency&gt;
      &amp;lt;groupId&gt;org.netbeans.cluster&amp;lt;/groupId&gt; &amp;lt;artifactId&gt;platform10&amp;lt;/artifactId&gt; &amp;lt;version&gt;${netbeans.version}&amp;lt;/version&gt; &amp;lt;type&gt;pom&amp;lt;/type&gt; &amp;lt;/dependency&gt; &lt;/pre&gt; &lt;p&gt;Please note that the current 3.0 version of the nbm-maven-plugin might &lt;a href="http://jira.codehaus.org/browse/MNBMODULE-55"&gt;have problems&lt;/a&gt; with NetBeans 6.7 . A new version of the plugin will appear shortly.&lt;br /&gt;
      &lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2009 09:08:43 +0000</pubDate>
    </item>
    <item>
      <title>J. O'Conner Consulting » NetBeans: My valiant attempt to install JavaFX 1.2 into NetBeans 6.7</title>
      <guid isPermaLink="false">http://joconner.com/?p=185</guid>
      <link>http://joconner.com/netbeans/install-javafx12-nb67</link>
      <description>If you follow NetBeans development, you know that NetBeans 6.7 has been released this week. By far the friendliest IDE for JavaFX development has been NetBeans. However, in a very surprising twist, the latest NetBeans 6.7 release does not include the JavaFX SDK 1.2. Instead, the download’s information page clearly indicates that you’ll need NetBeans [...]</description>
      <pubDate>Wed, 01 Jul 2009 08:07:50 +0000</pubDate>
    </item>
    <item>
      <title>Messages from mrhaki: Auto popup code completion in NetBeans</title>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-6671019398434141469.post-8384018894013525963</guid>
      <link>http://mrhaki.blogspot.com/2009/07/auto-popup-code-completion-in-netbeans.html</link>
      <description>&lt;p&gt;In NetBeans 6.7 we can get code completion as we type. Normally we must invoke code completion with &lt;em&gt;Ctrl+Space&lt;/em&gt;. To get auto popup code completion we go to &lt;em&gt;Tools | Options | Editor | Code Completion&lt;/em&gt;. We select &lt;em&gt;Java&lt;/em&gt; from the &lt;em&gt;Language&lt;/em&gt; combo box. The option dialog window shows the option &lt;em&gt;Auto Popup on Typing Any Java Identifier Part&lt;/em&gt; (What is in a name?). We must select the
      checkbox to get auto popup code completion.&lt;/p&gt; &lt;a href="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skr2BhQcJQI/AAAAAAAACyU/TKUahwZ2s_8/s1600-h/autopopup.png"&gt;&lt;img src="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skr2BhQcJQI/AAAAAAAACyU/TKUahwZ2s_8/s320/autopopup.png" alt="" style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 320px; height: 275px;" border="0" id="BLOGGER_PHOTO_ID_5353361613050881282" /&gt;&lt;/a&gt; &lt;p&gt;Now when we write
      code in the Java editor the code completion popup window shows when we stop typing characters.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img src="https://blogger.googleusercontent.com/tracker/6671019398434141469-8384018894013525963?l=mrhaki.blogspot.com" height="1" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Jul 2009 07:36:01 +0000</pubDate>
    </item>
    <item>
      <title>Messages from mrhaki: Change output font in NetBeans</title>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-6671019398434141469.post-6953859284881117394</guid>
      <link>http://mrhaki.blogspot.com/2009/07/change-output-font-in-netbeans.html</link>
      <description>&lt;p&gt;In the new NetBeans 6.7 we can easily change the font of the output window. We must right-click in the output window and we get a popup menu. We select the option &lt;em&gt;Choose Font...&lt;/em&gt; and we get a dialog window where we can choose the font for the output window.&lt;/p&gt; &lt;a href="http://2.bp.blogspot.com/_-vJw6r2W-bw/Skr1rk7v7EI/AAAAAAAACyE/cJyQVFVxzHA/s1600-h/output-change-font.png"&gt;&lt;img
      src="http://2.bp.blogspot.com/_-vJw6r2W-bw/Skr1rk7v7EI/AAAAAAAACyE/cJyQVFVxzHA/s320/output-change-font.png" alt="" style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 320px; height: 131px;" border="0" id="BLOGGER_PHOTO_ID_5353361236080716866" /&gt;&lt;/a&gt; &lt;p&gt;Changing the size of the font is also very easy. If we right-click in the output window we get a popup menu with the options &lt;em&gt;Larger Font&lt;/em&gt; and &lt;em&gt;Smaller
      Font&lt;/em&gt;. The default shortcut keys in Windows are &lt;em&gt;Ctrl+Plus&lt;/em&gt; and &lt;em&gt;Ctrl+Minus&lt;/em&gt;. So if we have a lot of text in the output window and we have good eyes we can make the font really small to get it all in one output window.&lt;/p&gt; &lt;a href="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skr1r1RflwI/AAAAAAAACyM/c-zM40BjG-c/s1600-h/output-font-size.png"&gt;&lt;img
      src="http://3.bp.blogspot.com/_-vJw6r2W-bw/Skr1r1RflwI/AAAAAAAACyM/c-zM40BjG-c/s320/output-font-size.png" alt="" style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 320px; height: 127px;" border="0" id="BLOGGER_PHOTO_ID_5353361240466888450" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img src="https://blogger.googleusercontent.com/tracker/6671019398434141469-6953859284881117394?l=mrhaki.blogspot.com" height="1" width="1"
      /&gt;&lt;/div&gt;</description>
      <pubDate>Wed, 01 Jul 2009 05:36:20 +0000</pubDate>
    </item>
    <item>
      <title>Geertjan's Blog: Three NetBeans Platform Applications You Never Knew Existed</title>
      <guid isPermaLink="false">http://blogs.sun.com/geertjan/entry/sneak_preview_3_netbeans_platform</guid>
      <link>http://blogs.sun.com/geertjan/entry/sneak_preview_3_netbeans_platform</link>
      <description>Right now, as we speak [type], I am working on articles/interviews relating to three applications on the NetBeans Platform... none of which anyone in the broader NetBeans Platform community knows about. So, to give you a sneak preview, here they are, with a little bit of background info on each. (Not too much info, otherwise why would you want to read the completed article/interview?) &lt;p&gt;First of all, I present... a financial application, which is created in Brazil, by &lt;a
      href="http://www.paulocanedo.com.br/"&gt;Paulo Canedo&lt;/a&gt;, and a team of developers around him, who work for the &lt;a href="http://en.wikipedia.org/wiki/Tocantins_(state)"&gt;Tribunal de Contas do Estado do Tocantins&lt;/a&gt;, a state in Brazil, where all the financial management related to the state is done on the NetBeans Platform. The application was started in 2007 and, in particular, Paulo's team likes the wizard framework of the NetBeans Platform, as well as the update center. Combined,
      these features enable the application to be responsible for all finances in the city, i.e., purchases and payments. The application processes data via XML and then transforms and stores in a Derby database. Furthermore, the application is used to analyze the data thus obtained and stored. &lt;/p&gt;&lt;p&gt;And here is a sneak preview screenshot (more in an upcoming article): &lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.sun.com/geertjan/resource/three-new-nb-apps-1.png" /&gt; &lt;/p&gt;&lt;p&gt;Next,
      an application by Ingmar Hendriks, and others, who are students at the Hogeschool van Amsterdam. Not very long ago, they completed a &lt;a href="http://edu.netbeans.org/courses/nbplatform-certified-training/"&gt;NetBeans Platform Certified Training&lt;/a&gt;. (My blog entry "&lt;a href="http://blogs.sun.com/geertjan/entry/amsterdam_on_the_netbeans_platform"&gt;Amsterdam on the NetBeans Platform&lt;/a&gt;" tells you all about it.) Ingmar's graduation project was to create a sensor monitoring
      application. He had to make two programs, a server and a client. Because he didn't have a whole laboratory full of sensors at school, he had to simulate the sensors by generating random values within a certain parameter. The generation of these random values had to be done on the server, with a time interval of a few hundred milliseconds and the server needed to store these values. This itself sounds very doable until you realize that over 400 sensors had to be simulated, each with an interval of a
      few hundred milliseconds and that these had to be stored into memory and not on the hard drive. &lt;/p&gt;&lt;p&gt;In order to achieve this, the memory had to be controlled, which is not possible with Java because you have no control over memory management... so C++ had to be used. The client, however, was a different story. It only needed to access the values of a sensor and show them in a chart. If a value on the server exceeded its preset safety parameter, it needed to show a warning or error in
      the client. Here's a sneak preview screenshot of the application that resulted from all of this: &lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.sun.com/geertjan/resource/three-new-nb-apps-2.png" /&gt; &lt;/p&gt;&lt;p&gt;And, finally, let's take a look at Central Washington University's programming tools for the blind that, hopefully, will make them more accessible. These tools are very complicated, as they involve custom compilers, debuggers, and sound architectures. These architectures then need to be
      built into standard IDEs. &lt;/p&gt;&lt;p&gt;Here is a screen capture of the environment as a whole, annotated with details of what was added at Central Washington University. Notice that, while the screen capture looks just like NetBeans IDE, what has been added is a new programming language (Hop). In addition, the debugger is "omniscient", which means that you can execute code forward and backward. For example, in most debuggers, you can click "Continue" (the green button) and step the code to the
      next breakpoint. In this debugger, you can also "Rewind" (the blue button) to the previous breakpoint. Similarly, most IDEs let you step over a line of code. This one also lets you step back: &lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.sun.com/geertjan/resource/three-new-nb-apps-3.png" /&gt; &lt;/p&gt;&lt;p&gt;What do these applications gain from being based on the NetBeans Platform? Modularity (i.e., you can create plugins for these applications), while being based on Swing (the standard UI
      toolkit). That's a combination that no other framework provides natively. Typically, a developer using the NetBeans Platform begins by appreciating the NetBeans Platform's Swing extensions, such as the window system and explorer views. Later, the modularity becomes increasingly useful, both from the side of development (i.e., encapsulate code on a level higher than packages, which makes it easier to create work areas for distributed development teams) and from the side of deployment (i.e., the end
      user is able to extend the application, by means of plugins, without needing to download/understand the entire codebase). &lt;/p&gt;&lt;p&gt;But, of course, this is simply the tip of the iceberg. To find out about several other NetBeans Platform applications, &lt;a href="http://platform.netbeans.org/screenshots.html"&gt;click here and browse through the whole showcase&lt;/a&gt;. Several known applications on the NetBeans Platform cannot be advertized, i.e., must remain secret, since they're the basis
      of, for example, military or financial systems whose underlying technologies cannot be made public. In many ways, that's a pity, because the full length and breadth of NetBeans Platform usage will probably never be known. &lt;/p&gt;&lt;p&gt;Want to advertize your application on the NetBeans Platform? For free? Drop me an e-mail at geertjan DOT wielenga AT sun DOT com and it will be given all the attention you desire (plus more).&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jun 2009 21:28:03 +0000</pubDate>
    </item>
    <item>
      <title>Miles to go ...: FISL 2009 Wrapup - 3 talks, 1 talk show, 14 blogs, 10 videos, 275 pics, 2 GlassFish production stories</title>
      <guid isPermaLink="false">http://blogs.sun.com/arungupta/entry/fisl_2009_wrapup_3_talks</guid>
      <link>http://blogs.sun.com/arungupta/entry/fisl_2009_wrapup_3_talks</link>
      <description>&lt;a href="http://fisl.softwarelivre.org/10/www/"&gt;&lt;br /&gt; FISL 2009&lt;/a&gt; wrapped up over the weekend. Even though the conference officially ended on Saturday but the connections made there will certainly allow us to continue all the great momentum. The conference celebrates open source and it was certainly great to see Federal Government and Banks with their booths in the exhibitor halls. The visit by Brazilian President Lula certainly highlights the importance of this
      conference to the local community. There were booths from Debian, Firefox, Ubuntu and other major open source softwares. Some commercial vendors had a booth as well and of course Sun Microsystems had a big presence with &lt;a href="http://glassfish.org"&gt;GlassFish&lt;/a&gt;, &lt;a href="http://opensolaris.org"&gt;Open Solaris&lt;/a&gt;, &lt;a href="http://netbeans.org"&gt;NetBeans&lt;/a&gt;, &lt;a href="http://mysql.org"&gt;MySQL&lt;/a&gt; and &lt;a href="http://sun.com/opensource"&gt;other
      offerings&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt; I delivered 3 talks and participated in 1 talk show:&lt;br /&gt; &lt;ul&gt; &lt;li&gt;Java EE 6 (&lt;a href="http://blogs.sun.com/arungupta/resource/confs/javaee6-javali.pdf"&gt;slides&lt;/a&gt;) &amp;amp; Enterprise Features of GlassFish (&lt;a href="http://blogs.sun.com/arungupta/resource/confs/glassfish-javali.pdf"&gt;slides&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Creating powerful web applications using GlassFish, MySQL and NetBeans/Eclipse &lt;a
      href="http://blogs.sun.com/arungupta/resource/confs/glassfish-fisl-2009.pdf"&gt;slides&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Continuous Integration using Hudson (&lt;a href="http://blogs.sun.com/arungupta/entry/fisl_2009_day_3_in"&gt;slides&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Simon Phipps Talk Show&lt;/li&gt; &lt;/ul&gt; This blog featured 14 blogs, 10 videos, 275 pictures and 2 GlassFish production stories &lt;a href="http://blogs.sun.com/arungupta/tags/fisl"&gt;over the past week&lt;/a&gt;. The collage is
      created from some of the pictures:&lt;br /&gt; &lt;br /&gt; &lt;a href="http://picasaweb.google.com/arun.gupta/Fisl2009#5352856431161817570"&gt;&lt;img src="http://lh6.ggpht.com/_wIoV5EX5M-0/SkkqkEEQueI/AAAAAAAAUbk/LEBOjKtDVIg/s640/fisl-2009.jpg" alt="FISL 2009 Collage (click to see larger version)" style="border: 2px solid ; width: 640px; height: 400px;" title="FISL 2009 Collage (click to see larger version)" /&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; Click on the collage to see a larger version. The
      complete photo album is available at:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; A playlist of all the 10 videos is below:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; And now all the 14 blog entries ...&lt;br /&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/glassfish_swimming_to_fisl_brazil"&gt;GlassFish Swimming to FISL, Brazil&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/javali_2009_trip_report"&gt;Javali 2009 Trip
      Report&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/fisl_2009_day_1_report"&gt;FISL 2009 Day 1 Report&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/porto_alegre_i_shoot_you"&gt;Porto Alegre - I shoot you, you shoot me&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/running_inside_parque_moinhos_de"&gt;Running inside Parque Moinhos de Vento, Porto Alegre&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a
      href="http://blogs.sun.com/arungupta/entry/porto_alegre_i_shoot_you1"&gt;Porto Alegre - I shoot you, you shoot me&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/fisl_day_2_in_pictures"&gt;FISL Day 2 in Pictures &amp;amp; Videos&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/supercrud_com_in_brazil_picked"&gt;supercrud.com in Brazil picked GlassFish over JBoss - Find out why!&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a
      href="http://blogs.sun.com/arungupta/entry/porto_alegre_i_shoot_you3"&gt;Porto Alegre - I shoot you, you shoot me&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/digital_tv_based_banking_using"&gt;Digital TV-based Banking using GlassFish, NetBeans and MySQL - Ginga community in Brazil&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/fisl_2009_day_3_in"&gt;FISL 2009 Day 3 in Pictures &amp;amp; Videos&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a
      href="http://blogs.sun.com/arungupta/entry/porto_alegre_i_shoot_you2"&gt;Porto Alegre - I shoot you, you shoot me&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/fisl_2009_day_4_in"&gt;FISL 2009 Day 4 in Pictures&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.sun.com/arungupta/entry/porto_alegre_i_shoot_you4"&gt;Porto Alegre - I shoot you, you shoot me&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; Over all, thoroughly enjoyed the Brazilian spirit and looking forward to
      next visit!&lt;br /&gt; &lt;br /&gt; Many thanks to the Sun Brazil team, especially &lt;a href="http://today.java.net/pub/au/88"&gt;Bruno Souza&lt;/a&gt;, &lt;a href="http://weblogs.java.net/blog/maltron/"&gt;Mauricio Leal&lt;/a&gt;, Eduardo Lima, &lt;a href="http://blogs.sun.com/vitoriosassi/"&gt;Vitorio Sassi&lt;/a&gt; and other &lt;a href="http://developers.sun.com/students/campus.jsp"&gt;Campus Ambassadors&lt;/a&gt;!&lt;br /&gt; &lt;br /&gt; &lt;small&gt;Technorati: &lt;a
      href="http://technorati.com/tags/conf"&gt;conf&lt;/a&gt; &lt;a href="http://technorati.com/tags/brazil"&gt;brazil&lt;/a&gt; &lt;a href="http://technorati.com/tags/fisl"&gt;fisl&lt;/a&gt; &lt;a href="http://technorati.com/tags/javali"&gt;javali&lt;/a&gt; &lt;a href="http://technorati.com/tags/glassfish"&gt;glassfish&lt;/a&gt; &lt;a href="http://technorati.com/tags/netbeans"&gt;netbeans&lt;/a&gt; &lt;a href="http://technorati.com/tags/mysql"&gt;mysql&lt;/a&gt; &lt;a
      href="http://technorati.com/tags/hudson"&gt;hudson&lt;/a&gt;&lt;/small&gt;</description>
      <pubDate>Tue, 30 Jun 2009 17:52:27 +0000</pubDate>
    </item>
    <item>
      <title>Java and Nigerian Developers » Netbeans: The Tale of Two Carpenters</title>
      <guid isPermaLink="false">http://trinisoftinc.wordpress.com/?p=73</guid>
      <link>http://trinisoftinc.wordpress.com/2009/06/30/the-tale-of-two-carpenters/</link>
      <description>&lt;div class="snap_preview"&gt;&lt;br /&gt;&lt;p&gt;Why is it a good thing to have personal frameworks and libraries, why don’t I just build a monolithic system, that does one thing and does it good. Let me tell you a story of two capenters.&lt;/p&gt; &lt;p&gt;Adrian the first capenter likes build things. He can build anything giving the proper amount of time and motivation.&lt;/p&gt; &lt;p&gt;Sean also loves building things, but he hates doing the same thing twice.&lt;/p&gt;
      &lt;p&gt;One day a company approached both Adrian and Sean to build a special kind of chair for them. They did this so that they could pick the best from both. Adrian was the first to turn in his prototype. He has it all well planned and thought out. They liked it and told him they will get back to him before long. They have to wait another two days before Sean could turn in his own prototype. They also liked it, It looked so much like that of Adrian, they have both followed the specifications well.
      When the time for choice came, they chose Adrian over Sean because he took less time in building his prototype.&lt;/p&gt; &lt;p&gt;Problems started when the have a new staff member who wouldn’t fit into the chair because he was….rather big. They need to modify the SEAT. They called in Adrian and he said no problem, he went ahead to modify the CHAIR, adding a new kind of seat. It took him as long as it took him to build the chair to modify the seat.&lt;/p&gt; &lt;p&gt;Over time, these modifications
      were becoming more and more frequent and Adrian has to build a new kind of chair almost every other week just because of a slight modification. It came to a time that the company weren’t happy and began complaining. They went on the lookout for Sean, just maybe he could help them.&lt;/p&gt; &lt;p&gt;They found Sean and told him their problems. He laughed and said that it wasn’t a problem at all, and then he told them why his prototype took a bit longer to produce.&lt;/p&gt; &lt;p&gt;Sean, unlike
      Adrian didn’t build a CHAIR. He built the components that make up the chair. He built the front legs, back legs, arm rests, back rests, seat etc. It took him as long as it took Adrian to complete the chair. After building the chair, he started assembling them and that was why it took him longer. But now the company suddenly saw the solution to their problem. Adrian built a chair and so each modification no matter how small will alter the chair. Sean built components therefore he will need to modify
      only the component parts that are affected.&lt;/p&gt; &lt;p&gt;I told this story to say that as a developer, I strongly believe that you try as much as possible to have a personal library. It will help you a lot in the long run. Those days when I was still naive, when I hear “library”, I don’t see it as a thing that I must build. My software are large and monolithic. A little change to one part of the software will make me pull down the whole bunch. Now I know better. Whenever I see a feature that I
      have used twice, either in the same project or different projects, It is going into a library. I am happier now than then.&lt;/p&gt; &lt;p&gt;Also when you have a large project, please and please MODULARIZE. You don’t want to know what trouble you will save yourself or the person maintaining that project in the future.&lt;/p&gt; &lt;a href="http://feeds.wordpress.com/1.0/gocomments/trinisoftinc.wordpress.com/73/" rel="nofollow"&gt;&lt;img
      src="http://feeds.wordpress.com/1.0/comments/trinisoftinc.wordpress.com/73/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/godelicious/trinisoftinc.wordpress.com/73/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/trinisoftinc.wordpress.com/73/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/gostumble/trinisoftinc.wordpress.com/73/" rel="nofollow"&gt;&lt;img
      src="http://feeds.wordpress.com/1.0/stumble/trinisoftinc.wordpress.com/73/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/godigg/trinisoftinc.wordpress.com/73/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/trinisoftinc.wordpress.com/73/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/goreddit/trinisoftinc.wordpress.com/73/" rel="nofollow"&gt;&lt;img
      src="http://feeds.wordpress.com/1.0/reddit/trinisoftinc.wordpress.com/73/" alt="" border="0" /&gt;&lt;/a&gt; &lt;img src="http://stats.wordpress.com/b.gif?host=trinisoftinc.wordpress.com&amp;amp;blog=3613185&amp;amp;post=73&amp;amp;subd=trinisoftinc&amp;amp;ref=&amp;amp;feed=1" alt="" border="0" /&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 30 Jun 2009 16:13:40 +0000</pubDate>
    </item>
    <item>
      <title>N, Varun » NetBeans: James Gosling, NBDT Honorary Member</title>
      <guid isPermaLink="false">http://nbguru.wordpress.com/?p=1888</guid>
      <link>http://nbguru.wordpress.com/2009/06/30/james-gosling-nbdt-honorary-member/</link>
      <description>&lt;div class="snap_preview"&gt;&lt;br /&gt;&lt;p&gt;I was wondering whether to blog this or not. However, I felt its important the NetBeans Community must know this. Last month at JavaOne, &lt;strong&gt;&lt;a href="http://nbguru.blogspot.com/2009/06/winning-dukes-choice-and-james-goslings.html" target="_blank" title="NetBeans Dream Team Member"&gt;Sven Reimers&lt;/a&gt;&lt;/strong&gt; who received &lt;strong&gt;Duke’s Choice Award&lt;/strong&gt;, inducted &lt;strong&gt;James
      Gosling&lt;/strong&gt; into the &lt;a href="http://wiki.netbeans.org/NBDTHonoraryMembers" target="_blank"&gt;NetBeans Dream Team Wall of Fame&lt;/a&gt;. &lt;strong&gt;Thank you so much!&lt;/strong&gt;&lt;/p&gt; &lt;p style="text-align: center;"&gt;&lt;a href="http://nbguru.files.wordpress.com/2009/06/james-and-sven.jpg" target="_blank"&gt;&lt;img src="http://nbguru.files.wordpress.com/2009/06/james-and-sven.jpg?w=320&amp;amp;h=227" title="Sven Reimers and James Gosling, members of NetBeans Dream
      Team" height="227" width="320" alt="Sven Reimers and James Gosling, members of NetBeans Dream Team" class="size-full wp-image-1892 aligncenter" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;Netbeans Dream Team Honorary Members&lt;/h3&gt; &lt;p&gt;Honorary members are previous Dream Team members who opted out. They must be a Dream Team member for a continuous year before they are Honorary Members. They reserve the right to be a Dream Team guest at any time. The do not reserve the right to use the Dream Team
      logo in future works. They do not receive any software, hardware, clothing, or other material benefits which may or may not be given to Dream Team Members.&lt;/p&gt; &lt;blockquote&gt; &lt;p style="text-align: center;"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;Other News&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="text-align: center; padding-left: 30px;"&gt;I have setup a new blog for my experimental work, I like to carry out either with NetBeans Platform or any other
      technologies. I will be announcing it tomorrow.&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;&lt;strong&gt;Stay tuned..&lt;/strong&gt;&lt;/p&gt; Posted in Java, NetBeans, Personal &lt;a href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/1888/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/1888/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/1888/" rel="nofollow"&gt;&lt;img
      src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/1888/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/1888/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/1888/" alt="" border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/1888/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/1888/" alt=""
      border="0" /&gt;&lt;/a&gt; &lt;a href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/1888/" rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/1888/" alt="" border="0" /&gt;&lt;/a&gt; &lt;img src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&amp;amp;blog=3440143&amp;amp;post=1888&amp;amp;subd=nbguru&amp;amp;ref=&amp;amp;feed=1" alt="" border="0" /&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 30 Jun 2009 15:09:04 +0000</pubDate>
    </item>
    <item>
      <title>JamesBranam's Blog: NetBeans 6.7 Available</title>
      <guid isPermaLink="false">http://blogs.sun.com/branajam/entry/netbeans_6_7_available</guid>
      <link>http://blogs.sun.com/branajam/entry/netbeans_6_7_available</link>
      <description>&lt;p&gt;&lt;img src="http://blogs.sun.com/branajam/resource/nb67.png" /&gt; &lt;/p&gt;&lt;p&gt; Hi all, &lt;/p&gt;&lt;p&gt; You've probably heard the big news: NetBeans 6.7 is live. Here is the official press release: &lt;/p&gt;&lt;p&gt; &lt;b&gt;NetBeans.org is proud to announce the availability of NetBeans IDE 6.7!&lt;/b&gt; &lt;/p&gt;&lt;p&gt; The focus of NetBeans IDE 6.7 is connectivity—helping developers to connect to the latest technologies and to each other. New features include
      integration with Project Kenai, a collaborative environment for developers to host their open-source projects; native Maven support, and Hudson integration. &lt;/p&gt;&lt;p&gt; Building on the success of previous releases, NetBeans IDE 6.7 offers enhancements for Java, PHP, Ruby, JavaScript, Groovy and C/C++, and more. Additional highlights include a self-diagnostic Profiler, and support for SVG Rich Components, remote debugging in Ruby, and the latest version of GlassFish. The release also provides
      plug-in support for Zembly, a single registry and repository for popular Web APIs. &lt;/p&gt;&lt;p&gt; Providing superior support for multiple languages and innovative team support through Project Kenai, the NetBeans IDE 6.7 is the ideal tool for developers to stay connected to their teams and to the latest technologies! &lt;/p&gt;&lt;p&gt; NetBeans IDE 6.7 is available in English, Brazilian Portuguese, Japanese and Simplified Chinese. There are several community-contributed localization efforts
      underway to support additional languages. &lt;a href="http://translatedfiles.netbeans.org/"&gt;Join&lt;/a&gt; the efforts today. &lt;/p&gt;&lt;p&gt; &lt;b&gt; More information about NetBeans IDE 6.7:&lt;/b&gt; &lt;/p&gt;&lt;ul&gt; &lt;li&gt;&lt;a href="http://www.netbeans.org/features/index.html"&gt;NetBeans IDE 6.7 Features&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.netbeans.org/kb/index.html"&gt;NetBeans IDE 6.7 Tutorials and Documentation&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a
      href="http://www.netbeans.org/kb/docs/intro-screencasts.html"&gt;Videos of NetBeans IDE 6.7 in Action&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; As always, we welcome and encourage feedback about your experience using the NetBeans IDE. Share your thoughts on our &lt;a href="http://www.netbeans.org/community/lists/top.html"&gt;mailing lists and forums&lt;/a&gt;. If you blog about NetBeans add your blog to &lt;a href="http://planetnetbeans.org/"&gt;Planet NetBeans&lt;/a&gt;. Follow &lt;a
      href="http://twitter.com/netbeans"&gt;NetBeans on Twitter&lt;/a&gt; for updates about NetBeans news and development. &lt;p&gt; &lt;b&gt;NetBeans IDE Connects Developers!&lt;/b&gt; &lt;/p&gt;&lt;p&gt; Cheers! &lt;/p&gt;&lt;p&gt; --James &lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jun 2009 10:49:47 +0000</pubDate>
    </item>
    <item>
      <title>Adam Bien: Netbeans 6.7 (prev. Netbeans 7.0) - For Clouds - Detailed Overview</title>
      <guid isPermaLink="false">http://www.adam-bien.com/roller/abien/entry/netbeans_6_7_prev_netbeans1</guid>
      <link>http://www.adam-bien.com/roller/abien/entry/netbeans_6_7_prev_netbeans1</link>
      <description>&lt;p&gt; &lt;a href="http://www.h-online.com/open/NetBeans-6-7-released-focuses-on-Maven-and-Kenai-integration--/news/113640" target="_blank"&gt;Netbeans 6.7 (7.0) features&lt;/a&gt;&#160;- &#160;detailed view (kenai, maven, javaee). Someone translated this article from &lt;a href="http://www.heise.de/developer/NetBeans-6-7-setzt-Fokus-auf-Maven-und-Kenai-Integration--/news/meldung/141249" target="_blank"&gt;German&lt;/a&gt;. Thanks for the translation! &lt;/p&gt;&lt;p&gt;If you want to
      try out kenai go to:&#160;&lt;a href="http://kenai.com/projects/javaee-patterns/"&gt;http://kenai.com/projects/javaee-patterns/&lt;/a&gt;,&#160;&#160;or open "Kenai" Tab --&gt; Open Project and enter:&#160;javaee-patterns.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jun 2009 07:28:31 +0000</pubDate>
    </item>
    <item>
      <title>NetBeans Zone - The social network for developers: NetBeans 6.7 Finally Released</title>
      <guid isPermaLink="false">http://netbeans.dzone.com/11456 at http://netbeans.dzone.com</guid>
      <link>http://feeds.dzone.com/~r/zones/netbeans/~3/2IZS5HqKUGk/netbeans-67-finally-released</link>
      <description>Since today the final version of NetBeans 6.7 can be downloaded here. And do not forget to look here for a feature overview. If you tried the release candidates of 6.7 you will welcome all the new features! Great work! Where can we donate? The first impressions of this release for me as a NetBeans user are:&lt;img src="http://feeds.feedburner.com/~r/zones/netbeans/~4/2IZS5HqKUGk" height="1" width="1" /&gt;</description>
      <pubDate>Tue, 30 Jun 2009 06:49:55 +0000</pubDate>
    </item>
    <item>
      <title>Netbeans: Download NetBeans IDE 6.7</title>
      <guid isPermaLink="false">tag:blogger.com,1999:blog-4827130394695649251.post-4956897433098761492</guid>
      <link>http://netbeanside61.blogspot.com/2009/06/download-netbeans-ide-67.html</link>
      <description>&lt;div&gt;NetBeans IDE 6.7 is out and available for download. The description as given in mailing list is as follows: &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.netbeans.org/downloads/index.html" target="_blank"&gt;Download NetBeans IDE 6.7&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The focus of NetBeans IDE 6.7 is connectivity—helping developers to connect to the latest technologies and to each other. New features include
      integration with Project Kenai, a collaborative environment for developers to host their open-source projects; native Maven support, and Hudson integration. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Building on the success of previous releases, NetBeans IDE 6.7 offers enhancements for Java, PHP, Ruby, JavaScript, Groovy and C/C++, and more. Additional highlights include a self-diagnostic Profiler, and support for SVG Rich Components, remote debugging in Ruby, and the latest version of
      GlassFish. The release also provides plug-in support for Zembly, a single registry and repository for popular Web APIs. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Providing superior support for multiple languages and innovative team support through Project Kenai, the NetBeans IDE 6.7 is the ideal tool for developers to stay connected to their teams and to the latest technologies! &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;NetBeans IDE 6.7 is available in English,
      Brazilian Portuguese, Japanese and Simplified Chinese. There are several community-contributed localization efforts underway to support additional languages. &lt;a href="http://translatedfiles.netbeans.org/"&gt;Join&lt;/a&gt; the efforts today.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;More information about NetBeans IDE 6.7: &lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.netbeans.org/features/index.html"&gt;NetBeans IDE 6.7
      Features&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.netbeans.org/kb/index.html"&gt;NetBeans IDE 6.7 Tutorials and Documentation&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.netbeans.org/kb/docs/intro-screencasts.html"&gt;Videos of NetBeans IDE 6.7 in Action&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;As always, we welcome and encourage &lt;a href="http://www.netbeans.org/about/contact_form.html?to=2"&gt;feedback &lt;/a&gt;about your experience using the NetBeans IDE. Share
      your thoughts on our &lt;a href="http://www.netbeans.org/community/lists/top.html"&gt;mailing lists and forums&lt;/a&gt;. If you blog about NetBeans add your blog to &lt;a href="http://planetnetbeans.org/"&gt;Planet NetBeans&lt;/a&gt;. Follow &lt;a href="http://twitter.com/netbeans"&gt;NetBeans on Twitter&lt;/a&gt; for updates about NetBeans news and development. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;NetBeans IDE Connects Developers!&lt;/b&gt;&lt;/div&gt;&lt;div
      class="blogger-post-footer"&gt;&lt;img src="https://blogger.googleusercontent.com/tracker/4827130394695649251-4956897433098761492?l=netbeanside61.blogspot.com" height="1" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 30 Jun 2009 00:00:49 +0000</pubDate>
    </item>
    <item>
      <title>Miles to go ...: Digital TV-based Banking using GlassFish, NetBeans and MySQL - Ginga community in Brazil</title>
      <guid isPermaLink="false">http://blogs.sun.com/arungupta/entry/digital_tv_based_banking_using</guid>
      <link>http://blogs.sun.com/arungupta/entry/digital_tv_based_banking_using</link>
      <description>&lt;br /&gt; Learn how &lt;a href="http://glassfish.org"&gt;GlassFish&lt;/a&gt; and &lt;a href="http://netbeans.org"&gt;NetBeans&lt;/a&gt; helped &lt;a href="http://www.ginga.org.br/"&gt;Ginga community&lt;/a&gt; to build a TV Banking application in Brazil. See a live demo of the product, it's really exciting!&lt;br /&gt; &lt;br /&gt; Why GlassFish ? - They love how NetBeans tooling completely hides the complexity of what's happening underneath and the ease-of-use with GlassFish.&lt;br
      /&gt; &lt;br /&gt; &lt;br /&gt; Thanks Hugo Lavalle for the interview and good luck with your product!&lt;br /&gt; &lt;br /&gt; &lt;small&gt;Technorati: &lt;a href="http://technorati.com/tags/conf"&gt;conf&lt;/a&gt; &lt;a href="http://technorati.com/tags/fisl"&gt;fisl&lt;/a&gt; &lt;a href="http://technorati.com/tags/brazil"&gt;brazil&lt;/a&gt; &lt;a href="http://technorati.com/tags/glassfish"&gt;glassfish&lt;/a&gt; &lt;a href="http://technorati.com/tags/story"&gt;story&lt;/a&gt; &lt;a
      href="http://technorati.com/tags/netbeans"&gt;netbeans&lt;/a&gt; &lt;a href="http://technorati.com/tags/mysql"&gt;mysql&lt;/a&gt; &lt;a href="http://technorati.com/tags/ginga"&gt;ginga&lt;/a&gt; &lt;a href="http://technorati.com/tags/digitaltv"&gt;digitaltv&lt;/a&gt; &lt;a href="http://technorati.com/tags/banking"&gt;banking&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;</description>
      <pubDate>Mon, 29 Jun 2009 20:26:08 +0000</pubDate>
    </item>
    <item>
      <title>NetBeans Profiler: NetBeans IDE 6.7 Released</title>
      <guid isPermaLink="false">http://blogs.sun.com/nbprofiler/entry/netbeans_ide_6_7_released</guid>
      <link>http://blogs.sun.com/nbprofiler/entry/netbeans_ide_6_7_released</link>
      <description>&lt;p&gt; The NetBeans IDE 6.7 has been released at &lt;a href="http://www.netbeans.org"&gt;http://www.netbeans.org&lt;/a&gt;. News in this release are listed in &lt;a href="http://www.netbeans.org/community/releases/67/index.html"&gt;NetBeans IDE 6.7 Release Information&lt;/a&gt;, release notes are available &lt;a href="http://www.netbeans.org/community/releases/67/relnotes.html"&gt;here&lt;/a&gt;. &lt;/p&gt; &lt;p style="padding-left: 20px;"&gt; &lt;a href="http://www.netbeans.org"
      target="none"&gt;&lt;img src="http://profiler.netbeans.org/blog/images/67_splashscreen.jpg" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The profiler enhances heap analysis capabilities by supporting the &lt;a href="http://blogs.sun.com/nbprofiler/entry/oql_support_in_the_heapwalker"&gt;OQL scripting&lt;/a&gt; in the HeapWalker (hit F1 in the OQL Console to get a detailed help), computing retained sizes for each instance on the heap and listing first N largest objects by retained size. The Overview
      tab introduces information about number of objects pending for finalization and thread call stacks at the heap dump if available.&lt;/p&gt; &lt;p style="padding-left: 20px;"&gt; &lt;a href="http://profiler.netbeans.org/blog/images/67_heapwalker_overview.png" target="none"&gt;&lt;img src="http://profiler.netbeans.org/blog/images/67_heapwalker_overview_small.jpg" border="0" /&gt;&lt;/a&gt;&#160;&#160;&lt;a href="http://profiler.netbeans.org/blog/images/67_heapwalker_oql.png" target="none"&gt;&lt;img
      src="http://profiler.netbeans.org/blog/images/67_heapwalker_oql_small.jpg" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The other major profiler improvements include support for &lt;a href="http://blogs.sun.com/nbprofiler/entry/exporting_data_from_profiler"&gt;exporting profiler results&lt;/a&gt; (live results, profiler snapshots, telemetry data) to CSV, HTML and XML and the &lt;a href="http://wiki.netbeans.org/FitnessViaPartnership"&gt;self-profiling service&lt;/a&gt; called "Profile Me Now!"
      which helps to debug IDE performance problems.&lt;/p&gt; &lt;p style="padding-left: 20px;"&gt; &lt;a href="http://profiler.netbeans.org/blog/images/67_results_export.png" target="none"&gt;&lt;img src="http://profiler.netbeans.org/blog/images/67_results_export_small.jpg" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt; To get a summary information about new profiler features and bugfixes see the &lt;a href="http://profiler.netbeans.org/relnotes.html"&gt;NetBeans profiler 6.7 Release Notes&lt;/a&gt;.
      &lt;/p&gt;</description>
      <pubDate>Mon, 29 Jun 2009 19:15:00 +0000</pubDate>
    </item>
    <item>
      <title>Geertjan's Blog: Back from Brazil: Hello NetBeans IDE 6.7</title>
      <guid isPermaLink="false">http://blogs.sun.com/geertjan/entry/back_from_brazil</guid>
      <link>http://blogs.sun.com/geertjan/entry/back_from_brazil</link>
      <description>I'm back from &lt;a href="http://fisl.softwarelivre.org/10/www/en"&gt;FISL&lt;/a&gt; in Brazil! Too many highlights to do justice to—experiencing presentations by Richard Stallman, Simon Phipps, and Peter Sunde was certainly one of them. Another was being in Brazil at all, of course. Anyway, I summarized it for anyone who'd like to know my take on what happened there (or, at least, to find out what kind of things I personally experienced): &lt;ul&gt; &lt;li&gt;&lt;a
      href="http://java.dzone.com/news/fisl-2009-day-1"&gt; FISL 2009: Day 1... Open source as an attribute instead of an entity&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://java.dzone.com/news/fisl-2009-day-2"&gt;FISL 2009: Day 2... The Internet will not listen to reason&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://java.dzone.com/news/fisl-2009-day-3"&gt;FISL 2009: Day 3... Cybercrime law is equivalent to censorship&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;What I found especially interesting
      about FISL was the focus on copyright / human rights law, as much as on technology itself. In other words, more often than not, the speaker would not do any demonstrations at all, nor talk about what wonderful things their company is doing. Instead, they'd talk about the current state of cybercrime legislation as it pertains to some area or other (see the above links for details). &lt;/p&gt;&lt;p&gt;My award for most inspiring presenter goes to Peter Sunde (&lt;a
      href="http://en.wikipedia.org/wiki/Peter_Sunde"&gt;Wikipedia entry&lt;/a&gt;). My award for most eccentric presenter goes to Richard Stallman (&lt;a href="http://en.wikipedia.org/wiki/Richard_Matthew_Stallman"&gt;Wikipedia entry&lt;/a&gt;). From both I learned an incredible amount. See part 2 above, for all the details. &lt;/p&gt;&lt;p&gt;I had my own few minutes to tell my tale, in a presentation on Saturday entitled "&lt;a href="http://fisl.softwarelivre.org/10/papers/pub/programacao/735"&gt;Java
      Development: Beyond the IDE&lt;/a&gt;". Basically, it was all about how NetBeans IDE 6.7 raises the bar when it comes to what an IDE is able to do. For the first time, with NetBeans IDE 6.7, an IDE is able to manage your project &lt;i&gt;beyond&lt;/i&gt; the create/edit/deploy/debug cycle: you can also store it (for free) in a source code repository, assign issues to it, retrieve the source code, and chat to other team members... all inside the same IDE where you did your coding! Uniqueness was never
      this unique. &lt;/p&gt;&lt;p&gt;Here's my presentation (though the majority was a demo, so you won't see much in the slides): &lt;/p&gt;&lt;p&gt;&lt;a href="http://blogs.sun.com/geertjan/resource/beyondTheIDE.odp"&gt;BeyondTheIDE.odp&lt;/a&gt; (OpenOffice) &lt;/p&gt;&lt;p&gt;And here's a pic of me presenting the agenda of the presentation: &lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.sun.com/geertjan/resource/fisl-nb67-1.png" /&gt; &lt;/p&gt;&lt;p&gt;The above entails that I demoed &lt;a
      href="http://www.kenai.com"&gt;Kenai.com&lt;/a&gt;, GlassFish, MySQL, and VisualVM, in addition to NetBeans IDE. Of course, I ended by summarizing the main enhancements in 6.7: &lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.sun.com/geertjan/resource/fisl-nb67-2.jpg" /&gt; &lt;/p&gt;&lt;p&gt;By the way: &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.netbeans.org/downloads/"&gt;Download NetBeans IDE (for free!) here.&lt;/a&gt; &lt;/p&gt;&lt;p&gt;A lot of cool reactions afterwards. Attendees were amazed at how
      responsive NetBeans is and how many features it has out of the box. The first pic above was taken by Arun Gupta, the second by Eros Stein. He's a NetBeans user I mentioned in the 3rd part of my articles listed above. It was great to meet him. In terms of creating a community around a product, nothing beats talking to a user face to face! &lt;/p&gt;&lt;p&gt;Thanks for the great time at FISL. Especially to the Sun Campus Ambassadors who were there. They were
      great.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 29 Jun 2009 17:17:12 +0000</pubDate>
    </item>
    <item>
      <title>Michael Bien's Weblog: NetBeans OpenGL Pack 0.5.5 released</title>
      <guid isPermaLink="false">http://michael-bien.blogdns.com/mbien/entry/netbeans_opengl_pack_0_51</guid>
      <link>http://michael-bien.blogdns.com/mbien/entry/netbeans_opengl_pack_0_51</link>
      <description>&lt;a href="http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=3260"&gt;&lt;img src="https://netbeans-opengl-pack.dev.java.net/resources/NetBeansOpenGLPackLogo.png" hspace="10" align="left" vspace="0" alt="NetBeans OpenGL Pack logo" border="0" /&gt;&lt;/a&gt; The NetBeans 6.7 compatible OpenGL Pack has been updated to version 0.5.5 and is now available on the &lt;a href="http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=3260"&gt;plugin
      portal&lt;/a&gt; also. The current release is feature compatible with 0.5.4 (&lt;a href="http://michael-bien.blogdns.com/mbien/entry/gl_pack_0_5_4"&gt;release notes&lt;/a&gt;) only JOGL and project webstart extensions have been updated to JOGL 1.1.1a security update.</description>
      <pubDate>Mon, 29 Jun 2009 17:09:55 +0000</pubDate>
    </item>
  </channel>
</rss>
