الكلمات الدليلية 'Builder'

XML DAO Builder

Posted by admin on ديسمبر 11 2009 Add Comments

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 [...]

Db Code Builder

Posted by admin on ديسمبر 11 2009 Add Comments

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

Posted by admin on ديسمبر 11 2009 Add Comments

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

Posted by admin on ديسمبر 10 2009 Add Comments

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

Posted by admin on ديسمبر 10 2009 Add Comments

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 [...]