Apparatus and method for policy-driven business process exception handling
    12.
    发明申请
    Apparatus and method for policy-driven business process exception handling 审中-公开
    用于策略驱动的业务流程异常处理的设备和方法

    公开(公告)号:US20050267765A1

    公开(公告)日:2005-12-01

    申请号:US10853503

    申请日:2004-05-26

    IPC分类号: G06Q10/00 G06F17/60

    CPC分类号: G06Q10/10 G06Q10/06395

    摘要: A model-driven and QoS-aware infrastructure facilitates the scalable composition of Web services in highly dynamic environments. An exception management framework supports two modes of exception management for business processes, providing a novel policy-driven approach to exception management implemented in the system infrastructure. Exception management is implemented in the system infrastructure, with exception handling policies supplied by individual business processes. Using the exception management framework, developers define exception policies in a declarative manner. Before a business process is executed, the service composition middleware integrates the exception policies with normal business logic to generate a complete process schema. This policy driven-approach can significantly reduce the development time of business processes through its separation of the development of the business logic and the exception handling policies.

    摘要翻译: 模型驱动和QoS感知的基础设施有助于高度动态环境中Web服务的可扩展组合。 异常管理框架支持业务流程的两种异常管理模式,为系统基础架构中实现的异常管理提供了一种新颖的策略驱动方法。 在系统基础架构中实施异常管理,并由个别业务流程提供异常处理策略。 使用异常管理框架,开发人员以声明方式定义异常策略。 在执行业务流程之前,服务组合中间件将异常策略与正常业务逻辑集成,以生成完整的流程模式。 这种政策驱动的方法可以通过分离业务逻辑和异常处理政策的开发,大大减少业务流程的开发时间。

    Interoperability of accounting packages and commerce servers
    13.
    发明申请
    Interoperability of accounting packages and commerce servers 审中-公开
    会计软件包和商业服务器的互操作性

    公开(公告)号:US20050022154A1

    公开(公告)日:2005-01-27

    申请号:US10845729

    申请日:2004-05-14

    IPC分类号: G06Q10/00 G06Q30/00 G06F17/60

    CPC分类号: G06Q10/10 G06Q30/06

    摘要: A method for transferring a structured document between a server and a software package, in accordance with the present invention, includes providing a structured document including entered information from a server and translating the structured document into a format understandable to a software package resident on a personal computer. The software package supports entering and extracting required information using only a user interface in the software package. The translated structured document is integrated into the software package by employing a program or applet for directly entering and extracting information to and from the software package without human intervention. The program includes operating system commands for mimicking input device actions for automatically interacting with the user interface.

    摘要翻译: 根据本发明的用于在服务器和软件包之间传送结构化文档的方法包括提供包括从服务器输入的信息的结构化文档,并将结构化文档翻译成可容纳于驻留在个人的软件包的格式 电脑。 软件包只需使用软件包中的用户界面即可输入和提取所需信息。 翻译的结构化文档通过使用程序或小应用程序集成到软件包中,用于直接从软件包输入和提取信息,而无需人为干预。 该程序包括用于模拟输入设备动作的操作系统命令,以自动与用户界面交互。

    Dynamic business process automation system using XML documents
    14.
    发明授权
    Dynamic business process automation system using XML documents 有权
    通过网络动态交换和合并XML文档的系统

    公开(公告)号:US06507856B1

    公开(公告)日:2003-01-14

    申请号:US09225814

    申请日:1999-01-05

    IPC分类号: G06F1730

    摘要: A system for exchanging and merging messages over a network includes a server accessible by a plurality of remote browsers for transmitting a template including fields for information entry and a business system accessible by the server for generating a return document pursuant to information entered in the template on the browsers. The business system includes a first parser for receiving a document from a browser, the document including information about data characteristics of information entered into the template, and a second parser for receiving information about data characteristics to provide a return template. A merging algorithm is implemented to merge the document with the return template for providing a return document to the browser having portions of the return template with data entered therein.

    摘要翻译: 用于通过网络交换和合并消息的系统包括可由多个远程浏览器访问的用于发送包括用于信息输入的字段的模板的服务器和可由服务器访问的业务系统,用于根据在模板中输入的信息生成返回文档 浏览器。 业务系统包括用于从浏览器接收文档的第一解析器,该文档包括关于输入到模板中的信息的数据特征的信息,以及用于接收关于数据特征的信息以提供返回模板的第二解析器。 实现合并算法以将文档与返回模板合并,以向返回文档提供返回文档,该浏览器具有输入其中输入数据的返回模板的部分。

    Method of performing a parallel relational database query in a
multiprocessor environment
    15.
    发明授权
    Method of performing a parallel relational database query in a multiprocessor environment 失效
    在多处理器环境中执行并行关系数据库查询的方法

    公开(公告)号:US5797000A

    公开(公告)日:1998-08-18

    申请号:US667056

    申请日:1996-06-20

    IPC分类号: G06F17/30

    摘要: A method of performing a parallel join operation on a pair of relations R1 and R2 in a system containing P processors organized into Q clusters of P/Q processors each. The system contains disk storage for each cluster, shared by the processors of that cluster, together with a shared intermediate memory (SIM) accessible by all processors. The relations R1 and R2 to be joined are first sorted on the join column. The underlying domain of the join column is then partitioned into P ranges of equal size. Each range is further divided into M subranges of progressively decreasing size to create MP tasks T.sub.m,p, the subranges of a given range being so sized relative to one another that the estimated completion time for task T.sub.m,p is a predetermined fraction that of task T.sub.m-1,p. Tasks T.sub.m,p with larger time estimates are assigned (and the corresponding tuples shipped) to the cluster to which processor p belongs, while tasks with smaller time estimates are assigned to the SIM, which is regarded as a universal cluster (cluster 0). The actual task-to-processor assignments are determined dynamically during the join phase in accordance with the dynamic longest processing time first (DLPT) algorithm. Each processor within a cluster picks its next task at any given decision point to be the one with the largest time estimate which is owned by that cluster or by cluster 0.

    摘要翻译: 在包含P个处理器的系统中对一对关系R1和R2执行并行连接操作的方法,所述P个处理器分组为Q个P / Q处理器群。 该系统包含每个集群的磁盘存储,由该集群的处理器共享,以及可由所有处理器访问的共享中间存储器(SIM)。 要连接的关系R1和R2首先在连接列上排序。 然后将连接列的基础域分成相同大小的P范围。 每个范围进一步分为逐渐减小的M个子范围以创建MP任务Tm,p,给定范围的子范围相对于彼此大小相对于任务Tm的估计完成时间,p是任务的预定分数 Tm-1,p。 将具有较大时间估计值的任务Tm,p(和相应的元组发货)分配给处理器p所属的集群,而具有较小时间估计的任务被分配给被认为是通用集群(集群0)的SIM。 根据动态最长处理时间优先(DLPT)算法,在连接阶段期间动态确定实际的任务到处理器分配。 集群内的每个处理器在任何给定的决策点选择其下一个任务,作为拥有该集群或集群0的最大时间估计值。

    Apparatus and method for policy-driven business process exception handling

    公开(公告)号:US11205150B2

    公开(公告)日:2021-12-21

    申请号:US12061089

    申请日:2008-04-02

    IPC分类号: G06Q10/06 G06Q10/10

    摘要: A model-driven and QoS-aware infrastructure facilitates the scalable composition of Web services in highly dynamic environments. An exception management framework supports two modes of exception management for business processes, providing a novel policy-driven approach to exception management implemented in the system infrastructure. Exception management is implemented in the system infrastructure, with exception handling policies supplied by individual business processes. Using the exception management framework, developers define exception policies in a declarative manner. Before a business process is executed, the service composition middleware integrates the exception policies with normal business logic to generate a complete process schema. This policy driven-approach can significantly reduce the development time of business processes through its separation of the development of the business logic and the exception handling policies.

    Decision support activation and management in product life cycles using a context pyramid structure
    17.
    发明授权
    Decision support activation and management in product life cycles using a context pyramid structure 有权
    决策支持使用上下文金字塔结构在产品生命周期中激活和管理

    公开(公告)号:US07729933B2

    公开(公告)日:2010-06-01

    申请号:US10699020

    申请日:2003-10-31

    IPC分类号: G06Q10/00

    摘要: Techniques are provided for product life cycle management over an information network. More particularly, techniques are provided for decision support activation and management in accordance with a product life cycle management process such as a collaborative design process. In one aspect of the invention, a technique for managing at least one collaborative process performed in accordance with a first entity and at least a second entity, comprises the following steps/operations. Information associated with the at least one collaborative process is obtained. Based on at least a portion of the obtained information, an information structure (e.g., a context pyramid) representative of the collaborative process is dynamically maintained so as to assist at least one of the first entity and the second entity in managing at least a portion of the collaborative process.

    摘要翻译: 提供了通过信息网络进行产品生命周期管理的技术。 更具体地,根据诸如协作设计过程的产品生命周期管理过程,提供用于决策支持激活和管理的技术。 在本发明的一个方面,一种用于管理根据第一实体和至少第二实体执行的至少一个协作过程的技术包括以下步骤/操作。 获得与至少一个协作过程相关联的信息。 基于获得的信息的至少一部分,动态地维护代表协作过程的信息结构(例如,上下文金字塔),以便协助第一实体和第二实体中的至少一个管理至少一部分 的合作过程。

    Managing composite enterprise services through multi-layer decomposition
    18.
    发明申请
    Managing composite enterprise services through multi-layer decomposition 审中-公开
    通过多层次分解管理复合企业服务

    公开(公告)号:US20080065397A1

    公开(公告)日:2008-03-13

    申请号:US11518081

    申请日:2006-09-08

    IPC分类号: G06Q10/00 G06Q30/00

    摘要: A method and system are provided for managing composite enterprise services, the method including performing a multi-layer decomposition of the composite enterprise services, receiving at least one quality-of-service (QoS) request, and managing the composite enterprise services in accordance with the multi-layer decomposition and the at least one quality-of-service request; and the system including a processor, a multi-layer decomposition unit in signal communication with the processor for performing a multi-layer decomposition of the composite enterprise services, an adapter in signal communication with the processor for receiving at least one quality-of-service request, and a composite enterprise services management unit in signal communication with the processor for managing the composite enterprise services in accordance with the multi-layer decomposition and the at least one quality-of-service request.

    摘要翻译: 提供了一种用于管理复合企业服务的方法和系统,所述方法包括执行复合企业服务的多层分解,接收至少一个服务质量(QoS)请求,以及根据 所述多层分解和所述至少一个服务质量请求; 并且所述系统包括处理器,与所述处理器进行信号通信以执行所述复合企业服务的多层分解的多层分解单元,与所述处理器进行信号通信的适配器,用于接收至少一个服务质量 请求,以及与处理器进行信号通信的复合企业服务管理单元,用于根据多层分解和至少一个服务质量请求来管理复合企业服务。

    Methods and apparatus for decision support activation and management in product life cycle management
    19.
    发明申请
    Methods and apparatus for decision support activation and management in product life cycle management 有权
    决策支持的方法和设备在产品生命周期管理中激活和管理

    公开(公告)号:US20050096951A1

    公开(公告)日:2005-05-05

    申请号:US10699020

    申请日:2003-10-31

    IPC分类号: G06Q10/00 G06F17/60

    摘要: Techniques are provided for product life cycle management over an information network. More particularly, techniques are provided for decision support activation and management in accordance with a product life cycle management process such as a collaborative design process. In one aspect of the invention, a technique for managing at least one collaborative process performed in accordance with a first entity and at least a second entity, comprises the following steps/operations. Information associated with the at least one collaborative process is obtained. Based on at least a portion of the obtained information, an information structure (e.g., a context pyramid) representative of the collaborative process is dynamically maintained so as to assist at least one of the first entity and the second entity in managing at least a portion of the collaborative process.

    摘要翻译: 提供了通过信息网络进行产品生命周期管理的技术。 更具体地,根据诸如协作设计过程的产品生命周期管理过程,提供用于决策支持激活和管理的技术。 在本发明的一个方面,一种用于管理根据第一实体和至少第二实体执行的至少一个协作过程的技术包括以下步骤/操作。 获得与至少一个协作过程相关联的信息。 基于获得的信息的至少一部分,动态地维护代表协作过程的信息结构(例如,上下文金字塔),以便协助第一实体和第二实体中的至少一个管理至少一部分 的合作过程。