This is an ORM Code Generate tool. Our plan is: Step 1: from an data model xml file, this tool can help people to generate Java POJO, Hibernate config file and MySQL DDL file.
Step 2: from the XML file, generate a web site with CRUD pages of all objects, people can manipulate there inital data or sample data easily.
Step 3: create a web way to help people create the data model xml file.
Step 4: decoupling java, hibernate and MySQL, user can config any language, ORM tool and DB they want