PDA

View Full Version : dbIdeas - opensource database explorer



mazzolini
11 Aug 2009, 2:06 AM
It is available the first release of dbIdeas under http://code.google.com/p/dbideas/. It is a web database explorer. The server-side code is written in java and and needs a servlet container like Apache Tomcat.
The UI is built using ExtJS.

Main features:
- multiple connections management
- sql syntax highlight
- database tree explorer
- tested with all most common databases

The project is released under GPL 3 license.

Feedback is welcome.

Condor
11 Aug 2009, 4:10 AM
Web based SQLExplorer?

Do you have a demo running?

Does it support the jt400 JDBC driver?

mazzolini
11 Aug 2009, 4:15 AM
There is no demo running. You can simply download the release zip file, rename it as war and deploy on tomcat. Never tested with jt400. It has been tested with many different JDBC drivers with no known issues... Be sure to put the driver on the tomcat CLASSPATH...

mazzolini
11 Aug 2009, 10:06 AM
http://dbideas.googlecode.com/files/shot1.png