My problem is that I know description of some process and want to search some standard technology implementing such approach, but don't know the correct name. In short, I need "objects-templating" engine. In details, I need to automate the following process:
Sum up- I'm looking for a technology which allows to create new objects with UI,automatically change DB structure, create view-forms for rendering/saving entity. If possible, form-action handler must also be created automatically, ie it generates a servlet / request mapping in controller, which inserts to DB/loads from DB.
I'm interested in Java technologies/frameworks as my question is asked in Java Web-App context.
It seems Spring Roo is what I need.