Exploring Your DB With Eclipse 101 - Part 3

Posted By : todd sharp Posted At : November 21, 2007 9:47 AM Posted In: Eclipse, Apache Derby

3

I wanted to throw together a quick summary for this short series to recap.

Part 1 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.

Part 2 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 not limited 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'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'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.

Comments (3)

Jim Priest's Gravatar Have you tried any of the other DB plugins (SQL Explorer, Quantum DB)?

I've had good luck with Quantum and will have to give DTP a try.

todd sharp's Gravatar I've not tried those - though they do look pretty slick. Do they have table editing/creation windows also? Bottom line for me with SQL is the more I can do with GUI the better. I'm comfortable writing SQL - but I just feel the GUI is quicker for most SQL stuff.

There are *so* many Eclipse plugins out there it's hard to keep up with all of them!

Firebubble Web Design's Gravatar Hi I have successfully used Quantum and DTP in the past. I personally prefer Quantum, I feel the GUI is the best.