<?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=eclipse" />
  <description>Dave Johnson on open web technologies, social software and software development</description>
  <language>en-us</language>
  <copyright>Copyright 2026</copyright>
  <lastBuildDate>Tue, 7 Apr 2026 09:28:33 +0000</lastBuildDate>
  <generator>Apache Roller 6.1.5</generator>
  <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/latest_links45</guid>
    <title>Latest Links: August 11, 2009</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/latest_links45</link>
    <pubDate>Tue, 11 Aug 2009 21:12:00 +0000</pubDate>
    <category>Links</category>
    <category>blogging</category>
    <category>chrome</category>
    <category>eclipse</category>
    <category>googlewave</category>
    <category>lotusconnections</category>
    <category>opensocial</category>
<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.scripting.com/stories/2009/08/10/scobleYourBlogStillLovesYo.html&quot;&gt;Your blog still loves you&lt;/a&gt;&lt;br&gt;&amp;quot;it&amp;#39;s time to use the web again to store our ideas, and instead of relying on Silicon Valley companies to link our stuff together, let&amp;#39;s just use the Internet.&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.zdnetasia.com/news/hardware/0,39042972,62056726,00.htm?scid=rss_z_nw&quot;&gt;ZDNet Asia: &amp;#39;Ferociously loyal&amp;#39; users to stand by Sun&lt;/a&gt;&lt;br&gt;&amp;quot;47,000 enterprise customers and a ferociously loyal customer base&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://lotusconnectionsblog.com/blog/connblog.nsf/dx/full-house-lotus-connections-2.5-video-demos&quot;&gt;The Connections Blog: Full house! Lotus Connections 2.5 video demos&lt;/a&gt;&lt;br&gt; screen-casts for 8 of the Lotus Connections components&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://blog.chromium.org/2009/08/google-chrome-developer-tools-for.html&quot;&gt;Chromium Blog: Google Chrome Developer Tools for Eclipse Users&lt;/a&gt;&lt;br&gt;&amp;quot;Set breakpoints, inspect variables and evaluate expressions from within Eclipse&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://blogs.zdnet.com/Hinchcliffe/?p=560&quot;&gt;First impressions of Google Wave | Enterprise Web 2.0 | ZDNet.com&lt;/a&gt;&lt;br&gt;&amp;quot;won&amp;#39;t be ejecting existing enterprise collab tools from the workplace any time soon&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://groups.google.com/group/opensocial-container/browse_thread/thread/f5267471f5070231?pli=1&quot;&gt;Shindig-based OpenSocial Container from Lockheed Martin&lt;/a&gt;&lt;br&gt; &amp;quot;written in Java and is based on open source projects such as GWT, Hibernate...&amp;quot;&lt;/li&gt;

&lt;/ul&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/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/blockquote_it_s_true_that</guid>
    <title>Udell: Eclipse is hot stuff</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/blockquote_it_s_true_that</link>
    <pubDate>Sat, 15 Jun 2002 08:30:11 +0000</pubDate>
    <category>Java</category>
    <category>eclipse</category>
    <category>java</category>
<description>&lt;i&gt;&lt;blockquote&gt;
It&amp;#39;s true that SWT is not yet available everywhere. But Eclipse 2.0 works with Windows, Motif, and GTK+ (Gimp Toolkit) 2, and operability on Mac OS X seems imminent. Unlike Swing-based software, Eclipse works immediately with native features such as Windows XP skinning. &amp;quot;Microsoft has lots of programmers and so does Gnome/GTK,&amp;quot; Grindstaff says. &amp;quot;So why not leverage that?&amp;quot;
&lt;/blockquote&gt;&lt;/i&gt;

From a very interesting 
&lt;a href=&quot;http://www.infoworld.com&quot;&gt;InfoWorld&lt;/a&gt;
&lt;a href=&quot;http://www.infoworld.com/articles/pl/xml/02/06/17/020617pleclipse.xml&quot;&gt;
article on Eclipse&lt;/a&gt; via 
&lt;a href=&quot;http://radio.weblogs.com/0101679/2002/06/15.html#a575&quot;&gt;Sam Ruby&lt;/a&gt;.
I prefer Swing, but if the Eclipse SWT approach means that 
&lt;a href=&quot;http://vim.sourceforge.net&quot;&gt;vim&lt;/a&gt; could
be embedded into the Eclipse IDE then Eclipse will be the IDE for me. 
I need to download the 
&lt;a href=&quot;http://www.eclipse.org/&quot;&gt;
Eclipse 2.0 beta&lt;/a&gt; and take it for a spin.</description>  </item>
</channel>
</rss>