What Javascript framework integrates well with Grails?

Most of the front-end applications we use use Grails, and we love it to death, but we learn Javascript frameworks such as backbone.js, ember.js for templates, reusability. We are very satisfied and familiar with json and would like to know what some experience and recommendations are for the Javascript framework that goes well with Grails.

I would like to understand the evaluation criteria, the cost of implementation and the learning curve.

+7
source share
1 answer

backbone is a fully flexible wireframe design and can be used with grapes without any pain (and I used it with Grails). I am compatible with most js libs (jquery, zepto, etc.), with most client-side template languages, etc.

ember , as I see it, is of a higher level, but has some limitations for your application architecture, for example, it works best when you use handlebars . Therefore, you need to learn at least a new template language. And I'm not sure if there are server-side rendering tools for descriptors (for the case when you want to also display the page on the server side)

+3
source

All Articles