Official Review
NULL
|
Other links at Java > JSP and Servlets > Database Tools |
| 1. |
OR-Mapper POJO Generator
|
|
|
The POJO Generator generates POJOs (Plain Old Java Objects) and the methods for inserting, updating, deleting and finding them in, from an RDBMS.It does OR-Mapping by generating code in an easy-to-use way. The user can easily create a POJO following by specifying its member variables, their types, the columns they map to in an RDBMS and the table where they are stored.The user has the possibility to create and manage a collection of connection templates, code which the user already uses for connecting to RDBMS. The user has the possibility to attach such code to a POJO, change the code later, re-generate the POJO and have its database connection layer changed on the fly.
|
| 2. |
iStatsPackAnalyzer for Oracle
|
|
|
iStatsPackAnalyzer is a web based tool which analyzes STATSPACK files of Oracle; finds bottlenecks and offers information on how to tune them.
|
| 3. |
Village
|
|
|
Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose of this API is to make it easier to interact with a JDBC compliant relational database. By using Village, it is possible to execute and manage select/insert/update/delete SQL statements without having to actually write a single line of SQL. Village can use any valid JDBC Connection object, so it is possible to use Village with a JDBC Connection pool.
|
| 4. |
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.
|
| 5. |
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.
|
|
|