Before we contemplate doing this, I wanted to ask the list if this has
already been done.
Is there a code generator (nothing fancy) that can read an existing .html or
.jsp file and generate the corresponding Form and Action classes. The
generator would identify the variables from the presentation forms
(html/jsp) and automatically generate corresponding skeleton classes for
Form and Action.
The benefits of this is that it allows your graphical designers to design
the forms first, then the code generator can give the developers a jump
start by creating the skeleton classes; thus developers can jump start
coding actual business logic.
Thanks,
JD