To generate ASP.NET Web Forms from a Component Enabler bundle, follow the steps described in the Agile Business Suite Developer User Guide under Builder, or in the Agile Business Suite DeveloperOnline Help.
When you set the User Defined View Generator property in the Component Enabler User Interface section use the following setting:
com.unisys.jellygen.GenerateFormASPdotNET – for generating using the Java version of the generator
“ASP.NET WebForms – for generating with the .NET version of the generator. Alternatively, this can be specified using the absolute path to the location of the generator, that is, <CE Install Directory>\bin\GenerateFormASPdotNET.dll.
The following files are created in the <Application Name>\<Bundle Name>\Views subdirectory of the output location:
Visual Studio project file called <Application Name>_<Bundle Name>_Ctrls.csproj.
For example, Sample_ASPNet_Ctrls.csproj.
One or more Lang<Language Number> subdirectory For example, Lang1 containing:
The generated .ascx Web User Control Forms and associated .ascx.cs C# code behind page for each Ispec in the bundle.
The generated .aspx Web Form with associated .aspx.cs C# code behind page for each Teach screen in the bundle.
The generated IspecList.xml file.
Note: Instead of using language numbers (1-15), Agile Business Suite on Windows is using locale ID’s. That is, the locale ID for English is 1033, hence, forms in English is generated into a language folder named lang1033.