WebSiteSystem is a personnal projet aimed at providing a set of tools that facilitates the development of a website. Latest developments and releases focus on code generation from a simple xml description, using ad-hoc schemas.
First, all src-* modules except src-database-table have been fixed, and the generated code should know work out of the box.
Then, a new src-* module is available : src-struts. For each definition file, it generates a php script that mimic the processing of the struts applet, at least with form data retrieving through bean classes, processing encapsuled in an action class and the redirecting through a "forward" mapping.
Finally, a sample package that demonstrate some of the src-* tools, including src-struts, src-form, src-request and src-bean is also available, and the resulting pages can be seen here :
http://www.sporniket.com/htmltools/textconverter.php
http://www.sporniket.com/htmltools/linkgenerator.php