Message distribution system and method for providing notification(s)
    1.
    发明授权
    Message distribution system and method for providing notification(s) 有权
    消息分发系统和提供通知的方法

    公开(公告)号:US07509304B1

    公开(公告)日:2009-03-24

    申请号:US10373328

    申请日:2003-02-24

    IPC分类号: G06F7/00 G06F17/30

    摘要: The present invention relates to a system and methodology to facilitate automated delivery of notifications to notification sinks while mitigating interface development and deployment within the framework of a notification platform. One or more message delivery channels are provided with the notification platform that can be associated with an extension component for delivering the notifications. The extension component automatically wraps an underlying message in a protocol associated with a notification sink such as wrapping a message post from a notification source within a common delivery protocol. The extension component can inherit delivery properties from an underlying platform interface associated with the delivery channels in order to mitigate coding and development details involved when utilizing or invoking the platform interface. Furthermore, the extension component enables various message protocols to be modeled as separate objects without having to implement higher-level or more complex aspects of the underlying interface.

    摘要翻译: 本发明涉及一种系统和方法,以便于在通知平台的框架内减轻接口开发和部署,从而方便自动地将通知递送到通知汇。 一个或多个消息传递通道被提供有通知平台,该通知平台可以与用于传递通知的扩展组件相关联。 扩展组件自动地将基础消息包裹在与通知​​接收器相关联的协议中,例如在通用传送协议内从通知源包装消息帖子。 扩展组件可以从与传送通道相关联的底层平台接口继承传送属性,以减轻在使用或调用平台接口时涉及的编码和开发细节。 此外,扩展组件使得各种消息协议能够被建模为单独的对象,而不必实现底层接口的更高级或更复杂的方面。

    System and method for preference application installation and execution
    2.
    发明授权
    System and method for preference application installation and execution 有权
    偏好安装和执行的系统和方法

    公开(公告)号:US07669177B2

    公开(公告)日:2010-02-23

    申请号:US10693735

    申请日:2003-10-24

    IPC分类号: G06F9/44 G06F17/00 G06F3/00

    CPC分类号: G06F9/44505

    摘要: The present systems and methods disclose a system for personalizing computer functionality. End-users are provided with tools to easily write rich and complex preferences, for example, by using a plurality simple IF-THEN propositional logic. The preferences are then transformed into queries and executed efficiently on structured data. Preferences that are satisfied then execute actions such as providing notification or storing data in a particular folder. Furthermore, according to an aspect of the invention, data, logic, events, inter alia, are all schematized, thereby enabling sharing of data between application components and across applications.

    摘要翻译: 本系统和方法公开了一种用于个性化计算机功能的系统。 为最终用户提供了工具,可以轻松地编写丰富和复杂的首选项,例如,通过使用多个简单的IF-THEN命题逻辑。 然后将首选项转换为查询并高效地执行结构化数据。 首选项被满足,然后执行诸如提供通知或将数据存储在特定文件夹中的操作。 此外,根据本发明的一个方面,数据,逻辑,事件等都被示意化,从而使应用程序组件之间和跨应用程序共享数据。

    System and method for preference application installation and execution
    4.
    发明申请
    System and method for preference application installation and execution 有权
    偏好安装和执行的系统和方法

    公开(公告)号:US20050091269A1

    公开(公告)日:2005-04-28

    申请号:US10693735

    申请日:2003-10-24

    CPC分类号: G06F9/44505

    摘要: The present systems and methods disclose a system for personalizing computer functionality. End-users are provided with tools to easily write rich and complex preferences, for example, by using a plurality simple IF-THEN propositional logic. The preferences are then transformed into queries and executed efficiently on structured data. Preferences that are satisfied then execute actions such as providing notification or storing data in a particular folder. Furthermore, according to an aspect of the invention, data, logic, events, inter alia, are all schematized, thereby enabling sharing of data between application components and across applications.

    摘要翻译: 本系统和方法公开了一种用于个性化计算机功能的系统。 为最终用户提供了工具,可以轻松地编写丰富和复杂的首选项,例如,通过使用多个简单的IF-THEN命题逻辑。 然后将首选项转换为查询并高效地执行结构化数据。 首选项被满足,然后执行诸如提供通知或将数据存储在特定文件夹中的操作。 此外,根据本发明的一个方面,数据,逻辑,事件等都被示意化,从而使应用程序组件之间和跨应用程序共享数据。

    PROGRAMMING MODEL FOR SUBSCRIPTION SERVICES
    5.
    发明申请
    PROGRAMMING MODEL FOR SUBSCRIPTION SERVICES 审中-公开
    订阅服务的编程模式

    公开(公告)号:US20070156656A1

    公开(公告)日:2007-07-05

    申请号:US11565369

    申请日:2006-11-30

    IPC分类号: G06F7/00

    摘要: The present invention relates to a subscription modeling system and methodology. A query processor receives subscription query and subscriber information and transforms the query and subscriber information into data. An index component propagates at least one database with the transformed data; and a matching component that associates the transformed data with event data to generate a database of notification data that can be delivered to subscribers. The invention provides for abstracting subscription and subscriber information (as well as event information if desired) to high-level classes (e.g., data fields)—thus the invention provides for modeling such notification related information as data. Subscription applications can thus be developed at high levels wherein complex subscription queries and subscriber information can be defined as data fields for example. Databases in accordance with the data fields can be propagated with subscription/subscriber specific information. The present invention takes advantages of the processing power associated with database engines (e.g., SQL server) to generate notifications via performing a join operation on the databases (e.g., subscription database(s), subscriber database(s) and event database(s)). Accordingly, notifications are generated en masse as compared to per subscription per subscriber. Thus the present invention provides for a highly scalable and efficient notification system.

    摘要翻译: 本发明涉及订阅建模系统和方法。 查询处理器接收订阅查询和订户信息,并将查询和用户信息转换为数据。 索引组件使用转换的数据传播至少一个数据库; 以及匹配组件,其将经变换的数据与事件数据相关联,以生成可以递送给订户的通知数据的数据库。 本发明提供了将订阅和订户信息(以及如果需要的事件信息)提取给高级类(例如,数据字段) - 本发明提供了对与数据相关的通知相关信息进行建模。 因此,订阅应用程序可以以高级别开发,其中复合订阅查询和订户信息可以被定义为例如数据字段。 根据数据字段的数据库可以使用订阅/订户特定信息进行传播。 本发明利用与数据库引擎(例如,SQL服务器)相关联的处理能力来通过对数据库(例如订阅数据库,订户数据库和事件数据库)执行加入操作来生成通知, )。 因此,与每个用户的每个订阅相比,大量生成通知。 因此,本发明提供了高度可扩展和高效的通知系统。

    Programming model for subscription services
    6.
    发明授权
    Programming model for subscription services 有权
    订阅服务的编程模型

    公开(公告)号:US07177859B2

    公开(公告)日:2007-02-13

    申请号:US10180662

    申请日:2002-06-26

    IPC分类号: G06F17/30 G06F15/16

    摘要: The present invention relates to a subscription modeling system and methodology. A query processor receives subscription query and subscriber information and transforms the query and subscriber information into data. An index component propagates at least one database with the transformed data; and a matching component that associates the transformed data with event data to generate a database of notification data that can be delivered to subscribers. The invention provides for abstracting subscription and subscriber information (as well as event information if desired) to high-level classes (e.g., data fields)—thus the invention provides for modeling such notification related information as data. Subscription applications can thus be developed at high levels wherein complex subscription queries and subscriber information can be defined as data fields for example. Databases in accordance with the data fields can be propagated with subscription/subscriber specific information. The present invention takes advantages of the processing power associated with database engines (e.g., SQL server) to generate notifications via performing a join operation on the databases (e.g., subscription database(s), subscriber database(s) and event database(s)). Accordingly, notifications are generated en masse as compared to per subscription per subscriber. Thus the present invention provides for a highly scalable and efficient notification system.

    摘要翻译: 本发明涉及订阅建模系统和方法。 查询处理器接收订阅查询和订户信息,并将查询和用户信息转换为数据。 索引组件使用转换的数据传播至少一个数据库; 以及匹配组件,其将经变换的数据与事件数据相关联,以生成可以递送给订户的通知数据的数据库。 本发明提供了将订阅和订户信息(以及如果需要的事件信息)提取给高级类(例如,数据字段) - 本发明提供了对与数据相关的通知相关信息进行建模。 因此,订阅应用程序可以以高级别开发,其中复合订阅查询和订户信息可以被定义为例如数据字段。 根据数据字段的数据库可以使用订阅/订户特定信息进行传播。 本发明利用与数据库引擎(例如,SQL服务器)相关联的处理能力来通过对数据库(例如订阅数据库,订户数据库和事件数据库)执行加入操作来生成通知, )。 因此,与每个用户的每个订阅相比,大量生成通知。 因此,本发明提供了高度可扩展和高效的通知系统。

    System and method for extending application preferences classes
    8.
    发明申请
    System and method for extending application preferences classes 有权
    用于扩展应用程序偏好类的系统和方法

    公开(公告)号:US20050091674A1

    公开(公告)日:2005-04-28

    申请号:US10693717

    申请日:2003-10-24

    IPC分类号: G06F3/00 G06F9/44

    CPC分类号: G06F9/4488 G06F9/44505

    摘要: The present systems and methods disclose a system for personalizing computer functionality. End-users are provided with tools to easily write rich and complex preferences, for example, by using a plurality simple IF-THEN propositional logic. The preferences are then transformed into queries and executed efficiently on structured data. Preferences that are satisfied then execute actions such as providing notification or storing data in a particular folder. Furthermore, according to an aspect of the invention, data, logic, events, inter alia, are all schematized, thereby enabling sharing of data between application components and across applications.

    摘要翻译: 本系统和方法公开了一种用于个性化计算机功能的系统。 为最终用户提供了工具,可以轻松地编写丰富和复杂的首选项,例如,通过使用多个简单的IF-THEN命题逻辑。 然后将首选项转换为查询并高效地执行结构化数据。 首选项被满足,然后执行诸如提供通知或将数据存储在特定文件夹中的操作。 此外,根据本发明的一个方面,数据,逻辑,事件等都被示意化,从而使应用程序组件之间和跨应用程序共享数据。

    System and method for providing notification(s) in accordance with middleware technologies
    9.
    发明授权
    System and method for providing notification(s) in accordance with middleware technologies 失效
    根据中间件技术提供通知的系统和方法

    公开(公告)号:US07797306B1

    公开(公告)日:2010-09-14

    申请号:US10375628

    申请日:2003-02-26

    IPC分类号: G06F7/00

    摘要: The present invention relates to a system and methodology to facilitate subscription, delivery, processing, and reception of notification services. A global service framework is provided that operates in conjunction with a notification platform architecture to deliver information from one or more event sources to one or more notification sinks that receive information from the services. The global framework includes discovery and description components that provide information relating to available notification services. Subscriptions can be obtained via subscription events, whereby notifications can be delivered via notification events, wherein such events can be modeled as part of the global service framework. Various communications protocols can also be provided to facilitate communications with the notification services and global services framework. Furthermore, various notification delivery protocols can be provided that operate with structured database technologies to facilitate bulk message delivery and service in a reliable manner while mitigating network problems such as delivering notifications under power-interrupting conditions.

    摘要翻译: 本发明涉及一种便于订阅,传送,处理和接收通知服务的系统和方法。 提供了全球服务框架,其与通知平台架构一起运行,以将信息从一个或多个事件源传送到从服务接收信息的一个或多个通知汇点。 全球框架包括提供与可用通知服务有关的信息的发现和描述组件。 可以通过订阅事件获得订阅,借此可以通过通知事件传递通知,其中可以将这些事件建模为全球服务框架的一部分。 还可以提供各种通信协议以促进与通知服务和全球服务框架的通信。 此外,可以提供各种通知传递协议,其以结构化数据库技术操作,以便以可靠的方式促进批量消息传递和服务,同时减轻网络问题,例如在断电条件下传送通知。

    Framework for providing a subscription based notification system
    10.
    发明授权
    Framework for providing a subscription based notification system 有权
    提供基于订阅的通知系统的框架

    公开(公告)号:US07698276B2

    公开(公告)日:2010-04-13

    申请号:US10376197

    申请日:2003-02-26

    IPC分类号: G06F17/30

    CPC分类号: G06Q30/02 G06F17/30867

    摘要: The present invention relates to a system and methodology to facilitate automated delivery of notifications according to various applications that can be employed with the framework of a notification platform. The applications are described by models that enable users to easily/conveniently interact with the notification platform. The application models can be incorporated within and/or associated with the notification platform. Moreover, the models can be employed to enhance subscription experiences for users, whereby users can easily and economically subscribe and unsubscribe to one or more notification services. In addition, subscriptions can be dynamically adjusted based upon explicit commands from the user, inferred from contextual user states, and/or based upon incentives or other factors directed to the user.

    摘要翻译: 本发明涉及根据可以与通知平台的框架一起使用的各种应用来促进通知的自动递送的系统和方法。 应用程序由模型描述,使用户能够轻松/方便地与通知平台进行交互。 应用模型可以并入和/或与通知平台相关联。 此外,可以使用这些模型来增强用户的订阅体验,由此用户可以容易且经济地订阅并取消订阅一个或多个通知服务。 此外,可以基于来自用户的显式命令,从上下文用户状态推断和/或基于针对用户的激励或其他因素来动态地调整订阅。