<?xml version="1.0" encoding="utf-8"?>
<!-- 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
-->
<?xml-stylesheet type="text/xsl" href="https://rollerweblogger.org/roller-ui/styles/rss.xsl" media="screen"?><rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
  <title>Blogging Roller</title>
  <link>https://rollerweblogger.org/roller/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://rollerweblogger.org/roller/feed/entries/rss?tags=netbeans" />
  <description>Dave Johnson on open web technologies, social software and software development</description>
  <language>en-us</language>
  <copyright>Copyright 2026</copyright>
  <lastBuildDate>Sun, 19 Apr 2026 12:36:21 +0000</lastBuildDate>
  <generator>Apache Roller 6.1.5</generator>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/looks_like_i_ll_be</guid>
    <title>Looks like I&amp;#39;ll be waiting for Netbeans 7.1.1</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/looks_like_i_ll_be</link>
    <pubDate>Tue, 10 Jan 2012 07:20:58 +0000</pubDate>
    <category>Java</category>
    <category>jvi</category>
    <category>netbeans</category>
    <category>vi</category>
<description>&lt;blockquote&gt;
jVi Home Page:
NetBeans 7.1 Bug 205835 can lose edits; a variety of jVi commands run into this. jVi-1.4.5 disables itself if it detects module versions with the bug, AFAICT. The bug is scheduled to be fixed in NB-7.1.1; sometime around January/February.
&lt;/blockquote&gt;

&lt;p&gt;Seriously, how can you ship without vi?&lt;/p&gt;
</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/maven_support_in_ides</guid>
    <title>Maven support in IDEs</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/maven_support_in_ides</link>
    <pubDate>Tue, 23 Mar 2010 10:11:14 +0000</pubDate>
    <category>Java</category>
    <category>eclipse</category>
    <category>idea</category>
    <category>maven</category>
    <category>netbeans</category>
<description>&lt;a href=&quot;http://maven.apache.org&quot;&gt;
&lt;img style=&quot;padding:4px;align:left;&quot; src=&quot;http://rollerweblogger.org/roller/mediaresource/f20c4914-80dc-48f5-a8d1-2efa3d89eb07&quot; alt=&quot;Maven Logo&quot;&gt;
&lt;/a&gt;
 
&lt;p&gt;I&amp;#39;ve been switching around between the Eclipse, Netbeans and IntelliJ IDEs at home and at work. I&amp;#39;ve found that fiddling around with multiple IDE specific project configurations and launchers and class-paths is no fun at all. That&amp;#39;s one of the reasons I got interested in Maven. Yes, Maven is a build-system but it&amp;#39;s also a sort of IDE portability solution. Maven projects can be loaded right into all the major Java IDEs as you can see in the screenshots below. IDEs can find your sources, resources, dependencies and via the Maven Jetty plugin even run your Java webapps from the IDE -- things that are not possible if you&amp;#39;re using a custom Ant build-script as we were doing before with Roller.&lt;/p&gt;

&lt;p&gt;Here some screenshots that show the various Maven IDE plugins and their dependency graph feature.&lt;/p&gt;

&lt;b&gt;Roller / Maven Eclipse 3.5 / &lt;a href=&quot;http://m2eclipse.sonatype.org/&quot;&gt;M2Eclipse&lt;/a&gt;&lt;/b&gt;
&lt;p&gt;Here&amp;#39;s Roller loaded into Eclipse via the Maven M2 Eclipse plugin.&lt;p&gt;
&lt;p&gt;
&lt;a href=&quot;http://lh4.ggpht.com/_gRyDsh__fr0/S5JXdBQRLNI/AAAAAAAAAdE/nlZukqREyjI/e3-roller-maven.png&quot; class=&quot;slbLink&quot;&gt;&amp;lt;img src=&amp;quot;http://lh4.ggpht.com/_gRyDsh__fr0/S5JXdBQRLNI/AAAAAAAAAdE/nlZukqREyjI/s288/e3-roller-maven.png&amp;quot; 
alt=&amp;quot;Roller / Maven Eclipse 3.5 / M2Eclipse&amp;quot; /&amp;gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;By the way, if you want detailed instructions for getting Roller 5 up and running in Eclipse with the Eclipse Web tooling, check-out Harald Wellman&amp;#39;s helpful blog on the topic: &lt;a href=&quot;http://hwellmann.blogspot.com/2010/02/setting-up-eclipse-for-roller.html&quot;&gt;Setting up Eclipse for Roller&lt;/a&gt;.&lt;/p&gt;

&lt;b&gt;Roller / &lt;a href=&quot;http://wiki.netbeans.org/NewAndNoteworthyNB68#Maven&quot;&gt;Maven in Netbeans 6.8&lt;/a&gt;&lt;/b&gt;
&lt;p&gt;Here&amp;#39;s Roller loaded into Netbeans as a Maven project.&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://lh5.ggpht.com/_gRyDsh__fr0/S5JYhJYGkDI/AAAAAAAAAdM/9yPXRxlEkGQ/nb-roller-maven.png&quot; class=&quot;slbLink&quot;&gt;&lt;img src=&quot;http://lh5.ggpht.com/_gRyDsh__fr0/S5JYhJYGkDI/AAAAAAAAAdM/9yPXRxlEkGQ/s288/nb-roller-maven.png&quot; alt=&quot;Roller / Maven in Netbeans 6.8&quot;&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;b&gt;Roller / &lt;a href=&quot;http://www.jetbrains.com/idea/features/ant_maven.html&quot;&gt;Maven in IDEA IntelliJ 9.0&lt;/a&gt;&lt;/b&gt;
&lt;p&gt;And here&amp;#39;s Roller loaded into IDEA IntelliJ as a Maven project.&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://lh5.ggpht.com/_gRyDsh__fr0/S5Jb_Rpta7I/AAAAAAAAAdg/uhIDzTT76n0/ij-roller-maven.png&quot; class=&quot;slbLink&quot;&gt;&lt;img src=&quot;http://lh5.ggpht.com/_gRyDsh__fr0/S5Jb_Rpta7I/AAAAAAAAAdg/uhIDzTT76n0/s288/ij-roller-maven.png&quot; alt=&quot;Roller / Maven in IDEA IntelliJ 9.0&quot;&gt;
&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;I&amp;#39;m not sure which I prefer yet.&lt;/p&gt;
&lt;/p&gt;&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/give_up_on_desktop</guid>
    <title>Sun should give up on the desktop?</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/give_up_on_desktop</link>
    <pubDate>Tue, 25 Nov 2008 17:27:19 +0000</pubDate>
    <category>Sun</category>
    <category>java</category>
    <category>mysql</category>
    <category>netbeans</category>
    <category>opensolaris</category>
    <category>sun</category>
<description>&lt;blockquote&gt;&lt;a href=&quot;http://www.tbray.org/ongoing/When/200x/2008/11/24/What-Sun-Should-Do&quot;&gt;Tim Bray: What Sun should do&lt;/a&gt;: Sun is going through a lousy spell right now. Well, so is the worldâ&#128;&#153;s economy in general and the IT business in particular, but this is about Sun. This is my opinion about what my employer should do about it.&lt;/blockquote&gt;

&lt;p&gt;It takes a lot of guts to write a piece like that and I&amp;#39;m really glad Tim did it. I&amp;#39;m going to walk out on the same limb and agree with pretty much everything Tim wrote. Tim wants Sun to focus like a laser on providing the best web platform around with Solaris, storage offerings, Java/Hotspot, Glassfish, MySQL and Netbeans for Java, Ruby, PHP, Groovy, etc. tooling. He writes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Itâ&#128;&#153;s easy to understand how our servers, CMT and x86, and the Solaris OS, fit into the Web Suite. All the software, including the HotSpot, GlassFish, and MySQL runtimes, needs to be obsessively tuned and optimized to run best in the context of the Suite. Obviously, the Suite will also include Ruby and Python and PHP runtimes, similarly tuned.&lt;/p&gt;
&lt;p&gt;All of Sunâ&#128;&#153;s software tooling should have a laser focus on usability, performance, and ease of adoption for the Web Suite.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I agree, but as a web geek I guess I&amp;#39;m pretty biased.&lt;/p&gt;

&lt;p&gt;Tim doesn&amp;#39;t shy away from the critical question of what Sun should stop doing. Tim says Sun should give up on the client-side, dropping JavaFX and JavaME (and OpenOffice too, I presume). Here&amp;#39;s Tim on JavaFX:&lt;/p&gt;

&lt;blockquote&gt;
For actual business apps, the kind that our servers spend most of their time running, the war for the desktop is over and the Web Browser won. I just totally donâ&#128;&#153;t believe that any combination of Flash and Silverlight and JavaFX is going to win it back.
&lt;/blockquote&gt;

&lt;p&gt;I can&amp;#39;t say I disagree with that either. Cutting JavaFX and JavaME would be extremely tough and painful decisions, but somebody&amp;#39;s going to make to make some of those. Looking at things from Tim&amp;#39;s web-platform-only point of view, they make sense. Sun needs only enough client-side software to keep Solaris attractive to developers and to support great development tools on all the platforms that web developers love.&lt;/p&gt;
</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/latest_links40</guid>
    <title>Latest Links</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/latest_links40</link>
    <pubDate>Tue, 8 Jul 2008 14:00:05 +0000</pubDate>
    <category>Links</category>
    <category>energy</category>
    <category>google</category>
    <category>java</category>
    <category>netbeans</category>
    <category>oauth</category>
<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.infoworld.com/article/08/07/07/28TC-ruby-ides_1.html&quot;&gt;InfoWorld 2008-07-07 Lab test: Climb aboard Ruby on Rails&lt;/a&gt;&lt;br&gt;Interesting that the best rated Ruby-on-Rails IDE is the one that is free &amp;amp; opensource. Go Netbeans!&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.tbray.org/ongoing/When/200x/2008/07/07/Atom&quot;&gt;ongoin Â· Atomic Monday&lt;/a&gt;&lt;br&gt;&amp;quot;Herewith some evidence, for the general tech public, that Atompub is a big deal&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.infoq.com/articles/atomserver&quot;&gt;InfoQ: AtomServer â&#128;&#147; The Power of Publishing for Data Distribution&lt;/a&gt;&lt;br&gt;&amp;quot;a distributed, publish-subscribe service is a great way to address resiliency and loose coupling of subsystems&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://blog.reddit.com/2008/06/reddit-goes-open-source.html&quot;&gt;blog.reddit -- what&amp;#39;s new on reddit: reddit goes open source&lt;/a&gt;&lt;br&gt;&amp;quot;Until now, the only portion of reddit that wasn&amp;#39;t freely available is reddit itself&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://googledataapis.blogspot.com/2008/06/oauth-for-google-data-apis.html&quot;&gt;OAuth for Google Data APIs&lt;/a&gt;&lt;br&gt; &amp;quot;we&amp;#39;re proud to announce that all of the Google Data APIs support OAuth&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://google-code-updates.blogspot.com/2008/07/protocol-buffers-our-serialized.html&quot;&gt;Google Code Blog: Protocol Buffers released as Open Source&lt;/a&gt;&lt;br&gt;&amp;quot;think XML, but smaller, faster, and simpler&amp;quot;&lt;/li&gt;

&lt;br&gt;

&lt;li&gt;&lt;a href=&quot;http://www.dailykos.com/storyonly/2008/6/29/123633/282&quot;&gt;Daily Kos: Cars After The Age of Oil&lt;/a&gt;&lt;br&gt;&amp;quot;We can switch to a new tech that is older and simpler than the Internal Combustion Engine - the electric horseless carriage was first created in 1830&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://blog.wired.com/cars/2008/07/laugh-at-high-g.html&quot;&gt;Wired.com: Laugh at High Gas Prices With a 282-MPG VW&lt;/a&gt;&lt;br&gt;&amp;quot;VW has approved a plan to build a limited number of One-Liters in 2010&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.newraleigh.com/articles/archive/sas-solar-farm/#When:16:22:00Z&quot;&gt;SAS Solar Farm | New Raleigh, NC&lt;/a&gt;&lt;br&gt; &amp;quot;Our local 500 pound software gorilla is building a five acre, one megawatt photovoltaic solar farm&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/php_support_in_netbeans</guid>
    <title>PHP support in Netbeans</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/php_support_in_netbeans</link>
    <pubDate>Wed, 28 Nov 2007 16:55:37 +0000</pubDate>
    <category>Java</category>
    <category>netbeans</category>
    <category>php</category>
<description>&lt;p&gt;Hadn&amp;#39;t heard about this one until today, but Netbeans 6.1 will have plugin support for creating, editing, deploying to Apache HTTPD, running and even debugging PHP projects. Check out the details and screenshots on the 
&lt;a href=&quot;http://blogs.sun.com/phantom/entry/hello_netbeans_this_is_php&quot;&gt;Phantom Reference blog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Here&amp;#39;s a sceenshot from the &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/PHP&quot;&gt;Netbeans Wiki page on PHP&lt;/a&gt;:&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/resource/php-netbeans.jpg&quot; alt=&quot;screenshot of PHP in NB editor&quot;&gt;
</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/groovy_netbeans</guid>
    <title>Groovy support back in Netbeans</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/groovy_netbeans</link>
    <pubDate>Wed, 28 Nov 2007 09:05:28 +0000</pubDate>
    <category>Java</category>
    <category>groovy</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;p&gt;After going missing in NB 5.5, Groovy support is back in Netbeans. Basic Groovy support with syntax coloring and support for running scripts from the IDE is available in plugin form (&lt;a href=&quot;http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=3914&quot;&gt;download page&lt;/a&gt;) for Netbeans 6.0 (starting with RC2), read about it on  
&lt;a href=&quot;http://blogs.sun.com/geertjan/entry/groovy_plugin_updates_to_netbeans&quot;&gt;Geertjan&amp;#39;s blog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Here&amp;#39;s what&amp;#39;s coming after Netbeans 6.0, Groovy project support:&amp;lt;/&amp;gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/resource/netbeans-grails.jpg&quot; alt=&quot;screenshot of Groovy NB project types&quot;&gt;

&lt;p&gt;After Netbeans 6.0, the story gets better. &lt;a href=&quot;http://blogs.sun.com/geertjan/entry/big_milestone_for_groovy_and&quot;&gt;Geertjan writes&lt;/a&gt; that a brand new Groovy plugin will be available in the post-6.0 builds that adds support for three types of Groovy projects: applications, class libraries and Grails webapps.&lt;/p&gt;&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/finally_go_to_file_in</guid>
    <title>Finally... &amp;quot;go to file&amp;quot; in Netbeans</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/finally_go_to_file_in</link>
    <pubDate>Wed, 1 Aug 2007 17:02:18 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;p&gt;I&amp;#39;ve been waiting years for this one. As Roumen Strobl &lt;a href=&quot;http://blogs.sun.com/roumen/entry/little_features_that_help&quot;&gt;points out&lt;/a&gt;, the Netbeans 6.0 nightly builds &lt;i&gt;finally&lt;/i&gt; include a &amp;quot;go to file&amp;quot; feature, much like CTRL-SHIFT-R in Eclipse (but in Netbeans 6.0 it&amp;#39;s CTRL-SHIFT-O).&lt;/p&gt;

&lt;p&gt;I&amp;#39;m diggin&amp;#39; 6.0 and it&amp;#39;s starting to look pretty stable in advance of beta1, which is coming out this month. Grab a &lt;a href=&quot;http://bits.netbeans.org/download/6.0/nightly/&quot;&gt;nightly build&lt;/a&gt; and check it out. According to &lt;a href=&quot;http://blogs.sun.com/tor/&quot;&gt;Tor&lt;/a&gt; on the Java Posse the nightly builds are likely to be more stable than the most recent M10 milestone release.&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/basic_groovy_for_netbeans_6</guid>
    <title>Basic Groovy, for Netbeans 6.0</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/basic_groovy_for_netbeans_6</link>
    <pubDate>Mon, 21 May 2007 16:24:23 +0000</pubDate>
    <category>Java</category>
    <category>groovy</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;p&gt;Speaking of open source projects that need help, there&amp;#39;s &lt;a href=&quot;https://coyote.dev.java.net/&quot;&gt;Coyote&lt;/a&gt;, which promised to bring scripting support to Netbeans and did so for Netbeans 5.0. Since then, the project has been pretty stagnant. JRuby&amp;#39;s getting all the attention these days.&lt;br&gt;&lt;/p&gt;&lt;p&gt; &lt;a href=&quot;http://blogs.sun.com/geertjan/entry/basic_groovy&quot;&gt;Geertjan is doing his best&lt;/a&gt; to jump-start Groovy support in Netbeans, but it&amp;#39;s not really his job. He&amp;#39;s gone beyond the call of duty and it looks like he&amp;#39;s got something pretty functional going, which is very nice. I&amp;#39;ve been doing some Groovy scripting lately, so I&amp;#39;ll try it out. It would be cool if the Groovy project itself had time to help out, or even take over, but they&amp;#39;re probably pretty busy too.
&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/geertjan_s_blog</guid>
    <title>Geertjan&amp;#39;s blog</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/geertjan_s_blog</link>
    <pubDate>Tue, 3 Apr 2007 23:01:08 +0000</pubDate>
    <category>Java</category>
    <category>blogging</category>
    <category>java</category>
    <category>netbeans</category>
    <category>sun</category>
<description>&lt;p&gt;I&amp;#39;ve really been enjoying &lt;a href=&quot;http://blogs.sun.com/geertjan&quot;&gt;Geertjan&lt;/a&gt;&amp;#39;s blog recently. Lots of interesting details, screenshots and his passion for his work really comes through. His posts on the Netbeans &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/Schliemann&quot;&gt;Schliemann&lt;/a&gt; generic languages framework and today&amp;#39;s &lt;a href=&quot;http://blogs.sun.com/geertjan/entry/capturing_matisse&quot;&gt;Capturing Matisse&lt;/a&gt; make me want to drop everything and start hacking Netbeans. And I&amp;#39;m especially happy to see that somebody is interesting in Breathing Life Back into a Dead Coyote (&lt;a href=&quot;http://blogs.sun.com/geertjan/entry/breathing_life_into_a_dead&quot;&gt;part 1&lt;/a&gt; and &lt;a href=&quot;http://blogs.sun.com/geertjan/entry/breathing_life_into_a_dead1&quot;&gt;part 2&lt;/a&gt;), which is currently the main vehicle for &lt;a href=&quot;http://groovy.codehaus.org/&quot;&gt;Groovy&lt;/a&gt; language support in Netbeans -- I&amp;#39;d hate to see Groovy dropped in the mad rush to Ruby.&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/netbeans_6_pre_beta_impressions</guid>
    <title>Netbeans 6.0 pre-beta first impressions</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/netbeans_6_pre_beta_impressions</link>
    <pubDate>Wed, 28 Feb 2007 10:21:33 +0000</pubDate>
    <category>Java</category>
    <category>eclipse</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;p&gt;When I saw that &lt;a href=&quot;http://www.tbray.org/ongoing/When/200x/2007/02/26/Netbeans-6&quot;&gt;Tim Bray upgraded&lt;/a&gt; to a Netbeans 6 daily-build and it seemed to work OK, I just had to give it a try myself and I&amp;#39;m glad I did. I&amp;#39;ve been using it for a solid day now and I can tell that it&amp;#39;s going to be a vast improvement over 5.5. It&amp;#39;s fast. It starts up way faster than 5.5, seems faster overall and shutdown is almost instantaneous. Bravo! What else?&lt;br&gt; &lt;/p&gt;&lt;p&gt;Tim was impressed by the hip new JRuby support, and I&amp;#39;ll give that a try, but right now I&amp;#39;m digging the more routine things, things that I&amp;#39;ve been missing from Eclipse like multi-file search &amp;amp; replace, local history and a smart editor. The only thing I miss from Eclipse now is this: Netbeans has a nice Ctrl-Shft-O to &lt;i&gt;Go To Type&lt;/i&gt; feature and I use it all the time; why can&amp;#39;t we have a nice slick Ctrl-Shft-R &lt;i&gt;Go To Resource&lt;/i&gt; like Eclipse does?&lt;br&gt;&lt;br&gt;Anyhow... NB6 is looking good already, so if you&amp;#39;re using 5.5, you might want to take the latest milestone &lt;a href=&quot;http://wiki.netbeans.org/wiki/view/Milestone7Report&quot;&gt;Netbeans 6.0 M7&lt;/a&gt; or one of the &lt;a href=&quot;http://www.netbeans.info/downloads/dev.php&quot;&gt;dailies&lt;/a&gt; for a spin.&lt;br&gt; &lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/visual_web_pack_is_not</guid>
    <title>Visual Web Pack is NOT for you if...</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/visual_web_pack_is_not</link>
    <pubDate>Wed, 6 Dec 2006 18:16:42 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>jsf</category>
    <category>netbeans</category>
    <category>webdev</category>
<description>&lt;blockquote&gt;&lt;a href=&quot;http://blogs.sun.com/roumen/entry/is_netbeans_visual_web_pack&quot;&gt;Roumen&lt;/a&gt;: Visual tools for web development are a double-edged sword. They have their advantages and disadvantages. Some users love Visual Web Pack for what it provides but some of them go crazy because by using visual tools they lose a bit of control or they don&amp;#39;t fit their development environment. So I&amp;#39;d like to discuss this topic, so that you can decide whether Visual Web Pack is for you or it is not.&lt;/blockquote&gt;&lt;p&gt;A very thoughtful and balanced post from Netbeans evangelist Roumen Strobl that examines some of the reasons you might or &lt;i&gt;might not&lt;/i&gt; want to use the new &lt;a href=&quot;http://www.netbeans.org/products/visualweb/&quot;&gt;Netbeans Visual Web Pack&lt;/a&gt;.&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/netbeans_5.5_themed_roller_blog</guid>
    <title>Netbeans 5.5 themed Roller blog</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/netbeans_5.5_themed_roller_blog</link>
    <pubDate>Tue, 31 Oct 2006 08:53:51 +0000</pubDate>
    <category>Java</category>
    <category>netbeans</category>
    <category>roller</category>
<description>You&amp;#39;ve already &lt;a href=&quot;http://www.netbeans.org/&quot;&gt;heard the news&lt;/a&gt; about the Netbeans 5.5 release yesterday, so I won&amp;#39;t bore you with that. Instead, check out the new Netbeans 5.5 theme on the &lt;a href=&quot;http://www.jroller.com/page/nbprofiler&quot;&gt;Netbeans Profiler blog&lt;/a&gt; at JRoller.com. Very nicely done. And it scales too, &lt;a href=&quot;http://blogs.sun.com/watt/entry/why_does_this_still_happen#comments&quot;&gt;Watt&lt;/a&gt; will like that.</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/jboss_netbeans_ide_and_netbeans</guid>
    <title>JBoss Netbeans IDE and Netbeans 5.5 beta 2</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/jboss_netbeans_ide_and_netbeans</link>
    <pubDate>Wed, 6 Sep 2006 21:53:47 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>netbeans</category>
<description>Via &lt;a target=&quot;_self&quot; href=&quot;http://blogs.sun.com/roumen/entry/announcing_jboss_netbeans_ide&quot;&gt;Roumen&lt;/a&gt;, the JBoss Netbeans IDE is available with support for EJB3/JPA. The &lt;a target=&quot;_self&quot; href=&quot;http://www.jboss.com/products/jbossnetbeans&quot;&gt;announcement&lt;/a&gt; is on the JBoss site, &lt;a target=&quot;_self&quot; href=&quot;http://www.netbeans.org/downloads&quot;&gt;downloads&lt;/a&gt; are on the Netbeans site. &lt;br&gt;&lt;br&gt;So now there are two easy ways to get started with EJB3/JPA and both are based on Netbeans: 1) JBoss Netbeans IDE and 2) Netbeans 5.5 plus the Enterprise Pack, which includes Glassfish/Sun Java App Server. Currently, both IDEs are based on Netbeans 5.5 beta 2 but don&amp;#39;t let that scare you away. &lt;br&gt;&lt;br&gt;I&amp;#39;ve been using Netbeans 5.5 beta 2 on my Solaris box for a week or so
now and it&amp;#39;s quite stable. On my Mac, not so much -- beta 2 worked fine
until I installed the Enterprise Pack and then I started to get all
sorts of slow downs and very strange repaint problems in the tree-view.
I upgraded to a Q-Build (the 20060818 one) and now it&amp;#39;s quite usable --
still a little sluggish but then again everything seems sluggish on my
Powerbook these days.&lt;br&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/netbeans_5_5_and_other</guid>
    <title>Netbeans 5.5 (beta) and other new software</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/netbeans_5_5_and_other</link>
    <pubDate>Wed, 24 May 2006 15:28:45 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/community/releases/55/index.html&quot;&gt;&lt;img border=&quot;0&quot; align=&quot;right&quot; src=&quot;http://rollerweblogger.org/resources/roller/NB55beta-webhome.png&quot; alt=&quot;Netbeans logo&quot; class=&quot;photo&quot;&gt;&lt;/a&gt;After I got back from JavaOne, I loaded up on all of the cool new software I saw in action at the conference, including:&lt;br&gt;&lt;ul&gt;&lt;li&gt;&lt;a target=&quot;_self&quot; href=&quot;http://www.netbeans.org/community/releases/55/index.html&quot;&gt;Netbeans 5.5 beta&lt;/a&gt; (build 200605090801)&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_self&quot; href=&quot;http://www.netbeans.org/products/enterprise/index.html&quot;&gt;Netbeans 5.5 Enterprise Pack&lt;/a&gt; &lt;br&gt;&lt;/li&gt;&lt;li&gt;Netbeans 5.5 Subversion Plugin (installed via Update Center)&lt;br&gt; &lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_self&quot; href=&quot;http://developers.sun.com/prodtech/javatools/jscreator/downloads/index.jsp&quot;&gt;Java Studio Creator 2&lt;/a&gt; (Update 1)&lt;br&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_self&quot; href=&quot;http://java.sun.com/javaee/downloads/index.jsp&quot;&gt;Java EE 5 SDK&lt;/a&gt;: includes Sun Java App Server (SJAS) 9 plus Derby and other goodies&lt;/li&gt;&lt;/ul&gt;I installed all of this stuff and I&amp;#39;ve been using Netbeans 5.5 with Subversion support all week. On my Solaris/x64 box, Netbeans 5.5 seems very stable. The Subversion client is a little flakey, as is to be expected for pre-release software, but it&amp;#39;s been really holding its own during some refactoring and package renaming work I&amp;#39;ve had to do this week. &lt;br&gt;&lt;br&gt;So, if you&amp;#39;re itching for Subversion support in Netbeans, give the 5.5 beta a try and help the Netbeans guys out providing feedback on the &lt;a target=&quot;_self&quot; href=&quot;http://www.netbeans.org/community/lists/top.html&quot;&gt;mailing lists&lt;/a&gt; and &lt;a target=&quot;_self&quot; href=&quot;http://www.netbeans.org/community/issues.html&quot;&gt;issue tracker&lt;/a&gt;. &lt;br&gt;&lt;br&gt;The JavaOne general session demos last week (e.g. the build-a-blog-server in 5 minute demo) seemed to show an extremely fast build-deploy-test loop. So next, I&amp;#39;m going to try to switch to SJAS9 + Derby for development and debugging and see how it compares to working with Tomcat / MySQL. Last time I tried SJAS (version 8) for development, I found it to be a little too heavy for my tastes.&lt;br&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/project_teepee_better_subversion_support</guid>
    <title>Project Teepee: better Subversion support for Netbeans</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/project_teepee_better_subversion_support</link>
    <pubDate>Fri, 20 Jan 2006 16:05:11 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;br&gt;&lt;a target=&quot;_self&quot; href=&quot;http://subversion.netbeans.org/teepee/&quot;&gt;Project Teepee&lt;/a&gt;. Great news. I love the new CVS client in Netbeans 5 and now Subversion is getting the same treatment, possibly as soon as May. Via &lt;a target=&quot;_self&quot; href=&quot;http://blogs.sun.com/roller/page/roumen?entry=what_is_project_teepee&quot;&gt;Roumen&lt;/a&gt;.&lt;br&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/better_cvs_integration_for_netbeans</guid>
    <title>Better CVS integration for Netbeans on the way</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/better_cvs_integration_for_netbeans</link>
    <pubDate>Tue, 14 Jun 2005 08:48:56 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;p&gt;
&lt;/p&gt;&lt;blockquote&gt;
&lt;a href=&quot;http://www.netbeans.org/kb/articles/cvs-announce.html&quot;&gt;
Preview version of the new NetBeans CVS Support now available!&lt;/a&gt;:
The NetBeans team is proud to announce a preview (alpha) version of the new redesigned CVS support, an innovative approach to integration of a Version Control System (VCS) into the NetBeans Integrated Development Environment (IDE). The new module provides a simple, efficient IDE versioning workflow and intelligent support for common versioning operations.
&lt;p&gt;
The module is not derived from the current NetBeans VCS support, but instead is meant as a lightweight approach with less focus on architectural abstraction and much more attention to User Interface (UI) functionality. 
&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;
CVS integration is the one thing that keeps pulling me back to Eclipse, so I&amp;#39;m really glad to hear the VCS subsystem is being re-worked (maybe &amp;#39;replaced&amp;#39; is more accurate). 
Check out the 
&lt;a href=&quot;http://www.netbeans.org/kb/articles/cvs-preview.html&quot;&gt;screenshots&lt;/a&gt;, 
looks like good stuff.
I hope better Subversion support is not far behind.
&lt;/p&gt;

&lt;p&gt;
Via 
&lt;a href=&quot;http://blogs.sun.com/roller/page/roumen/20050614#preview_of_new_netbeans_cvs&quot;&gt;
Roman Strobl&lt;/a&gt;
and
&lt;a href=&quot;http://blogs.sun.com/roller/page/johnc/20050613#new_cvs_support_in_netbeans&quot;&gt;
John Jullion-Ceccarelli&lt;/a&gt;
&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/revisiting_netbeans</guid>
    <title>Revisiting Netbeans</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/revisiting_netbeans</link>
    <pubDate>Wed, 22 Sep 2004 21:11:44 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;p&gt;
Eclipse was the first IDE that was powerful enough to pull me away from good old trusty and ubiquitous vi. I had worked on a couple IDE projects, including Object Factory at Rogue Wave and HAHTsite at HAHT, and I had tried almost every Java IDE in existance, but I couldn&amp;#39;t find an IDE that could tempt me away from vi. But, when I tried &lt;a href=&quot;http://eclipse.org&quot;&gt;Eclipse&lt;/a&gt; in 2002 I was sold. What did I like about Eclipse at that time? Take a look at a &lt;a href=&quot;http://www.rollerweblogger.org/page/roller/20020915&quot;&gt;My Eclipse Review&lt;/a&gt; to read my review of Eclipse from September 2002. 
&lt;/p&gt;&lt;p&gt;

&lt;/p&gt;&lt;p&gt;
After seeing lots of cool demos of &lt;a href=&quot;http://developers.sun.com/prodtech/javatools/jscreator/index.jsp&quot;&gt;Java Studio Creator&lt;/a&gt; at JavaOne, hearing about Netbeans 4.0 release, and remembering to eat the &lt;a href=&quot;http://catb.org/~esr/jargon/html/D/dogfood.html&quot;&gt;dogfood&lt;/a&gt;, I decided that I had to take another look at Netbeans. I downloaded the &lt;a href=&quot;http://netbeans.org&quot;&gt;Netbeans 4.0&lt;/a&gt; demo over the weekend and I&amp;#39;ve been working with it all week. If you&amp;#39;ve used Netbeans before, you will notice some drastic changes. The Netbeans UI is much more clean, simple, and easy to use. Gone is the clunky filesystem mounting stuff and the complex options dialog is much more streamlined and easy to grok. 
&lt;/p&gt;

&lt;p style=&quot;text-align:center;&quot;&gt;
Here is a screenshot of Netbeans 4.0b1 showing the Versioning view:
&lt;img alt=&quot;Netbeans 4.0.b1&quot; src=&quot;http://www.rollerweblogger.org/resources/roller/netbeans4-cvs.png&quot;&gt;
&lt;/p&gt;

&lt;p&gt;There are still some shortcomings that will keep me going back to Eclipse, but there are also some areas where Netbeans seems to outshine Eclipse. Here are some of the things that impressed me:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Speed of startup and general responsiveness&lt;/b&gt;: 
&amp;#39;nuff said. IDEA IntelliJ (and others) have proven that Swing Apps don&amp;#39;t have to be slow (and ugly), now Netbeans proves that point as well.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ant integration&lt;/b&gt;: 
Netbeans will read your existing Ant file and use it to drive your project. If you are starting a new project, Netbeans provides new Ant build file for you, loaded with userful targets.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;J2EE server integration&lt;/b&gt;: 
J2EE server startup, shutdown, and debugging for Tomcat (and the Sun app server) is incuded. I had to buy MyEclipse to get this in Eclipse. The integrated UI also allows you to start and stop individual web applications within the server.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;CVS improvements&lt;/b&gt;: 
CVS setup has been much improved and is now easy and trouble free. The new Version Control view of the filesystem is nice. Each file can be expanded to show previous versions and commit comments (see screenshot above).&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Built-in JSP editor&lt;/b&gt;: 
Netbeans also includes built in JSP editor with syntax coloring and code completion (another MyEclipse extra I paid for).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And here are the things that will keep me going back to Eclipse:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;CVS icon labels and decorations&lt;/b&gt;: the  CVS icon labels and decorations in Eclipse make it really easy to see which folders contain files and folders (recursively) that have been modified.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;CVS synchronization&lt;/b&gt;: The CVS synchronization view in Eclipse is great. It makes it amazingly easy to review incoming and outgoing changes, to select files for merge, to override and update, or to override and commit on files or groups of files.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;More refactoring options&lt;/b&gt;: Netbeans just added support for refactoring, but it has been built into Eclipse for quite a while an Eclipse has more refactoring options by far.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Organize imports&lt;/b&gt;: Eclipse organizes your imports with one easy click. I think the &amp;quot;Fix Imports&amp;quot; feature is broken in Netbeans 4.0b3, but I&amp;#39;m not sure.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
It is cool to see such great improvements in Netbeans and it is great to have so many excellent Java IDE options. I&amp;#39;ve also spent some time recently with Visual Studio C#.Net and I&amp;#39;m here to tell you, Microsoft has some major catch-up work to do. The current crop of Java IDEs blow Visual Studio away.
&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/netbeans_3_6_on_macosx</guid>
    <title>Eclipse and Netbeans on MacOS</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/netbeans_3_6_on_macosx</link>
    <pubDate>Sat, 24 Apr 2004 21:51:37 +0000</pubDate>
    <category>Mac</category>
    <category>eclipse</category>
    <category>mac</category>
    <category>netbeans</category>
<description>&lt;p&gt;I&amp;#39;m not exactly pleased with the open source Java IDE situation on MacOS. Eclipse 3.0 M8 works and connects to SourceForge CVS/SSH just fine, but it is slow, looks obnoxious, and it just crashed while I was editing a Java source file. I hope that, by the 3.0 release, Eclipse will be usable on MacOS.  Next, I tried Netbeans.&lt;/p&gt;

&lt;p&gt;Netbeans 3.6 seems fast, fits in with the MacOS GUI, and even recognized the SourceForge CVS/SSH configuration that Eclipse left behind, but... when I attemped to login to CVS, Netbeans showed me a stack-trace. I decided to try using a real cvs client instead of Netbeans built-in implementation. I used Fink to download the cvs command-line client, configured it, and confirmed that it works with SourceForge CVS/SSH by doing an update on the Roller CVS. I configured Netbeans to use the command-line cvs client, but no luck.  Netbeans says &amp;quot;Permission denied (publickey,password,keyboard-interactive).&amp;quot; I have CVS_RSH set in my .bash_profile and in Netbeans CVS environment variables... is there some other trick?&lt;/p&gt;

&lt;p&gt;Anybody had any luck connecting to SourceForge CVS/SSH with Netbeans on Mac OSX?&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/eclipse</guid>
    <title>My Eclipse Review</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/eclipse</link>
    <pubDate>Sun, 15 Sep 2002 21:08:35 +0000</pubDate>
    <category>Java</category>
    <category>eclipse</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;p&gt;I had to do some grueling work on the Roller persistence layer this weekend,
the kind that requires lots of searching, replacing, trial-and-error experimenting, testing, and debugging. &amp;nbsp;I
decided to make the job fun by trying something new: &lt;a href=&quot;http://www.eclipse.org/&quot;&gt;Eclipse&lt;/a&gt;. &amp;nbsp;Normally, I use &lt;a href=&quot;http://www.wincvs.org/&quot;&gt;WinCVS&lt;/a&gt; and &lt;a href=&quot;http://www.vim.org/&quot;&gt;VIM&lt;/a&gt; for my development. &amp;nbsp;Sometimes I
use &lt;a href=&quot;http://www.borland.com/jbuilder/&quot;&gt;JBuilder&lt;/a&gt; when I need to
throw together a quick Swing UI or &lt;a href=&quot;http://www.netbeans.org&quot;&gt;Netbeans&lt;/a&gt;
when I need to do some debugging. &amp;nbsp;Here is the story of my first real
experience with Eclipse:
&lt;br&gt;
&lt;/p&gt;&lt;div style=&quot;margin-left:40px;&quot;&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;Installation&lt;/span&gt;&lt;br&gt;
To start out, I downoaded the latest &lt;a href=&quot;http://www.eclipse.org/downloads/index.php&quot;&gt;Eclipse 2.0.1&lt;/a&gt; release
for Windows. &amp;nbsp;I also downloaded the &lt;a href=&quot;http://solareclipse.sourceforge.net/&quot;&gt;Solare Eclipse&lt;/a&gt;, &lt;a href=&quot;http://jalopy.sourceforge.net/&quot;&gt;Jalopy&lt;/a&gt;, and &lt;a href=&quot;http://www.sysdeo.com/eclipse/tomcatPlugin.html&quot;&gt;Tomcat&lt;/a&gt; plugins
recommended by &lt;a href=&quot;http://roller.anthonyeden.com/page/jduska/20020829&quot;&gt;Jeff Duska&lt;/a&gt;. &amp;nbsp;The install went smoothly and installing
the plugins was easy, I just unzipped them into the Eclipse plugins directory.&lt;br&gt;
&lt;br&gt;
&lt;span style=&quot;font-weight:bold;&quot;&gt;CVS integration&lt;/span&gt;&lt;br&gt;
Once I got Eclipse up and running, I setup a CVS repository within Eclipse
that points to Roller&amp;#39;s SourceForce CVS repository. &amp;nbsp;Even though CVS
over SSH is normally a bitch to setup, it worked on the first try with Eclipse.
&amp;nbsp;Next, I used the Checkout-As-Project feature of Eclipse to checkout
the Roller sources into a brand new Eclipse project. Generally, I found the
CVS UI to be excellent, especially the file and directory diff tools.&lt;br&gt;
&lt;br&gt;
&lt;span style=&quot;font-weight:bold;&quot;&gt;Ant integration&lt;/span&gt;&lt;br&gt;
The Roller build process uses a lot of code generation and this code generation
is driven by XDoclet tasks in an Ant script. &amp;nbsp;So, I couldn&amp;#39;t just point
Eclipse at the Roller sources and hit the build button. &amp;nbsp;I used the
Eclipse External Tools feature to setup Eclipse to run Roller&amp;#39;s Ant build
script. &amp;nbsp;Again, this feature worked on the first try. &amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;span style=&quot;font-weight:bold;&quot;&gt;JUnit integration&lt;/span&gt;&lt;br&gt;
I wrote some simple unit tests to test my changes and then did my work. &amp;nbsp;Once
I was done, I found that the Eclipse debugger&amp;#39;s Run-&amp;gt;Debug... feature
allows you to automatically find, run, and debug into JUnit tests. &amp;nbsp;Again,
this feature was amazingly easy to set up.&lt;br&gt;
&lt;br&gt;
&lt;span style=&quot;font-weight:bold;&quot;&gt;Tomcat integration and the debugger&lt;/span&gt;&lt;br&gt;
Once I finished up my work on the Roller backend, I had to make some corresponding
changes in the Roller UI. &amp;nbsp;I found it very easy to use the Tomcat plugin
to launch Tomcat in debug mode to debug my changes. The debugger UI was pretty impressive and very responsive.&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
Overall, I was very impressed. &amp;nbsp;Netbeans can do most of things I have
described above, but they always seem like a struggle to me. &amp;nbsp;This was
my first time with Eclipse and things just seemed obvious to me. &amp;nbsp;I
hate to say it because Netbeans has served me well and I really like Swing,
but Eclipse has a much more streamlined, intuitive, and snappy user interface.
&amp;nbsp;Eclipse is a pleasure to use.</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/a_href_http_www_eweek</guid>
    <title>18 new Netbeans modules</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/a_href_http_www_eweek</link>
    <pubDate>Sat, 17 Aug 2002 19:35:53 +0000</pubDate>
    <category>Java</category>
    <category>java</category>
    <category>netbeans</category>
<description>&lt;p&gt;&lt;a href=&quot;http://www.eweek.com/article2/0,3959,473481,00.asp&quot;&gt;eWeek&lt;/a&gt; reports that Sun will be adding 18 new modules to the open source Netbeans IDE. I wonder what they are doing for Struts support.&lt;/p&gt;
&lt;blockquote&gt;
&lt;i&gt;
Among the 18 new modules is one that features support for Java Data Objects, which is a Java technology for mapping entities in relational databases to Java objects. Another is a module for Java 3D support. And a third is &lt;b&gt;support for the Apache Struts framework&lt;/b&gt;, which is a technology built on top of JavaServer Pages that enhances productivity for Web application developers, the company said. Other modules include a Support Interface Module, a BugSubmitter module, an audit module for defining best practices, a metrics module for analyzing source code, and an XTest module for providing performance and API compatibility tests.
&lt;/i&gt;
&lt;/blockquote&gt;</description>  </item>
</channel>
</rss>