Donate Share

MDAOG Java DAO Generator For PostgreSQL

File Release Notes and Changelog

Release Name: mdaog-0.5.1a

Notes:
--------------------------------------------------
MDAOG is a Java DAO Code Generator
--------------------------------------------------

Version: 0.5.1 Alpha

MDAOG is distributed under the 
Apache License Version 2.0 
For more information view LICENSE.TXT


To find out more about how to use or 
contribute to MDAOG please visit
the MDAOG website at:

http://mdaog.sourceforge.net

Usage:

From a command line type:

java -cp <pgsqlJDBCDriver.jar>;mdaog0.5.1a.jar com.menegatos.mdaog.gui.DaoGenerator


Relase Notes: 

MDAOG is a Java Data Access Object Generator
for PostgreSQL Databases.  It generates
DAO classes that allow you to connect to your
database from a Java web application.

The generated code is of stable quality.

The application MDAOG needs some work
but should work for most needs.

What's New:

0.5.1 Alpha

-  This release brushed up the GUI 
   interface a bit.  There was 
   no modifications made to the code

-  Made a few code modifications
   to allow MDAOG to run with
   older JVMs
  


0.5 Alpha

-  Initial Release

Changes: