Ada 2005
AWSGEN
AWSGEN is a Ada tool that uses a Mozilla KompoZer generated .html file to generate the necessary ADA & AWS code to create a working framework
program that displays the user Form and code stubs that react to Button Presses.
After code generation the programmer adds their own code to the code stubs to do the actual job desired.
Here are attached a number of files that you may free download and use as you desire. No copyright applies.
a) A extraction of chapters from a unpublished book I have written for myself which explains the usage of AWSGEN.
Book Extract , chapters re: AWS & AWSGEN
b) the Ada source code of AWSGEN.
awsgen.html
awsgen.gpr
awsgen.adb
awsgen_cb.adb
awsgen_cb.ads
KompoZer
is a free WEB development tool that is available on most ( if not all)
versions of Linux. KompiZer was chosen as the .html
development tool because it is free and its as good as most tools of it
type ( free or otherwize). AWSGEN only 'understands' the style of HTML
code that KompoZer creates, no attempt was done to make AWSGEN general
purpose, nor does AWSGEN process every thing that KompoZer HTML code
might create.
Hopefully AWSGEN itself is easy enough for you to modify to cover any
other HTML features you might use that are currently not implemented.