November 25, 2010

Maf Event Bus

MAF v3 Framework (Part 2)
The cross-platform MAF Event Bus make use of Qt Signal/Slot to dispatch events between objects locally and remotely. Qt mechanism has been extended to manage also a remote communication transparently to the EventBus users and decouple the sender from the receiver allowing sending events remotely using different network connectors expandable through the strategy pattern.
Other information on MAF v3 framework can be found here: MAF Site
Enhanced by Zemanta

November 16, 2010

Interface Design Basics

Interesting presentation on Interface Design: