I have created new web application using roo, for one table in existing database, Now i want to add new table, so i created a new entity and field, but when i issue command
controller scaffold ~.web.MyExistingApp
It gives me error application exists,
so is there any command to recreate web appication


Reply With Quote