spring - Using Grails for Web Service Client Project -


i'm researching on grails, if choice go web service client project. said grails highly beneficial developing admin portals , prototypes. concern use grails admin portal admin portal driven rest-api calls. therefore, can consider web service client application. hence, won't able use of grails scaffolding feature generate controllers or related test cases. , object relational mapping via hibernate well. still can views generated according domain objects i'm defining. considering above concerns grails still reasonably beneficial going traditional java/spring , spring resttemplate approach ?

this bit of subjective question, imo yes, grails web application web service consumer still fine choice. groovy's remote api functionality productive , clean, , view layer , controllers high quality regardless of domain/service layer looks like.

in current project 1 of our grails apps acting how you're describing, , it's been success in terms of quality, performance, , productivity.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -