FireStorm/SDO
Home PageCategories: Persistence - Data-tier
Author: CodeFutures
Latest version: 1.0 Early Access 2
Added 2007-04-17
Generates Java code for accessing databases using the Service Data Object (SDO) API.
FireStorm/SDO consists of:
- an SDO Runtime: can be used as part of a standalone application running in J2SE or as part of an enterprise application running in J2EE. FireStorm/SDO provides a Data Access Service for reading data from relational databases and populating a DataGraph consisting of DataObjects and a Change Summary. This DataGraph can then be modified offline from the database and then sent back to the Data Access Service, which contains the functionality to apply the changes to the relational database.
- an SDO Code Generation Tool: can import existing database schemas (from a SQL script or from a live JDBC connection) and can then generate a static Java SDO API for accessing the database. The generated code extends the SDO Dynamic API giving the developer the choice of using static or dynamic DataObjects as defined by the SDO specification.
Built for Java |