Includes data-related code generation
Categories: Persistence - Data-tier, XML
Author: JNetDirect
Latest version: 1.1Added 2006-02-13
Bi-directional data mapping tool that eliminates the need to construct custom code in order to bring relational data into XML format.JSQLMapper allows for the creation of relational data entries into an XML format and a map of those entries into a relational data source.Features include:- Support for complex data relationships- Uses a JDBC connection to interact with the database to allow for a broad database engines support- CRUD (read/write/update/delete) support- Flexible document structuring- Stale write protection, dataset differencing and automatic merging- Schema generation- Object binding support- Support for all JDBC data types
Categories: Object-relational mapping, Persistence - Data-tier
Author: Xcalia
Latest version: 3.1Added 2005-03-29
Provides Universal Data Access to Java applications, allowing to transparently access RDBMS, ODBMS, XML files, etc.Features include:- built-in data store: FileDB. FileDB is convenient for embedded storage, when SQL is not required.- compliant with the JDO standard.- a visual tool to generate the mapping information: LiDO Studio.- comes with multiple mapping options, and scalability features like caching, external tuning, etc.- NAViLIS is a companion product that allows to visually browse and manipulate the business model.
Categories: Compilation - Bytecode manipulation, Persistence - Data-tier
Author: DMS
Latest version: 2.1BAdded 2005-03-03
Contains a set of tools to edit and generate class files, and provides a development environment for database applications using Java, JDBC and JFC/Swing. Kopi contains a set of tools to edit and generate class files:- Kopi Classfile API, a package to manipulate Java classfiles- DIS, a disassembler for Java class files- KSM, a Java class file assembler- KJC, a Java compiler from Java source code to bytecode. The Kopi project also includes:- XKJC, a compiler for embedded SQL in Java. Built over JDBC, it allows the execution of Java-typed SQL statements and the mixing of expressions from both SQL and Java.- Visual Kopi, an application framework using Swing that lets you create database applications in a high level specification language. It also provides the ability to write triggers and commands in Kopi.