|
Author
Updating...
CodeFutures Home Page
Home Page Categories: Code generation, Persistence - Data-tier,
Latest version: 3.2 Beta Added 2005-01-19Updated 2007-04-17
Generates Java source code for accessing relational databases.
FireStorm/DAO can import existing database schemas (from a SQL script or from a live JDBC connection) and can then generate a complete persistence tier based on any of the following Java persistence technologies: - Java Database Connectivity (JDBC) - Java Persistence API (JPA) - Enterprise JavaBeans (EJB) - Hibernate Java Persistence
FireStorm/DAO generates code that is compliant with the Data Access Object (DAO) design pattern.
 Built for Java |
Home Page Categories: Persistence - Data-tier
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 |
|
Help the Java community get a consensus on great tools. Display your favorite tools on your own website or on your blog.
Keep track of your favorite tools. Build your personal watch list.
|
|