Voruta reduces JDBC code in application, it makes code more readable and safe, SQL procedures and queries are mapped to JAVA methods using custom javadoc tags and dynamic code generation at runtime.
It needs no custom build tools or external files for de
Zambeel is an e-mail driven multimedia archiving system. The software provides the ability to simply archive anything from anywhere. It also provides ubiquitous access to the archived data through a variety of clients. Written entirely in Java.
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
A Java web services/hibernate based interface for bugzilla.
Java based apps sould access extremly easy bugzilla with jagzilla.
Two methods are supported: JDBC with hibernate for on site use,
and Web services for more open usage.
jVeDa is a programm written in JAVA which indexes any medium by saveing the stucture (including ID3-Tag, Thumbnails of JPEG,PNG and GIF and EXIF-Information) into a MySQL-Database (allowes remote access to the data) it also supports categorization
Jing, a Java based DAO (Data Access Object) framework, allows for a
clean seperation between the DAO layer and the Persistance layer.
Projects can swap persistance frameworks or use multiple frameworks
without \"rocking the boat.\"
OS400Bridge is intended to provide connectivity options for Java applications running on IBM\'s OS/400 (iSeries or AS/400 machines), allowing them to access databases throughout the network.
LeverPack is a small, transaction based, secure, concurrent, and efficient record repository management engine written in Java. It provides READ_COMMITTED transaction isolation level supported read/write access to user data records.
This project tries to define a new grammar to be used for database access. It should be easier to learn, understand and use than SQL, be more consistent, and contain significantly less rules. It does not try to be an extension or subset of SQL.
GeNetDB, contraction of Genetic Network Database, is a bioinformatic platform destined to the study of genetic regulatory networks. It contains in one place the data and the way to study them, providing the user an access to all tools needed for his work
Perl-Torque is derived from the well known Java-Project Torque. Starting from a XML-File it produces SQLs for many different databases (MySQL,PostgreSQL,...), Perl-Classes to access data and documentation including ER-Diagrams
A tool that generates relational database access code tied to a specific user-defined database schema (think "type safe database access"). The tool is implemented in Java, but the intention is to allow code to be generated in a variety of languages.
It's a peer-2-peer RDBMS designed for small databases for private use. The databases can be synchronized among each other and therefore be available on any device - even if it is off-line.
Ever wanted to have immediate access to your Addresses and Sche
In the world of data sources, the heterogenity of interfaces is a huge problem.
This project intends to provide the community with Data Access Objects (DAO's) that implement a standard interface and doing so to abstract access to any type of data source
!!! Tablegen is discontinued. Go use Apache Torque instead !!!
Automatically generates Java (JDBC) classes to access to a relational database.
Version 1.8 is now officially obsolete.
Version is being worked on. It will have improved code structure (
S.O.D.A. is a an object API to communicate with databases.
The current specification is focussed on queries.
Goals are: type safety, object reuse, minimum string use, programming language independance.
rdb2oo is a project to create source code for classes which correspond to tables in a relational database.
rdb2oo is also about creating an object oriented abstraction layer for simple database access.
The getMap/DBMeta project provides a library to access database metadata information in a convinient OO way.
Also available is some code to automaticaly generate EJBs from database metadata.
Schweasel is a platform-independent text shell to access relational databases that support jdbc. You can perform basic sql features such as insert, update, delete, select as well as create, drop tables stored procedures, etc. (similar to sql+)
Swrap is a collection of libraries for easier access to database via JDBC. It includes wrapper for executing SQL queries, a disconnected ResultSet which provides runtime sorting and filtering, and a connection config manager.