Hi,
Is there an open source web based tool preferably based on Spring(or struts) and Hibernate that will list the contents of a database table? I can write one but there are hundreds of tables so im wondering if i can use an existing open source tool that will list the contents of the table based on what i select.
Basically all i want to do is specify the database connection details and the list of tables i want to be able to view and the tool to list the data based on a table that i select from a list (no need to re-invent the wheel). :)