DiscoverDBGui

Hosted By:
SourceForge.net Logo

Introduction
DiscoverDBGui is a tool written by Davide Ficano to help you create any text files that take their content from a relation database structure.
The primary usage consists to generate Java source code that contains CRUD operations.
Usually a Java programmer create two types of classes based on common design patterns DAO and VO.
DAO (Data access object) contains the code necessary to interact with db and VO (Value object) contains getter/setter methods.
DiscoverDBGui creates an XML with the RDBS tables structure then using the Swing interface you can apply a set of XSLT sheets to generate what you want.

   
Main dialog screen shoot
discoverdbgui dialog image