jQuery template and Backbone.js
- by testndtv
I am trying to create an app which uses a combination of jQuery templates and Backbone.js
I have very little experience in both of them (though I know jQuery)
Could you please provide some good examples where jQuery templates and Backbone.js are used effectively.
Also I am loooking at using JSON for the model/data and trying to persist the data (I use Java at the backend)..So looking for ideas on how that can be integrated?
Thank you.