<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>cfsilence - Apache Derby</title>
			<link>http://cfsilence.com/blog/client/index.cfm</link>
			<description>The personal blog of Todd Sharp.</description>
			<language>en-us</language>
			<pubDate>Mon, 06 Sep 2010 21:36:00 -0400</pubDate>
			<lastBuildDate>Wed, 15 Oct 2008 20:32:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>cfsilence@gmail.com</managingEditor>
			<webMaster>cfsilence@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>cfsilence@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>cfsilence</title>
				<link>http://cfsilence.com/blog/client/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Aqua Data Studio 7.0 Released</title>
				<link>http://cfsilence.com/blog/client/index.cfm/2008/10/15/Aqua-Data-Studio-70-Released</link>
				<description>
				
				I just got an email from &lt;a href=&quot;http://aquafold.com&quot;&gt;AquaFold&lt;/a&gt; announcing the final release of version 7.0 of their popular Database query tool Aqua Data Studio.  I&apos;ve used ADS for a while on and off (thanks to a &lt;a href=&quot;http://www.aquafold.com/opensourcedeveloper-qual.html&quot;&gt;program that offers free licenses to Open Source developers&lt;/a&gt;) and I have to say it is a pretty good application.

&lt;a href=&quot;http://www.aquafold.com/d7/docs/index.html&quot;&gt;Here is  a list of features&lt;/a&gt; for 7.0 - which includes full support for Apache Derby databases.

&lt;a href=&quot;http://www.aquafold.com/downloads.html&quot;&gt;Download Page&lt;/a&gt;
				
				</description>
						
				
				<category>SQL</category>				
				
				<category>Apache Derby</category>				
				
				<pubDate>Wed, 15 Oct 2008 20:32:00 -0400</pubDate>
				<guid>http://cfsilence.com/blog/client/index.cfm/2008/10/15/Aqua-Data-Studio-70-Released</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Exploring Your DB With Eclipse 101 - Part 3</title>
				<link>http://cfsilence.com/blog/client/index.cfm/2007/11/21/Exploring-Your-DB-With-Eclipse-101--Part-3</link>
				<description>
				
				I wanted to throw together a quick summary for this short series to recap.  

&lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm?mode=entry&amp;entry=58362332-FF9E-13A7-FCF1D60C0B855A2C&quot;&gt;Part 1&lt;/a&gt; showed you how to install the Eclipse Data Tools Platform (DTP) and set it up to explore Apache Derby Embedded databases by pointing it at the proper Derby JDBC driver.  This post also showed how to create a new Derby database from DTP.

&lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm?mode=entry&amp;entry=5856437F-FF9E-13A7-FC89D17F29C35EF3&quot;&gt;Part 2&lt;/a&gt; showed you how to introspect the newly created database, create a new table, run an SQL query and create a ColdFusion DSN pointing to the new db.

I wanted to also point out that DTP is &lt;strong&gt;not limited&lt;/strong&gt; to Apache Derby DBs.  If you can get your hands on your favorite DB platforms JDBC driver you can follow the same steps in this series to point DTP at your database.  I haven&apos;t fully tested this yet, but I intend to.  It is very very cool to be able to do just about all of my development tasks within a single IDE.  I&apos;m loving Eclipse more every day.

Hope this short series was helpful to some folks out there.  Drop a line if you have any suggestions.
				
				</description>
						
				
				<category>Eclipse</category>				
				
				<category>Apache Derby</category>				
				
				<pubDate>Wed, 21 Nov 2007 09:47:00 -0400</pubDate>
				<guid>http://cfsilence.com/blog/client/index.cfm/2007/11/21/Exploring-Your-DB-With-Eclipse-101--Part-3</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Exploring Your DB With Eclipse 101 - Part 2</title>
				<link>http://cfsilence.com/blog/client/index.cfm/2007/11/20/Introspecting-Your-DB-With-Eclipse-101--Part-2</link>
				<description>
				
				In my last post I showed you how to download, install, configure and connect the Eclipse Data Tools Platform to an Apache Derby Embedded database.  Now I&apos;ll show you how to use the tool to create a table and do some basic queries.  I&apos;ll also show how to set up your ColdFusion DSN to point to this new DB.
				 [More]
				</description>
						
				
				<category>Eclipse</category>				
				
				<category>Apache Derby</category>				
				
				<pubDate>Tue, 20 Nov 2007 08:10:00 -0400</pubDate>
				<guid>http://cfsilence.com/blog/client/index.cfm/2007/11/20/Introspecting-Your-DB-With-Eclipse-101--Part-2</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Exploring Your DB With Eclipse 101 (Including Derby DBs!)</title>
				<link>http://cfsilence.com/blog/client/index.cfm/2007/11/19/Introspecting-Your-DB-With-Eclipse-101-Including-Derby-DBs</link>
				<description>
				
				I started looking into the Apache Derby Embedded database late last week as an alternative for future open source projects.  The first major issue I had with them was the lack of a GUI tool for managing my schema.  I feel pretty comfortable with SQL but I still like having a query browser/server administrator that lets me quickly edit/add tables and columns with a graphical user interface.
				 [More]
				</description>
						
				
				<category>Eclipse</category>				
				
				<category>Apache Derby</category>				
				
				<pubDate>Mon, 19 Nov 2007 08:51:00 -0400</pubDate>
				<guid>http://cfsilence.com/blog/client/index.cfm/2007/11/19/Introspecting-Your-DB-With-Eclipse-101-Including-Derby-DBs</guid>
				
				
			</item>
			
		 	
			</channel></rss>