XML DAO Builder
By : Adolfo Eloy
This package can be used to generate database access classes from XML definitions.
It can parse a class definition in a XML format and generate the code for the class with variables that map column definitions.
Currently the it adds getter and setter functions to the generated class for each of the [...]
Posts Tagged 'Builder'
XML DAO Builder
Db Code Builder
Db Code Builder
By : Christian Velin
This package can be used to generate code for classes to access databases as objects.
It accesses a database to retrieve the information about tables and columns for which it is intended to generate data access classes.
It generates value object classes (VO) to manage the mapped object information with all the [...]
Class Builder
Class Builder
By : andy honeycutt
This package can be used to generate classes to store and retrieve objects stored in MySQL database table records.
It can retrieve the information about the fields of a given MySQL table and generates code for a class that can perform several types of actions to access the table records as [...]
Duck Roll Builder
Duck Roll Builder
By : Abbey Sparrow
This class can be used to display display YouTube music videos with lyrics imported from lyrics sites.
It can search YouTube for music videos of a given band and song. It also searches and imports lyrics from several lyric sites.
The class generates HTML to display the found videos and lyrics as [...]
Form Builder
By : Andrew P.
This class can be used to generate HTML and Javascript for displaying forms.
It can add the definition of the form fields to be displayed and generates HTML to display the fields in a table.
The class also generates Javascript to support some types of validation on the browser side.
It comes also with three [...]
