Official Review
NULL
|
Other links at Java > JSP and Servlets > Database Tools |
| 1. |
SQLServlet
|
|
|
SQLServlet provides an easy way to access your database using HTML-forms. It features: Can keep the connection "alive" between the application and the database, Dynamically generate HTML-tables from the result-set, Create forms for inserts and updates, Replace the values in the querystring by formvariables, Does not require the creation of a new process for each request, Only need to be loaded once, and Runs on any platform that supports the Java Virtual Machine. It requires ODBC Driver or a pure JDBC driver for your database.
|
| 2. |
Dodobase
|
|
|
Dodobase is a Java Servlet-based instant web catalog / database creation software for non-programmers. One step installation and *easy* management. Separate versions for MySQL and MS-SQL. Also allows import of databases, support for thumbnail pics, unlimited records and support for multiple databases.
|
| 3. |
DBBrowse
|
|
|
DBBrowse is a servlet-based application that runs on a Web server (either intranet or extranet). Using a simple HTML Web browser, DBBrowse enables you to access the Web server's databases (local or remote databases as well).The main DBBrowse functions are: Listing the tables in a database, Displaying the structure of a table, Dumping the contents of a table, Searching records in a table, Inserting/updating/deleting records in a table, Executing any SQL request on a database (including DDL requests), Exporting query resultsets as text files (fixed width or delimited), and Updating a table using an import text file.
|
| 4. |
Voruta
|
|
|
Voruta is a data access framework for embedding SQL statements in Java methods using custom javadoc tags and dynamic code generation
|
| 5. |
itrprof SQL Analyzer for Oracle
|
|
|
itrprof SQL Analyzer is a web based tool which analyzes SQL_TRACE and Event 10046 trace files of Oracle; finds bottlenecks and offers information on how to tune them.
|
|
|