vote up 1 vote down star

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

flag

80% accept rate
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. – 谢继雷 Dec 3 at 3:30

2 Answers

vote up 0 vote down check

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|flag
Not yet, but is this a MySQL-only client? – 谢继雷 Dec 7 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 at 23:29
vote up 0 vote down

I think maybe I have to create one my own

link|flag

Your Answer

Get an OpenID
or
never shown

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