01 2014 档案

摘要:Camel is mainly for integration purpose, in our project we also use it inside the single component to do msg processing.And actually Camel is not good at msg correlation, while CEP does. But since Camel has a lot of useful connectors[solace, our own tibrv, quickfix, ssh....], we choose Camel. 阅读全文

posted @ 2014-01-24 21:50 chayu3 阅读(99) 评论(0) 推荐(0)

摘要:INotifyPropertyChanged向客户端发出某一属性值已更改的通知。namespace System.ComponentModel{ // Summary: // Notifies clients that a property value has changed. public interface INotifyPropertyChanged { // Summary: // Occurs when a property value changes. event Prop... 阅读全文

posted @ 2014-01-02 21:25 chayu3 阅读(374) 评论(0) 推荐(0)