A system and method for automated source code generation is presented.
Processing uses a parser call back function to identify relevant HTML
tags in an HTML file. Processing extracts HTML tag information from the
relevant HTML tags and stores the HTML tag information in a variable
table. A user may configure the variable table to instruct processing to
generate getter source code and/or setter source code on a tag-by-tag
basis. Processing retrieves a source code template and generates java
bean source code by combining the source code template with the
information in the variable table.