<?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>Casey Watson &#187; Eclipse</title>
	<atom:link href="http://casedogdesigns.com/wordpress/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://casedogdesigns.com/wordpress</link>
	<description>Outdated Thoughts</description>
	<lastBuildDate>Tue, 01 Dec 2009 22:08:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guest Post: Eclipse 3.3.2 and DBEdit</title>
		<link>http://casedogdesigns.com/wordpress/guest-post-eclipse-332-and-dbedit/</link>
		<comments>http://casedogdesigns.com/wordpress/guest-post-eclipse-332-and-dbedit/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 17:52:56 +0000</pubDate>
		<dc:creator>tstone</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://casedogdesigns.com/wordpress/?p=18</guid>
		<description><![CDATA[On Tuesday, Eclipse told me it had updates (3.3.2) available.  For the
next three days I got 404/503 errors from the mirror sites it tried to
use.  I finally got it updated today and learned that they fixed
whatever was keeping DBEdit from working.  So if Eclipse&#8217;s Database
Development views annoy you as much as me, [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday, Eclipse told me it had updates (3.3.2) available.  For the<br />
next three days I got 404/503 errors from the mirror sites it tried to<br />
use.  I finally got it updated today and learned that they fixed<br />
whatever was keeping DBEdit from working.  So if Eclipse&#8217;s Database<br />
Development views annoy you as much as me, upgrade when you get a<br />
chance.<br />
<span id="more-18"></span><br />
The difference between DBEdit and Eclipse&#8217;s take is quite telling.  The<br />
Eclipse one tends to information overload, showing you every possible<br />
facet of the database you might want to look into.  DBEdit tends to ease<br />
<strike> of</strike> use, making it easy to query and edit the contents of tables.<br />
Navigating to a table in Eclipse requires right-click-to-connect, then<br />
about seven levels of tree expansion.</p>
<p>DBEdit connects on double click and then provides tables at most three<br />
levels deep.  You can double click on a table to see the data in the<br />
table and can browse all the data.  You don&#8217;t have to switch between<br />
tabs after running every query.  It doesn&#8217;t prompt you to save your SQL<br />
queries when you run a program.  DBEdit is a good example of<br />
user-centered design.  Focus on a specific problem (examining database<br />
contents) and make it easy for the user to solve that problem.<br />
Eclipse&#8217;s database tools are an example of model-focused design.  Figure<br />
out all of the parts of the domain and create a user interface that<br />
follows that model.  I&#8217;m sure there are things that the Database<br />
Development perspective can do that DBEdit can&#8217;t, but those are things I<br />
usually don&#8217;t want to do.</p>
<p>(Caveat: I haven&#8217;t played with Database Development Tools in 3.3.2, so<br />
some of the UI quirks may have improved.  But the interface<br />
fundamentally makes it hard for me to do what I usually want to do.)</p>
]]></content:encoded>
			<wfw:commentRss>http://casedogdesigns.com/wordpress/guest-post-eclipse-332-and-dbedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
