Menu

[r2825]: / branches / phpintegration / ch.sahits.codegen.help / JavaGenerationDefinition.xml  Maximize  Restore  History

Download this file

245 lines (244 with data), 16.4 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<?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>
<context id="HibernateGenerator" title="Hibernate Configuration Generator">
<description>Description for the Hibernate configuration Generator</description>
<topic href="html/context/generators/hibernateConfiguration.html" label="Hibernate configuration generator"/>
</context>
<context id="SQLSelectGenerator" title="SQL Select script Generator">
<description>Description of the SQL select statement generator</description>
<topic href="html/context/generators/sqlSelectJet.htm" label="SQL Select script Generator"/>
</context>
<context id="Axis2ServicesXML" title="Generator for services.xml for Axis2">
<description>Description of the services.xml generator for Axis2</description>
<topic href="html/context/generators/axis2ServicesXMLGenerator.html" label="Generator for services.xml for Axis2"/>
</context>
<context id="Axis2WSDLGenerator" title="WSDL Generator for Axis2 Webservice">
<description>Description for the Axis2 WSDL generator</description>
<topic href="html/context/generators/axis2WSDLGenerator.html" label="WSDL Generator for Axis2 Webservice"/>
</context>
<context id="Axis2ServerStub" title="Generator for the server side Stub">
<description>Description for the Axis2 server side Stub class</description>
<topic href="html/context/generators/axis2ServerSideStub.htm" label="Generator for server side Stub"/>
</context>
<context id="Axis2MessageInOutReciever" title="Generator for the MessageInOutReciever">
<description>Description for the Axis2 Message In/Out reciever</description>
<topic href="html/context/generators/axis2MessageInOutReciever.htm" label="Generator for MessageInOutReciever"/>
</context>
<context id="JetDBBean" title="Database Bean">
<description>Description of the JEtemplate dbbean</description>
<topic href="html/context/generators/jetDBBean.htm" label="Database Bean"/>
<topic href="html/context/generators/jetDAOLoadUnique.html" label="DAO class backed by this Database Bean"/>
<topic href="html/context/generators/jetDBBeanConvertor.html" label="Converter that takes this Bean as constructor argument"/>
</context>
<context id="JetLoginService" title="Login Service Interface">
<description>Description of the Jetemplate for the Login service</description>
<topic href="html/context/generators/jetLoginServiceInterface.htm" label="Login Service Interface"/>
</context>
<context id="JetSWTGUI" title="SWT GUI for one/two Column HTML form">
<description>Description of the SWT GUI</description>
<topic href="html/context/generators/jetSWTGUI.html" label="SWT GUI for one/two Column HTML form"/>
</context>
<context id="JetDAOLoadUnique" title="DAO class with unique load and insert">
<description>Description of the Jetemplate for the data access object with insert and unique load</description>
<topic href="html/context/generators/jetDAOLoadUnique.html" label="DAO class with unique load and insert"/>
<topic href="html/context/generators/jetDBBean.htm" label="Backing Bean Class"/>
</context>
<context id="JetBeanConvertor" title="DB Bean convertor">
<description>Description for the Jetemplate for the Bean convertor</description>
<topic href="html/context/generators/jetDBBeanConvertor.html" label="DB Bean convertor"/>
<topic href="html/context/generators/jetDBBean.htm" label="Constructor Argument Bean"/>
</context>
<context id="GenBeanInsertRemove" title="Database bean with delete method">
<description>Description of the generator to improve class with insert method</description>
<topic href="html/context/generators/genBeanWithRemoveReference.html" label="Database bean with delete method"/>
<topic href="html/context/generators/jetDBBean.htm" label="Base bean"/>
<topic href="html/context/generators/refDAOCRUD.html" label="Reference implementation"/>
</context>
<context id="GenDAOInsertSelect" title="Data access object with getConnection method">
<description>Description of the class improve generator with getConnection</description>
<topic href="html/context/generators/genDAOInsertSelect.html" label="Data access object with getConnection method"/>
<topic href="html/context/generators/jetDBBean.htm" label="Base Bean"/>
</context>
<context id="GenInitializableBean" title="Bean generator with initialisation through Hashtable">
<description>Description for the generator of the bean generator with Initializing constructor</description>
<topic href="html/context/generators/genInitializableDBBean.html" label="Bean generator with initialisation through Hashtable"/>
</context>
<context id="GenPureAST" title="DAO class with unique load and load all">
<description>Description of the generator for DAO class with load methods</description>
<topic href="html/context/generators/genPureASTGenerator.html" label="DAO class with unique load and load all"/>
</context>
<context id="GenUniqueConstructor" title="Database bean with initialisation of primary key">
<description>Description of the improvement generator with constructor initialisation</description>
<topic href="html/context/generators/genUniquConstructor.html" label="Database bean with initialisation of primary key"/>
<topic href="html/context/generators/jetDBBean.htm" label="Base class"/>
</context>
<context id="RefOracleDelete" title="Reference implementation for delete method for Oracle database">
<description>Description of the reference implementation for delete method</description>
<topic href="html/context/generators/refDAOCRUD.html" label="Reference implementation for delete method for Oracle database"/>
</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.