<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>General Code Generation Tutorial</title>
</head>
<body>
<h1>General Code Generation Tutorial</h1>
<p>The generation of a arbitrary code fragment is pretty straight forward:</p>
<img alt="" src="../pic/generalCodeGen.jpg">
<p>Define the storeage loacate and the file name to indicate where the generated code fragment is stored.
The Input method radio button bar together with the database product and the Input File define the way the
input model is created including its contents. The File extension combo lets you select the extension of the
output file. By selecting on you limit the generators you choose from to the ones that produce
files with the defines extension. With the reset button the selection can be reversed. The generator
combo provides a list of all available Generators. The list contains JETemplates and generator classes.
Each entry has the format <code>Bunlde-ID@Generator</code>.</p>
<p>With the load button you can load a previously saved configuration. The save button provides a such.</p>
<p>Based on the selected input method and/or the choosen generator class you may need to fill out informations
about the database connections on the next page.</p>
</body>
</html>