Official Review
NULL
|
Other links at Java > JSP and Servlets > Database Tools |
| 1. |
JSPMaker
|
|
|
JSPMaker is a powerful yet easy-to-use code generator that creates a full set of JSP (JavaServer Pages) quickly from MySQL or Oracle. Using the generated JSP, users can view, edit, search, add and delete records in the database easily on the Web. Generated codes are clean, straightforward and easy-to-customize. With JSPMaker, JSP developers can build Web applications much faster than ever before. JSPMaker is equipped with a number of cool features, including file upload to database or folder, master/detail, advanced security, field aggregation, CSS stylesheet, remote connection using JSP. All MySQL data types (including ENUM, SET, BLOB columns) and commonly used data types of Oracle (including LOB columns) are supported.
|
| 2. |
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.
|
| 3. |
Voruta
|
|
|
Voruta is a data access framework for embedding SQL statements in Java methods using custom javadoc tags and dynamic code generation
|
| 4. |
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.
|
| 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.
|
|
|