The renderer, is provided as a compiled library. The source for the renderer and a project are included in the Generator Customization Kit.
The client is provided as a collection of source files, and a project file.
The client source and project file can be generated, without any modification to the code, to create a working VB.NET application suitable to load and run the generated VB.NET forms.
When you perform a build from Agile Business Suite System Modeler, the VB.NET form generator generates the following files:
VB.NET project files for each ispec/class.
A VB.NET Solution that contains all of the individual generated project files created for each ispec/class.
VB.NET source code files for each Ispec/Class in the bundle.
VB.NET source code files for each language as defined in the Model for each Ispec/ Class in the bundle.
The VB.NET source code files generated by the VB.NET client generator are named according to the following convention:
File | Name |
---|---|
VB Form | <Application Name><Ispec name><locale number>EAEForm.vb |
Teach form | <Application Name><Ispec name><Teach name><locale number>EAEForm.vb |
Project file ispec | <Application Name><Ispec name><locale number>EAEForm.vb.vbproj |
Project file teach | <Application Name><Ispec name><Teach name><locale number>EAEForm.vb.vbproj |
Ispec and teach names | <Application Name>IspecName.xml (used for the select screen dialog) |
Assembly file | AssemblyInfo.vb (this file is shared by all projects) |
Solution file | <Application Name>Solution.sln (a Solution file containing all of the individual projects to allow a bulk generate) |