I want to make a web-UI where users can enter a table name and columns with their datatypes required and submit the form so that a table gets created and also want to create hbm file for the table created and i can use the class related to the table created for doing CRUD operations.
And also if anyone can suggest any other method may be without hibernate to achieve my requirement.
Thanks,
Sandeep