There are a lot of Javascript MVC frameworks available these days (Backbone.js, Cappuccino, Ember.js, GWT, etc), each having their own positives and negatives.
My questions are ;
- What are the actual benefits that the MVC framework provides over normal Javascript ?
- Are all the frameworks mostly based on jQuery ?
- How does one decide which framework to go for? What are the questions that one needs to ask before pinpointing on some framework?
- One specific question that I have regarding MVC is there are some frameworks which update the view as soon as the model/data changes… So is that possible through AJAX?
Please let me know in very basic practical terms..
Benefits:
No. For example, ExtJS’s origins come from GWT (if I remember right)
I hope this helps.