<?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>eclipse Archives - The Story of David Kaspar</title>
	<atom:link href="https://blog.davidkaspar.com/archives/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.davidkaspar.com/archives/tag/eclipse</link>
	<description>Online journal and ponderings about the Internet, gadgets and photography.</description>
	<lastBuildDate>Thu, 27 Nov 2003 11:48:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://blog.davidkaspar.com/wp-content/uploads/2020/05/chubby.gif</url>
	<title>eclipse Archives - The Story of David Kaspar</title>
	<link>https://blog.davidkaspar.com/archives/tag/eclipse</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Netbeans IDE, pros and cons</title>
		<link>https://blog.davidkaspar.com/archives/2003/11/netbeans-ide-pros-and-cons.php</link>
					<comments>https://blog.davidkaspar.com/archives/2003/11/netbeans-ide-pros-and-cons.php#comments</comments>
		
		<dc:creator><![CDATA[David Kaspar]]></dc:creator>
		<pubDate>Thu, 27 Nov 2003 11:48:22 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[integrated]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jbuilder]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[vss]]></category>
		<guid isPermaLink="false">https://davidkaspar.com/wp/2003/11/27/netbeans-ide-pros-and-cons/</guid>

					<description><![CDATA[<p>NetBeans IDE has been my prefered IDE for the last 1.5 years. The reasons are several. OpenSource software, continuously extended and last but not least, it is free. While it doesn&#8217;t have as many features as some &#163;3,000+ IDEs, it has enough to keep you busy. The features that I find most useful and use &#8230; <a href="https://blog.davidkaspar.com/archives/2003/11/netbeans-ide-pros-and-cons.php" class="more-link">Continue reading<span class="screen-reader-text"> "Netbeans IDE, pros and cons"</span></a></p>
<p>The post <a href="https://blog.davidkaspar.com/archives/2003/11/netbeans-ide-pros-and-cons.php">Netbeans IDE, pros and cons</a> appeared first on <a href="https://blog.davidkaspar.com">The Story of David Kaspar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="http://www.davidkaspar.com/pics/netbeans.jpg" width="150" height="174" alt="" border="0" align="right" hspace="10" /><a href="http://www.netbeans.org/" title="Netbeans.org">NetBeans IDE</a> has been my prefered IDE for the last 1.5 years. The reasons are several. OpenSource software, continuously extended and last but not least, it is free. While it doesn&#8217;t have as many features as some &pound;3,000+ IDEs, it has enough to keep you busy.<br />
<img decoding="async" src="http://www.davidkaspar.com/pics/plus.gif" width="83" height="83" alt="" border="0" align="left" hspace="10" />The features that I find most useful and use every day because they speed up the development.<br />
There is the DB explorer that lets me browse a data base to see the tables, data types, values and lets me execute any queries (including updates).</p>
<p><span id="more-106"></span><br />
The CVS integration is great as it lets your check in and out source files directly from the development environment. I have only tested it together with <a href="http://msdn.microsoft.com/ssafe/" title="Microsoft VSS">Microsoft VSS</a> (what a pain that is btw) but it supports other CVS profiles. While it is handy it can be a bit slow on large directory structures so I tend to use it for single files only. When I want to manipulate large amount of source files, I use the VSS client instead.<br />
NetBeans has good XML and XSL support. It lets you validate your XML documents and you can do XSL transformations right there in the IDE. No XSLT debugging though, so get your self a decent XSL IDE (XML Spy or Xcelerator) for serious XSLT.<br />
Javadocs are always tedious to write but NetBeans makes your life little bit easier. It has a nice JavaDoc GUI where all the important fields are listed. It can also auto correct missing fields for you which again saves time.<br />
<a href="http://ant.apache.org/" title="Ant home">Ant</a> is integrated in a way that you can browse your build.xml files and execute specific targets.<br />
If you ever need to write localised property files NetBeans helps out with that as well. It will display keys and the various localised values in a matrix, making it easier to modify them all at once.<br />
The GUI Editing in NetBeans looks extensive but I have not got around using it since all work has been web related and did not include any AWT or Swing coding.<br />
<img decoding="async" src="http://www.davidkaspar.com/pics/minus.gif" width="61" height="61" alt="" border="0" align="left" hspace="10" />There are some disadvantages that I have found. I miss a refactoring functionality the most. Other IDE&#8217;s (eg <a href="http://www.intellij.com/idea/" title="IntelliJ IDEA">IntelliJ</a>) have features like &#8220;find usages&#8221; of a method or &#8220;refactor&#8221; that lets you change package and method names across the whole source. With NetBeans, I have to use the &#8220;Find&#8230;&#8221; functionality and manually make any changes.<br />
Large projects often have source code across multiple modules and directories but are built into one single directory structure. One approach that other IDEs take is that they allow you to set up matching patterns on where to build a source. You probably want different directories for Servlets and other front-end classes, libraries and EJBs. NetBeans is very difficult to set up to build to multiple targets. One has to basically manually specify the build directory for each source file&#8230; time consuming.<br />
I also miss J2EE support (templates, wizards). Having grown custom to <a href="http://www.borland.com/jbuilder/" title="JBuilder">Borland JBuilder</a>&#8216;s J2ee support I find some task very repetitive and manual in NetBeans.<br />
Another new and upcoming OpenSource IDE is <a href="http://www.eclipse.org/" title="Eclipse">Eclipse</a>. Some knowledgeable people (<a href="http://bladesys.demon.co.uk/roller/page/sradford/Weblog" title="Sean's blog">Sean</a> and <a href="http://www.raibledesigns.com/page/rd" title="Matt's blog">Matt</a>) have been swearing by it, saying that it is indeed better than NetBeans. I had a brief look at it but because the UI and other crucial details seems to be working differently I did not dare to use it for actual development yet.</p>
<p>The post <a href="https://blog.davidkaspar.com/archives/2003/11/netbeans-ide-pros-and-cons.php">Netbeans IDE, pros and cons</a> appeared first on <a href="https://blog.davidkaspar.com">The Story of David Kaspar</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.davidkaspar.com/archives/2003/11/netbeans-ide-pros-and-cons.php/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
