I want a free JSP client to access/administrate my remote database through JDBC interface, it should be phpmyadmin-like, and can run within tomcat/resin container, do I have some choices?

Lenik

link|improve this question

I've found a simple jsp named `Zaval Database Front-end': zaval.org/products/db-front-end/index.html It's just a single index.jsp file for doing raw SQL query, I had a try, but it throwed some array index exception and quit. – Xiè Jìléi Dec 3 '09 at 3:30
feedback

2 Answers

up vote 0 down vote accepted

Have you tried jspMyAdmin?

jspMyAdmin is a clone of the very popular phpMyAdmin written in JSP.

Support for several database platforms is provided, including MySQL, DBM, and SQLite.

See features list for full details

link|improve this answer
Not yet, but is this a MySQL-only client? – Xiè Jìléi Dec 7 '09 at 0:56
I haven't used it myself, but I've added some more info to my answer. It doesn't seem to support any/all JDBC databases though. – Chris Harcourt Dec 8 '09 at 23:29
feedback

I think maybe I have to create one my own

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.