Monstarillo
Get your job done faster!!
Key Features
Monstarillo is a template based code generator that allows you to generate code
based off of a SQL Server or Oracle database schema.
Monstarillo uses a tag based scripting language that is very easy to learn. The
tags are very powerfull and Monstarillo templates written using fewer lines of code
than many of our competitors.
Custom tags can easily be created using any .Net compliant language.
10 user defined columns of data can be saved with the database schema information
for each column in each table in your database for use in your templates.
Extensive support for GUI creation. The Monstarillo GUI allows the user to select
what type of control is to be used to display the data for a given column. The code
used for each control type is also controlled by a template that can easily be modified
by the user. New control types can easily be added by the user.
In cases where the tag based scripting language is not sufficient to produce the
code you desire you have the option of serializing the database schema info and
Monstarillo meta data into an object "MonstarilloDBObject" to be used by your own
code!!!
Included Templates
Included Monstarillo templates generate business and data layers for use with SQL
Server or Oracle databases. The data layers use stored procedures or inline SQL.
When using stored procedures are used Monstarillo generates the store procedures.
The data layers return DataReaders, DataTables, and lightweight custom classes.
Forms are generated to list and view the data in each of the tables in your database.
Foreign key relationships are read from the database and are implemented in the
business objects.
The generated code requires no runtimes or helper classes.