BasicQuery is a Java-based application used to access databases through JDBC. It features a Swing-based GUI and includes capabilities useful to developers. It also produces timing information, which is valuable during tuning exercises.
More information is at BasicQuery's homepage: http://monead.com/basicquery/
As of May 23, 2014 the project's source code has been moved to GitHub. See: http://github.com/DaveRead/BasicQuery
EditDB is a database front-end wriiten in Java (JDBC used) for editing content of databases. Various details about database structure can be viewed. In edit mode, special help is provided to the user when s/he edits foreign or private keys.
TreeDocs is content management system (requires J2EE application server, uses EJBs) with web-based user interface that allows user to easily store documents and notes in a tree. All records are written into database. Tested under JBoss.
DORM4J (Dynamic Object-Relational Mapping for Java) is an O/R Mapping library for java. It uses annotation in jdk1.5 and dynamic feature of java language to implement O/R mapping function without additional XML config files.
Seed is a ZendFramework-based comprehensive and mainly PHP-based API to assist developing web-based applications on a solid space of modern features such as DBMS abstraction, AJAX and XML.
JDBMaker is a general purpose database manager written in Java.
It creates the database structure starting from the java beans with a very rigid mapping from the bean to tables.
JDBMaker replies the pointer logic into the database structure.
OODB purpose is to read a database and convert it's structure into java classes and optionally other text formats. Java classes are able to perform select, insert and update operations, utilize memory caching of rows etc. Database schema (table1, table2
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Platform independent variable data printing / publishing software. Combine text, images and database content with conditionals to output personalized, custom documents for direct mail and other one-to-one communications.
A utility that helps developers to access SQL databses and convert them to Objects. Each table in the database becomes a RecordStore Object and each Record becomes a Record Object. Multiple queries on same data generates no duplicates.
hloader is a simple tool to aid population of hibernate objects from an xml file. Supports associated objects by arbitrary id and allows specific overriding of database generated ids for reference data.
jMovie is a movie collection manager that simplifies the maintenance of your
collection. It obtains its data from internet movie data sources, downloading it to your machine so you will be able to do further queries offline.
Microarray Explorer (MAExplorer) is a Java microarray data-mining bioinformatics program.
It includes data management, graphics, statistics, clustering, reports, gene data-filtering, user
written MAEPlugins, documentation, tutorials, demo data.
TransXTrail is the simplest database transaction controller API for Java.
JTA, Springs and Tyrex has too many issues/problems. This API is intended to be used in small applications. It also helps you to build a distributed transaction system.
FusionGW is a cutting-edge open-source collaborative software suite. The goal of the FusionGW project is to build a framework to develop enterprise collaborative software under an open-source license.
Emeraldjb, is a Object / Relational DAO generator for Java Applications. It allows developers to map relational database tables to XML and have the DAO pattern based SQL and Java source generated.
Easiest way to build data manipulation interfaces for data stored in relational databases. Just drop the component in you servlet container, provide a relationship mapping file and you have a working interface in no time. For details see our homepage.
Collection of classes that make it more convenient to use JDBC Connection's, Statement's, and ResultSet's, as well as add logging support to arbitrary Connection's and PreparedStatement's so that SQL statements automatically log when executed.