Télécharger la liste

Description du projet

The goal of dzo is to treat application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo uses a text file that contains native create statements for all database objects and compares them against the actual database-schema. As a result, dzo creates the SQL statements needed to update the database schema (or you can let dzo execute the SQL statements directly). If your application lives in a Tomcat or Java EE application server, dzo has a servlet that controls the deployment process, inspects and executes the necessary database changes, and finally deploys the application. Dzo currently works with HSQLDB, MySQL, Oracle, PostgreSQL, and SQL Server (more to come).

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-10 10:12 Retour à la liste release
2.7.0

Cette version est adaptée pour JBoss version 7. @ @ Docs Doc et d'annotation ont été déplacés vers un doc-package. Un bug lors de l'affichage SQL généré entre "# SQL BEGIN" et "end # sql" dans dzo2 (l'application Web) a été corrigé. Une table est créée dans hibernate_sequence MySQL lors jpa-annotation @ GeneratedValue est utilisé (nécessaire dans Hibernate 4). Un échantillon de Maven a été ajouté à la documentation.
This version is adapted for JBoss version 7. @Doc and @Docs annotation have been moved to a doc-package.
A bug when displaying generated SQL between "#sql begin" and "#sql end" in dzo2 (the Web application) has been fixed. A hibernate_sequence table is created in MySQL when jpa-annotation @GeneratedValue is used (needed in hibernate 4). A maven sample has been added to the documentation.

Project Resources