<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JavaPulse &#187; ide</title>
	<atom:link href="http://javapulse.net/tag/ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapulse.net</link>
	<description>a finger on the pulse of the freelance Java&#0153; market in the Netherlands</description>
	<lastBuildDate>Sat, 19 Jun 2010 11:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse vs. Netbeans</title>
		<link>http://javapulse.net/2006/08/23/eclipse-vs-netbeans/</link>
		<comments>http://javapulse.net/2006/08/23/eclipse-vs-netbeans/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 14:15:49 +0000</pubDate>
		<dc:creator>Clara Ko</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=9</guid>
		<description><![CDATA[I use Eclipse since my last project was a Websphere project and WSAD (Websphere Studio Application Developer) is based on Eclipse. Before that I used IntelliJ, which is good but not J2EE oriented. In my new project some of my colleagues use Netbeans, so I looked into what the differences are.

Migrating to Eclipse: A developer&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.eclipse.org/">Eclipse</a> since my last project was a Websphere project and <a href="http://www-306.ibm.com/software/awdtools/developer/application/">WSAD</a> (Websphere Studio Application Developer) is based on Eclipse. Before that I used <a href="http://www.jetbrains.com/">IntelliJ</a>, which is good but not J2EE oriented. In my new project some of my colleagues use Netbeans, so I looked into what the differences are.</p>
<ul>
<li><a href="http://www-128.ibm.com/developerworks/webservices/library/os-ecnbeans">Migrating to Eclipse: A developer&#8217;s guide to evaluating Eclipse vs. Netbeans</a></li>
<li><a href="http://www.eweek.com/article2/0,1895,1838502,00.asp">Eclipse, NetBeans Not Always at Odds</a></li>
</ul>
<p><strong>Eclipse</strong><br />
Eclipse is the king of the hill when it comes to Java IDE. It is free and flexible. One disadvantage is to know how to deal with the myriad of plug-ins. Because it is so popular, everyone is adding their 2-cent plug-in, and it&#8217;s hard to find out what&#8217;s available and if it would be useful for you.</p>
<p><strong>Netbeans</strong><br />
Netbeans is reputed to have a better GUI builder but I&#8217;m not a front-end developer, so I can&#8217;t say much about it. Someone did tell me that it is really slow though.</p>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2006/08/23/eclipse-vs-netbeans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MyEclipse</title>
		<link>http://javapulse.net/2006/08/23/myeclipse/</link>
		<comments>http://javapulse.net/2006/08/23/myeclipse/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 11:41:33 +0000</pubDate>
		<dc:creator>Clara Ko</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=6</guid>
		<description><![CDATA[The MyEclipse IDE makes a supercharged Eclipse with support for UML, Spring, Hibernate, and Struts, JSF, AJAX, amongst others. And at just around $50 for the Professional Edition, MyEclipse is still VERY affordable. So if you’re using Eclipse anyway, then MyEclipse is probably the best way to go.
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.myeclipseide.com">MyEclipse</a> IDE makes a supercharged <a href="http://www.eclipse.org">Eclipse</a> with support for UML, Spring, Hibernate, and Struts, JSF, AJAX, amongst others. And at just around $50 for the Professional Edition, MyEclipse is still VERY affordable. So if you’re using Eclipse anyway, then MyEclipse is probably the best way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2006/08/23/myeclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UML Tools</title>
		<link>http://javapulse.net/2006/08/23/uml-tools/</link>
		<comments>http://javapulse.net/2006/08/23/uml-tools/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 11:23:40 +0000</pubDate>
		<dc:creator>Clara Ko</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[uml]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=5</guid>
		<description><![CDATA[UML is the defacto standard for visually representing object-oriented design. UML diagrams can simplify wordy design documents without the need for complicated key legends to explain adhoc symbols. In companies where adhoc diagramming are used, the legends are often missing, causing ambiguities and confusion. UML goes hand-in-hand with Java programming, as it is suitable for [...]]]></description>
			<content:encoded><![CDATA[<p>UML is the defacto standard for visually representing object-oriented design. UML diagrams can simplify wordy design documents without the need for complicated key legends to explain adhoc symbols. In companies where adhoc diagramming are used, the legends are often missing, causing ambiguities and confusion. UML goes hand-in-hand with Java programming, as it is suitable for orient-oriented design. So there is no excuse for not using UML in Java projects, especially for transferring design to programmers or for programmers to document their designs.</p>
<p>The most common arguments against using UML is the cost of licensing of suitable software. However, there exists very cheap options.<br />
Here is a good <a href="http://www.objectsbydesign.com/tools/umltools_byCompany.html">list of UML Tools</a> just so you know what is out there. I have no idea how current this list is, but it seems quite comprehensive.</p>
<p>I also have another suggestion that is not on the list, probably because the list was compiled before this software was in existence. That is the <a href="http://www.myeclipseide.com/">MyEclipse</a> add-on which has support for UML, Spring, Hibernate, and Struts, among others. And at just around $50 for the Professional Edition that includes the UML editor, MyEclipse is still VERY affordable. So if you&#8217;re using <a href="http://www.eclipse.org/">Eclipse</a> anyway, then MyEclipse is probably the best way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2006/08/23/uml-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
