Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
MASTERING KNOCKOUTJS

You're reading from   MASTERING KNOCKOUTJS Use and extend Knockout to deliver feature-rich, modern web applications

Arrow left icon
Product type Paperback
Published in Nov 2014
Publisher
ISBN-13 9781783981007
Length 270 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Timothy Moran Timothy Moran
Author Profile Icon Timothy Moran
Timothy Moran
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Knockout Essentials 2. Extending Knockout with Custom Binding Handlers FREE CHAPTER 3. Extending Knockout with Preprocessors and Providers 4. Application Development with Components and Modules 5. Durandal – the Knockout Framework 6. Advanced Durandal 7. Best Practices 8. Plugins and Other Knockout Libraries 9. Under the Hood Index

Publishing and subscribing

A very common problem new developers face when they start using Knockout is how to communicate between viewmodels without establishing a single hierarchy with a master viewmodel or any other form of direct reference between viewmodel objects. These kind of hard dependencies are generally considered bad practice, but the need to send messages between different viewmodels is unavoidable.

The publish-subscribe (pub/sub) pattern is a popular solution to this problem. Durandal offers you a simple pub/sub implementation via the Events module. There are two ways in which you can use the events system: with the events included on the durandal/app object by default or by adding events to your own objects.

The events module

The events system includes the events module and the subscription class. The events module, required by durandal/events, provides you with the includeIn method to add events to an object. When Events.includeIn(obj) is called, the following functions are...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime