The SPT Relational Database Web Tool (RWT) is a simple application that can help developers connect to databases configured as a DataSource in the application server or directly through JDBC. The RWT application attempts to replicate basic features found in the popular Aqua Data Studio application. Per user settings (saved connection parameters, saved queries), single and batch query processing, a history browser, multiple query browsers, a tree view of database metadata, and other features are supported. Full source code is available.
| Tags | Database Front-Ends |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: The total number of rows in the table/view is now displayed when viewing table/view details. Clicking on the number of rows now displays a data viewer component that can be used to walk through all the rows in the table/view. A user controller limitation on number of characters displayed in the results of the query executor was implemented. Previously this was hard-coded in the application.


Changes: The Oracle data dictionary is now used instead of information schema for Oracle databases. Export to Excel was implemented in the batch query processor and pagination of result sets was implemented in the batch query executor.


Changes: ExecutorView was modified to set query TextArea as a focused component.


No changes have been submitted for this release.