Separating Spring and Dojo single page app codebases
- by Pie21
I'm working on a web application with a Spring Roo REST API backend and a Dojo single-page client app. Spring Roo provides a handy admin interface (with Web MVC) out of the box, so I'd like to keep that accessible for administrative duties.
However I'd like the Dojo app to be decoupled from the server application as possible. The server is a…