I need to read data from existing database is it possible using
compile "org.grails.plugins:db-reverse-engineer:4.0.0"
?
My operations are: user should read data from existing table, create new record, create new coulmn, edit coulmn name, edit records. View format will be in grid like xml grid.
Which technology is the best for these operations in grails, I have plan to work on javascript using jaxrs
, is it good to do?