Exploring Your DB With Eclipse 101 - Part 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.



I've had good luck with Quantum and will have to give DTP a try.
There are *so* many Eclipse plugins out there it's hard to keep up with all of them!