<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Why Do I Hate Eclipse?</title>
	<atom:link href="http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/</link>
	<description>Solving Software Problems since 2010</description>
	<lastBuildDate>Sat, 13 Mar 2010 17:13:34 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jim</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1638</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sun, 14 Mar 2010 23:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1638</guid>
		<description>generally ok with Eclipse as free versatile tool - but somethings just strike me as stupid, like now -- it acts like it opens a file but won&#039;t display it -- you have to make a &quot;project&quot; first -- can&#039;t use it to just take a quick look at some unknown new file.  And, it defers to windows preferences -- i ask it to open a file, i want to see how Eclipse views it, and it stupidly invokes some other tool --- 

i&#039;m sure there&#039;s some &quot;logic&quot; behind these annoying behaviours, just seems like the mindset is &quot;you have to formally set me (Eclipse) up as the tool for some filetype AND don&#039;t bother me with &#039;little&#039; stuff i only deal with formal official &#039;projects&#039;&quot;  -- well la te da... rigid mindless formalism at the expense of simple utility

stupid</description>
		<content:encoded><![CDATA[<p>generally ok with Eclipse as free versatile tool &#8211; but somethings just strike me as stupid, like now &#8212; it acts like it opens a file but won&#8217;t display it &#8212; you have to make a &#8220;project&#8221; first &#8212; can&#8217;t use it to just take a quick look at some unknown new file.  And, it defers to windows preferences &#8212; i ask it to open a file, i want to see how Eclipse views it, and it stupidly invokes some other tool &#8212; </p>
<p>i&#8217;m sure there&#8217;s some &#8220;logic&#8221; behind these annoying behaviours, just seems like the mindset is &#8220;you have to formally set me (Eclipse) up as the tool for some filetype AND don&#8217;t bother me with &#8216;little&#8217; stuff i only deal with formal official &#8216;projects&#8217;&#8221;  &#8212; well la te da&#8230; rigid mindless formalism at the expense of simple utility</p>
<p>stupid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1492</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Sun, 14 Mar 2010 06:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1492</guid>
		<description>Eclipse is so fucking slow and is a memory pig. It is painful to use. It is counter intuitive.</description>
		<content:encoded><![CDATA[<p>Eclipse is so fucking slow and is a memory pig. It is painful to use. It is counter intuitive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg 2</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1076</link>
		<dc:creator>Greg 2</dc:creator>
		<pubDate>Sun, 14 Mar 2010 14:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1076</guid>
		<description>1. Please be specific: what version of Eclipse are you talking about? What plugins have you heavily used? Is this Windows/Mac/xyz Linux? Generalized stuff is really hard to zone in on. I say this because I haven&#039;t seen the depth of issues you have. Although I have seen some, each new release of Eclipse is better, more stable, and has better features. What else can I ask for?

2. I heard maven mentioned in more than one comment. I was just listening to &quot;Maven without pain&quot; episode of javaposse.com, and wonder if your problems are linked to maven.

3. For just about any project I have started, the first thing I code is the build process. Even if I have only written &quot;Hello world&quot;, I want a command-line script that builds the whole app in place before I start slinging tons of code. I don&#039;t need to be running down problems for the build team. Using Eclipse as your build environment is dumb, Dumb, and DUMB! I use ant build my jar files. I want CM team typing &quot;ant&quot; on a prompt, NOT having the option to click 10,000 buttons and get it wrong through an IDE. However, I&#039;m curious to see how the new Eclipse+Groovy JDT will be possible for an ant build. (HINT: I ain&#039;t about to break into using the IDE for build jobs!)

4. You do need resources. That&#039;s for sure. I have a 10-year old laptop that does NOT have the memory nor CPU to run Eclipse. Well...I get by without. Just using gedit with a command shell is fine. Some days, a nice big IDE with code navigation and searching is nice. Other days, I crave my nice, UNIX-y shell lifestyle I used back in college. #1 reason I like Linux is the fact that I have both depending on what mood I&#039;m in. :)

5. Bottom-line: use what you like. Can&#039;t speak to consulting engagements, where you probably have to meet your clients on their level. Maybe your first step is introducing an ant build job, and making sure they have a centralized code repository. That way, if your cranking code, you commit, they update, and you are nicely decoupled from them, and the code becomes IDE-agnostic.</description>
		<content:encoded><![CDATA[<p>1. Please be specific: what version of Eclipse are you talking about? What plugins have you heavily used? Is this Windows/Mac/xyz Linux? Generalized stuff is really hard to zone in on. I say this because I haven&#8217;t seen the depth of issues you have. Although I have seen some, each new release of Eclipse is better, more stable, and has better features. What else can I ask for?</p>
<p>2. I heard maven mentioned in more than one comment. I was just listening to &#8220;Maven without pain&#8221; episode of javaposse.com, and wonder if your problems are linked to maven.</p>
<p>3. For just about any project I have started, the first thing I code is the build process. Even if I have only written &#8220;Hello world&#8221;, I want a command-line script that builds the whole app in place before I start slinging tons of code. I don&#8217;t need to be running down problems for the build team. Using Eclipse as your build environment is dumb, Dumb, and DUMB! I use ant build my jar files. I want CM team typing &#8220;ant&#8221; on a prompt, NOT having the option to click 10,000 buttons and get it wrong through an IDE. However, I&#8217;m curious to see how the new Eclipse+Groovy JDT will be possible for an ant build. (HINT: I ain&#8217;t about to break into using the IDE for build jobs!)</p>
<p>4. You do need resources. That&#8217;s for sure. I have a 10-year old laptop that does NOT have the memory nor CPU to run Eclipse. Well&#8230;I get by without. Just using gedit with a command shell is fine. Some days, a nice big IDE with code navigation and searching is nice. Other days, I crave my nice, UNIX-y shell lifestyle I used back in college. #1 reason I like Linux is the fact that I have both depending on what mood I&#8217;m in. :)</p>
<p>5. Bottom-line: use what you like. Can&#8217;t speak to consulting engagements, where you probably have to meet your clients on their level. Maybe your first step is introducing an ant build job, and making sure they have a centralized code repository. That way, if your cranking code, you commit, they update, and you are nicely decoupled from them, and the code becomes IDE-agnostic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1051</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1051</guid>
		<description>I don&#039;t know all IDEs... But from my point of view, Eclipse is a really good IDE for Java editing. But of course you need a decent machine to use it. I see the problem of 1GB machine... It is a shame when 4GB cost less than 100$.

Okay eclipse has some problems, like workspace mess, and all. But it also offer really good features :

- instant find a class, ressource
- call hierachy
- refactoring, code generation
- quick assist, auto completion, error correction, auto import, auto format
- local and SVN history
- server integration
- powerfull debugger
- good and fast UI (on a modern computer).
- it&#039;s a standard... Like stated above, most editor have an eclipse plugin.
- it support many file format in standard, like XML with completion using DTD/XSD
- come with a complete framework for many things you need for software engineering... MDA and all.

I understand that not all people have to use the same IDE, and maybe some IDE are better than eclipse. But for now it&#039;s free, you can use it on any operating system, and it simply work.

Of course, eclipse is a very heavy software, and the open source thing implie that if you use a bad coded plugin by some hacker, it will not allways work as expected.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know all IDEs&#8230; But from my point of view, Eclipse is a really good IDE for Java editing. But of course you need a decent machine to use it. I see the problem of 1GB machine&#8230; It is a shame when 4GB cost less than 100$.</p>
<p>Okay eclipse has some problems, like workspace mess, and all. But it also offer really good features :</p>
<p>- instant find a class, ressource<br />
- call hierachy<br />
- refactoring, code generation<br />
- quick assist, auto completion, error correction, auto import, auto format<br />
- local and SVN history<br />
- server integration<br />
- powerfull debugger<br />
- good and fast UI (on a modern computer).<br />
- it&#8217;s a standard&#8230; Like stated above, most editor have an eclipse plugin.<br />
- it support many file format in standard, like XML with completion using DTD/XSD<br />
- come with a complete framework for many things you need for software engineering&#8230; MDA and all.</p>
<p>I understand that not all people have to use the same IDE, and maybe some IDE are better than eclipse. But for now it&#8217;s free, you can use it on any operating system, and it simply work.</p>
<p>Of course, eclipse is a very heavy software, and the open source thing implie that if you use a bad coded plugin by some hacker, it will not allways work as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philho</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1049</link>
		<dc:creator>Philho</dc:creator>
		<pubDate>Sun, 14 Mar 2010 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1049</guid>
		<description>Hey, it is refreshing to see an alternative opinion.
I do use Eclipse, after trying a bit NetBeans (haven&#039;t tried it recently).
I use it at work: they can&#039;t buy us some memory to go beyond 1GB, I don&#039;t see them buying an IDE.
I use it at home: I just don&#039;t have a budget to buy an IDE, even less an expensive one.
At work, it is problematic indeed, even more with our limited memory, even more if we ask it to compile our big project! (We usually use a command line Ant tool for this.) It is not unseen to wait to one minute or two just to display a tooltip I didn&#039;t wanted actually... Auto-completion is a nightmare when you type fast, because it insists on getting a list of members when you already type the parameters...
Actually, I type most of my code in my fast, lightweight editor (SciTE) and switch to Eclipse for a quick check of the code (and auto-import feature) and debugging.
I experienced the bugs you mention above (still showing error in a corrected file, not finding classes in same package...) too.

Now, I am getting used to it (found it very confusing to learn, between projects, perspectives, views, workspaces, what&#039;s not), and for some features it isn&#039;t so bad... for a free software! ;-)</description>
		<content:encoded><![CDATA[<p>Hey, it is refreshing to see an alternative opinion.<br />
I do use Eclipse, after trying a bit NetBeans (haven&#8217;t tried it recently).<br />
I use it at work: they can&#8217;t buy us some memory to go beyond 1GB, I don&#8217;t see them buying an IDE.<br />
I use it at home: I just don&#8217;t have a budget to buy an IDE, even less an expensive one.<br />
At work, it is problematic indeed, even more with our limited memory, even more if we ask it to compile our big project! (We usually use a command line Ant tool for this.) It is not unseen to wait to one minute or two just to display a tooltip I didn&#8217;t wanted actually&#8230; Auto-completion is a nightmare when you type fast, because it insists on getting a list of members when you already type the parameters&#8230;<br />
Actually, I type most of my code in my fast, lightweight editor (SciTE) and switch to Eclipse for a quick check of the code (and auto-import feature) and debugging.<br />
I experienced the bugs you mention above (still showing error in a corrected file, not finding classes in same package&#8230;) too.</p>
<p>Now, I am getting used to it (found it very confusing to learn, between projects, perspectives, views, workspaces, what&#8217;s not), and for some features it isn&#8217;t so bad&#8230; for a free software! ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1048</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1048</guid>
		<description>I think the best solution is to never mandate that developers use any one particular IDE.

Choosing an IDE is like choosing a spouse, there is no right/wrong/perfect choice.  So mandating the use of a particular one is never going to make everyone happy, in fact, it will always leave a lot of people unhappy.

My projects were simple enough that we could store the core (source, config, libraries, etc) in SVN and then provide instructions on how to set up your project using the various popular IDEs.  None of the IDE-config files were ever checked in.  Since my projects were simpler, maybe this simply isn&#039;t an option for everyone.

But if it isn&#039;t, we should work to make it that way.  Marriage of a project and an IDE has always gone badly every single time I&#039;ve seen it happen.</description>
		<content:encoded><![CDATA[<p>I think the best solution is to never mandate that developers use any one particular IDE.</p>
<p>Choosing an IDE is like choosing a spouse, there is no right/wrong/perfect choice.  So mandating the use of a particular one is never going to make everyone happy, in fact, it will always leave a lot of people unhappy.</p>
<p>My projects were simple enough that we could store the core (source, config, libraries, etc) in SVN and then provide instructions on how to set up your project using the various popular IDEs.  None of the IDE-config files were ever checked in.  Since my projects were simpler, maybe this simply isn&#8217;t an option for everyone.</p>
<p>But if it isn&#8217;t, we should work to make it that way.  Marriage of a project and an IDE has always gone badly every single time I&#8217;ve seen it happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arturo</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1044</link>
		<dc:creator>Arturo</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1044</guid>
		<description>&gt; NetBeans is much better than Eclipse.

But Oracle will not support 3 different IDE-frameworks (JDeveloper, Eclipse, NetBeans)</description>
		<content:encoded><![CDATA[<p>&gt; NetBeans is much better than Eclipse.</p>
<p>But Oracle will not support 3 different IDE-frameworks (JDeveloper, Eclipse, NetBeans)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krzysztof</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1043</link>
		<dc:creator>Krzysztof</dc:creator>
		<pubDate>Sun, 14 Mar 2010 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1043</guid>
		<description>NetBeans is much better than Eclipse. Integration with Maven and Sping and it is FREE! :)</description>
		<content:encoded><![CDATA[<p>NetBeans is much better than Eclipse. Integration with Maven and Sping and it is FREE! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1042</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Sun, 14 Mar 2010 10:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1042</guid>
		<description>The problem I talked about with M2Eclipse or SpringIDE is merely an example. But the fact that such bugs occur in numerous plugins (Subversive and Subclipse have their problems too by the way) is a good hint: the common denominator is the platform. And I have worked with Eclipse RCP, behind the curtain, and that&#039;s where the whole problem comes from: it&#039;s incredibly complex,, there are so many ways to do one thing, and the platform wants to be so generic, it tries to do so many things that it&#039;s very hard to make it do what you want correctly. 

Your &quot;time and experience&quot; remark is excellent, I would add patience to the mix. And what if I don&#039;t WANT to? What if I just don&#039;t have time to go through the learning curve to learn JFace and Eclipse RCP just to fix a product. I know, I know, that&#039;s what Open Source is all about, that&#039;s the deal: I get it for free and I accept to cope with a few bugs. But all I wanted to say with this post is &quot;if you don&#039;t want to cope with the numerous bugs, there are alternatives&quot;.</description>
		<content:encoded><![CDATA[<p>The problem I talked about with M2Eclipse or SpringIDE is merely an example. But the fact that such bugs occur in numerous plugins (Subversive and Subclipse have their problems too by the way) is a good hint: the common denominator is the platform. And I have worked with Eclipse RCP, behind the curtain, and that&#8217;s where the whole problem comes from: it&#8217;s incredibly complex,, there are so many ways to do one thing, and the platform wants to be so generic, it tries to do so many things that it&#8217;s very hard to make it do what you want correctly. </p>
<p>Your &#8220;time and experience&#8221; remark is excellent, I would add patience to the mix. And what if I don&#8217;t WANT to? What if I just don&#8217;t have time to go through the learning curve to learn JFace and Eclipse RCP just to fix a product. I know, I know, that&#8217;s what Open Source is all about, that&#8217;s the deal: I get it for free and I accept to cope with a few bugs. But all I wanted to say with this post is &#8220;if you don&#8217;t want to cope with the numerous bugs, there are alternatives&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://sebastien-arbogast.com/2009/07/18/why-do-i-hate-eclipse/comment-page-1/#comment-1041</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 14 Mar 2010 04:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=229#comment-1041</guid>
		<description>I suppose Springsource like Eclipse because they focus on &quot;common&quot; in &quot;lowest common denominator&quot;.  Others can&#039;t get by &quot;lowest&quot;. 

I don&#039;t like Eclipse because it reminds me of all the programmers I&#039;ve worked with who can&#039;t code if you take eclipse away from them.  One place I worked coupled their deployment process to Eclipse.  Now that I think about it though, I&#039;ve seen worse - at another place they deployed the JRE in the jar.  I counted over twenty instances of the same version of the JRE on one server.</description>
		<content:encoded><![CDATA[<p>I suppose Springsource like Eclipse because they focus on &#8220;common&#8221; in &#8220;lowest common denominator&#8221;.  Others can&#8217;t get by &#8220;lowest&#8221;. </p>
<p>I don&#8217;t like Eclipse because it reminds me of all the programmers I&#8217;ve worked with who can&#8217;t code if you take eclipse away from them.  One place I worked coupled their deployment process to Eclipse.  Now that I think about it though, I&#8217;ve seen worse &#8211; at another place they deployed the JRE in the jar.  I counted over twenty instances of the same version of the JRE on one server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
