jquery Programming Glossary: mvvm
Why use Backbone.js with Rails? [closed] http://stackoverflow.com/questions/12082905/why-use-backbone-js-with-rails with Rails in mind and integrates easily with the help of backbone on rails . While the Model View View Model MVVM patterns of Knockout and Angular could easily be incorporated into a Rails app rather unobtrusively Backbone's MVC architecture..
Why would one use the Publish/Subscribe pattern (in JS/jQuery)? http://stackoverflow.com/questions/13512949/why-would-one-use-the-publish-subscribe-pattern-in-js-jquery this question It ™s all about loose coupling and single responsibility which goes hand to hand with MV MVC MVP MVVM patterns in JavaScript which are very modern in the last few years. Loose coupling is an Object oriented principle in which.. helps you for the decoupling. In the same manner you can keep your application logic into the Controller for example MVVM MVP it ™s not exactly a Controller and keep the View as simple as possible. When your View changes or the user click on something.. publish a new event the Controller catch it and decides what to do. If you are familiar with the MVC pattern or with MVVM in the Microsoft technologies WPF Silverlight you can think for the publish subscribe like the Observer pattern . This approach..
Preferred client side routing solution? [closed] http://stackoverflow.com/questions/6315505/preferred-client-side-routing-solution if I am not using Backbone. As I outlined in my question I am already using KnockoutJS that provides me a client side MVVM model and so its not really a good idea to put an additional MVC implementation in the same page. For people looking for..
|