- Download the free Community Edition to test this generator, or send us an email for any question on this POC.
[POC codename of this generator: bb_multitier]
- Original source code model taken from an internal POC.
- Level of complexity: low.
- Generated with the following SoProMach (what is SoProMach?):
sisendel[tm]: version 071/community - 31Jan05
tefigel[tm]: version 104/community - 31Jan05
This POC provides a concise example of use of Sisendel on a simple
model containing three software entities. The model is derived from an example
contained in book "Code Generation in Action",
written by Jack Herrington. The generator produces three files for each entity:
one SQL script, one Java class, and one HTML form.
Purpose of the POC is to allow trial users to examine the structure of
some simple software molds and verify the effect produced by simple changes
applied to either the software entities or the software molds.
All output files are generated from the input model files listed in the
following table.
Table 17 - Input Design Files
File name
|
Source code
|
project/author.ef
|
View
|
project/book.ef
|
View
|
project/publisher.ef
|
View
|
Table 18 - SQL Generator: Generated Files
File name
|
Source code
|
project/DB/author.sql
|
View
|
project/DB/book.sql
|
View
|
project/DB/publisher.sql
|
View
|
Table 19 - Java Generator: Generated Files
File name
|
Source code
|
project/LOGIC/Author.java
|
View
|
project/LOGIC/Book.java
|
View
|
project/LOGIC/Publisher.java
|
View
|
Table 20 - HTML Generator: Generated Files
File name
|
Source code
|
project/UI/author.html
|
View
|
project/UI/book.html
|
View
|
project/UI/publisher.html
|
View
|
[Previous chapter]
[Next chapter]
[Back to top]
|