Menu

[r2566]: / trunk / ch.sahits.codegen.help / JavaGenerationDefinition.xml  Maximize  Restore  History

Download this file

169 lines (168 with data), 10.8 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<?xml version="1.0" encoding="UTF-8"?>
<contexts>
<context id="GeneralCodeGenerationDefinitionPage" title="General Code Generator">
<description>Elements of the gereral code generation wizard</description>
<topic href="html/context/storeLocation.html" label="Store Location"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/outputFileExtension.html" label="Output file extension"/>
<topic href="html/context/generalgenerator.html" label="Generator"/>
<topic href="html/context/load.htm" label="Load a configuration" />
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="limitation_JavaGenerationDefinition" title="Limitations">
<description>What this wizard can do and how it is best used</description>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/generation.htm" label="Generation type"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/jet.htm" label="Java Emitter Template"/>
<topic href="html/context/generator.htm" label="Generator classes"/>
<topic href="html/context/reference_impl.htm" label="Reference Implementation"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="generation_JavaGenerationDefinition" title="Generation type">
<description>The different ways to generate code with the Java code generator</description>
<topic href="html/context/generation.htm" label="Generation type"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/jet.htm" label="Java Emitter Template"/>
<topic href="html/context/generator.htm" label="Generator classes"/>
<topic href="html/context/reference_impl.htm" label="Reference Implementation"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="input_source_JavaGenerationDefinition" title="Input Source">
<description>Different ways to generate a data model based on input data</description>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/generation.htm" label="Generation type"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/jet.htm" label="Java Emitter Template"/>
<topic href="html/context/generator.htm" label="Generator classes"/>
<topic href="html/context/reference_impl.htm" label="Reference Implementation"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="input_data_JavaGenerationDefinition" title="Input Data">
<description>Possible input data</description>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/generation.htm" label="Generation type"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/jet.htm" label="Java Emitter Template"/>
<topic href="html/context/generator.htm" label="Generator classes"/>
<topic href="html/context/reference_impl.htm" label="Reference Implementation"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="jet_JavaGenerationDefinition" title="Java Emitter Template">
<description>Java Emitter Templates to generate the source code</description>
<topic href="html/context/jet.htm" label="Java Emitter Template"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/generation.htm" label="Generation type"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/generator.htm" label="Generator classes"/>
<topic href="html/context/reference_impl.htm" label="Reference Implementation"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="generator_JavaGenerationDefinition" title="Generator classes">
<description>Generator classes to create a Java class from a data model</description>
<topic href="html/context/generator.htm" label="Generator classes"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/generation.htm" label="Generation type"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/jet.htm" label="Java Emitter Template"/>
<topic href="html/context/reference_impl.htm" label="Reference Implementation"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="reference_impl_JavaGenerationDefinition" title="Reference implementation">
<description>Creating a class with copy and paste</description>
<topic href="html/context/reference_impl.htm" label="Reference Implementation"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/generation.htm" label="Generation type"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/jet.htm" label="Java Emitter Template"/>
<topic href="html/context/generator.htm" label="Generator classes"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="dbProduct_JavaGenerationDefinition" title="Database vendor">
<description>Database vendor information</description>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/generation.htm" label="Generation type"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/jet.htm" label="Java Emitter Template"/>
<topic href="html/context/generator.htm" label="Generator classes"/>
<topic href="html/context/reference_impl.htm" label="Reference Implementation"/>
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="limitation_MJCGWizardPage" title="Limitations">
<description>What this wizard can do and how it is best used</description>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/multi_what_how.htm" label="How to generate What"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/load.htm" label="Load a configuration" />
</context>
<context id="dbProduct_MJCGWizardPage" title="Database vendor">
<description>Database vendor information</description>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/multi_what_how.htm" label="How to generate What"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/load.htm" label="Load a configuration" />
</context>
<context id="input_source_MJCGWizardPage" title="Input Source">
<description>Different ways to generate a data model based on input data</description>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/multi_what_how.htm" label="How to generate What"/>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/load.htm" label="Load a configuration" />
</context>
<context id="input_data_MJCGWizardPage" title="Input Data">
<description>Possible input data</description>
<topic href="html/context/input_data.htm" label="Input Data"/>
<topic href="html/context/limitation.htm" label="Limitations"/>
<topic href="html/context/multi_what_how.htm" label="How to generate What"/>
<topic href="html/context/input.htm" label="Input Source"/>
<topic href="html/context/dbproduct.htm" label="Database vendor"/>
<topic href="html/context/load.htm" label="Load a configuration" />
</context>
<context id="DBDefinitionPage" title="Database connection">
<description>Description of the database connection page</description>
<topic href="html/context/connection.htm" label="Database connection through JDBC" />
<topic href="html/context/connection_test.htm" label="Connection Test" />
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="DTPConnectionDefinitionPage" title="Datatools connection">
<description>Description of the datatools connection page</description>
<topic href="html/context/dtp_connection.htm" label="Database connection through Datatools" />
<topic href="html/context/connection_test.htm" label="Connection Test" />
<topic href="html/context/save.htm" label="Save the configuration" />
</context>
<context id="InsertScriptWizardPage" title="Insert Script Generator">
<description>Description of the use of the Insert script generator</description>
<topic href="html/context/insertSkript.htm" label="Insert Script Generator" />
<topic href="html/context/data_manipulator.htm" label="Data manipulator" />
</context>
<context id="NewJavaClassDefinitionWizardPage" title="New Class Definition">
<description>Description the first page of the Java Code Generator</description>
<topic href="html/context/newClass.htm" label="New Class definition" />
<topic href="html/context/load.htm" label="Load a configuration" />
</context>
</contexts>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.