会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明授权
    • Systems and methods extending an existing programming language with constructs
    • 系统和方法使用结构扩展现有的编程语言
    • US07752599B2
    • 2010-07-06
    • US10784374
    • 2004-02-23
    • Pal Takacsi-NagyMichael Douglas BlowMichael Blevins
    • Pal Takacsi-NagyMichael Douglas BlowMichael Blevins
    • G06F9/44
    • G06F8/31
    • An easy-to-use workflow language can be created by extending an existing, common language such as JAVA. The language can be extended by adding those constructs that are missing but desirable. Such desirable constructs can include parallelism, asynchrony, loops over asynchronous events, and flexible handling of XML. Such constructs can allow a user to define a virtual program using the extended JAVA syntax. For example, XML can be placed inside a JAVA class that defines the high-level orchestration logic a workflow should follow. That orchestration logic can refer to the JAVA class to carry out work, such that the logic to handle an incoming message is really in JAVA. This description is not intended to be a complete description of, or limit the scope of, the invention. Other features, aspects, and objects of the invention can be obtained from a review of the specification, the figures, and the claims.
    • 可以通过扩展现有的公共语言(如JAVA)来创建易于使用的工作流程语言。 可以通过添加缺少但可取的构造来扩展该语言。 这种期望的结构可以包括并行性,异步,异步事件循环以及XML的灵活处理。 这样的结构可以允许用户使用扩展JAVA语法来定义虚拟程序。 例如,XML可以放置在JAVA类中,该类定义工作流应遵循的高级编排逻辑。 该协调逻辑可以引用JAVA类来执行工作,这样处理传入消息的逻辑真的在JAVA中。 本说明书不是对本发明的完整描述或限制本发明的范围。 本发明的其它特征,方面和目的可以通过对说明书,附图和权利要求的评述来获得。
    • 2. 发明申请
    • System and method for improved job seeking
    • 改进求职的制度和方法
    • US20060206448A1
    • 2006-09-14
    • US11173837
    • 2005-06-30
    • Adam HyderSandeep KhannaPal Takacsi-Nagy
    • Adam HyderSandeep KhannaPal Takacsi-Nagy
    • G06F17/30
    • G06Q10/10Y10S707/947
    • A computer system and method for capture and handling job listings obtained from various often unrelated corporate and job board postings via the internet for examination by a job searcher. This system includes a scraping module having one or more scraping engines operable to scrape job information data set from job listings on the corporate career sites and job boards, wherein the scraping module receives and stores the scraped job information data set in a database. The system also has a scraping management interface module coordinating operation of and communication between the scraping engines and the career sites and job boards, a scraped listing quality management module coupled to the scraping management interface module analyzing selected scraped job information data stored in the database, and a job categorization module that examines and categorizes each job information stored in the database into one or more of a predetermined set of categories and returns categorized job information to the database, and an extractor module communicating with the database for compiling and transferring categorized job information data from the database to a search bank. The search bank is then accessible by a job searcher through a job search client server cluster connected to the Internet.
    • 一种计算机系统和方法,用于捕获和处理通过互联网从各种经常不相关的公司和作业板张贴中获取并且由工作搜索者检查的工作列表。 该系统包括具有一个或多个刮擦发动机的刮削模块,其可操作以从公司职业现场和作业板上的工作列表中刮取作业信息数据集,其中刮削模块接收并将刮取的作业信息数据集存储在数据库中。 该系统还具有协调刮取引擎与职业现场和作业板之间的操作和通信的刮削管理界面模块,一个划分的列表质量管理模块,与刮削管理界面模块耦合,分析存储在数据库中的所选抓取的作业信息数据, 以及作业分类模块,其将存储在数据库中的每个作业信息检查和分类为预定类别的一个或多个,并将分类的作业信息返回到数据库,以及提取器模块,与数据库通信以编译和传送分类的作业信息 从数据库到搜索库的数据。 然后,搜索库可由作业搜索者通过连接到因特网的求职搜索客户端服务器群集访问。
    • 3. 发明授权
    • Systems and methods for transaction chaining
    • 交易链接的系统和方法
    • US07584474B2
    • 2009-09-01
    • US10785702
    • 2004-02-24
    • Albert GondiMichael BlowPal Takacsi-Nagy
    • Albert GondiMichael BlowPal Takacsi-Nagy
    • G06F9/46G06F11/00G06F3/00G06F17/30
    • G06F9/466Y10S707/99953
    • A transaction management engine, such as a business process management (BPM) engine, can allow an application to define transaction demarcations in order to ensure that portions of a workflow are processed atomically. In one such system, a JMS message is queued to the workflow as part of an existing transaction. If that transaction commits, the queued JMS message ensures that the workflow will be invoked in a new transaction that allows the workflow to perform the next unit of work in the newly initiated transaction. When the unit of work is completed, the workflow queues another JMS message. If this transaction commits, the transaction ensures the unit of work has executed in a transaction. When the workflow is invoked again due to the second JMS message, the workflow can continue its operation in a different transaction.
    • 事务管理引擎(如业务流程管理(BPM)引擎)可以允许应用程序定义事务划分,以确保工作流的部分原子处理。 在一个这样的系统中,JMS消息作为现有事务的一部分排队到工作流。 如果该事务提交,则排队的JMS消息确保在新事务中调用工作流,从而允许工作流在新启动的事务中执行下一个工作单元。 当工作单元完成时,工作流排队另一个JMS消息。 如果此事务提交,则事务确保工作单元在事务中执行。 当由于第二个JMS消息再次调用工作流时,工作流可以在不同的事务中继续其操作。
    • 5. 发明申请
    • Systems and methods utilizing a workflow definition language
    • 使用工作流定义语言的系统和方法
    • US20050022164A1
    • 2005-01-27
    • US10784375
    • 2004-02-23
    • Pal Takacsi-Nagy
    • Pal Takacsi-Nagy
    • G06F20060101G06F9/44
    • G06F8/31
    • An easy-to-use workflow language can be created by extending an existing, common language such as Java. The language can be extended by adding those constructs that are missing but desirable. Such desirable constructs can include parallelism, asynchrony, loops over asynchronous events, and flexible handling of XML. Such constructs can allow a user to define a virtual program using the extended Java syntax. For example, XML can be placed inside a Java class that defines the high-level orchestration logic a workflow should follow. That orchestration logic can refer to the Java class to carry out work, such that the logic to handle an incoming message is really in Java. This description is not intended to be a complete description of, or limit the scope of, the invention. Other features, aspects, and objects of the invention can be obtained from a review of the specification, the figures, and the claims.
    • 可以通过扩展现有的通用语言(如Java)来创建易于使用的工作流程语言。 可以通过添加缺少但可取的构造来扩展该语言。 这种期望的结构可以包括并行性,异步,异步事件循环以及XML的灵活处理。 这样的结构可以允许用户使用扩展Java语法来定义虚拟程序。 例如,XML可以放置在Java类中,该类定义工作流应遵循的高级编排逻辑。 这种编排逻辑可以引用Java类来执行工作,这样处理传入消息的逻辑真的在Java中。 本说明书不是对本发明的完整描述或限制本发明的范围。 本发明的其它特征,方面和目的可以通过对说明书,附图和权利要求的评述来获得。
    • 8. 发明授权
    • System and method for improved job seeking
    • 改进求职的制度和方法
    • US07680854B2
    • 2010-03-16
    • US11173837
    • 2005-06-30
    • Adam HyderSandeep KhannaPal Takacsi-Nagy
    • Adam HyderSandeep KhannaPal Takacsi-Nagy
    • G06F7/00G06F17/00
    • G06Q10/10Y10S707/947
    • A computer system and method for capture and handling job listings obtained from various often unrelated corporate and job board postings via the internet for examination by a job searcher. This system includes a scraping module having one or more scraping engines operable to scrape job information data set from job listings on the corporate career sites and job boards, wherein the scraping module receives and stores the scraped job information data set in a database. The system also has a scraping management interface module coordinating operation of and communication between the scraping engines and the career sites and job boards, a scraped listing quality management module coupled to the scraping management interface module analyzing selected scraped job information data stored in the database, and a job categorization module that examines and categorizes each job information stored in the database into one or more of a predetermined set of categories and returns categorized job information to the database, and an extractor module communicating with the database for compiling and transferring categorized job information data from the database to a search bank. The search bank is then accessible by a job searcher through a job search client server cluster connected to the Internet.
    • 一种计算机系统和方法,用于捕获和处理通过互联网从各种经常不相关的公司和作业板张贴中获取并且由工作搜索者检查的工作列表。 该系统包括具有一个或多个刮擦发动机的刮削模块,其可操作以从公司职业现场和作业板上的工作列表中刮取作业信息数据集,其中刮削模块接收并将刮取的作业信息数据集存储在数据库中。 该系统还具有协调刮取引擎与职业现场和作业板之间的操作和通信的刮削管理界面模块,一个划分的列表质量管理模块,与刮削管理界面模块耦合,分析存储在数据库中的所选抓取的作业信息数据, 以及作业分类模块,其将存储在数据库中的每个作业信息检查和分类为预定类别的一个或多个,并将分类的作业信息返回到数据库,以及提取器模块,与数据库通信以编译和传送分类的作业信息 从数据库到搜索库的数据。 然后,搜索库可由作业搜索者通过连接到因特网的求职搜索客户端服务器群集访问。
    • 10. 发明授权
    • Pluggable hub system for enterprise wide electronic collaboration
    • 可插拔集线器系统,用于企业级电子协作
    • US07143186B2
    • 2006-11-28
    • US09785872
    • 2001-02-16
    • Rocky StewartPal Takacsi-NagyPascal HoebanxSanjay DalalDavid Wiser
    • Rocky StewartPal Takacsi-NagyPascal HoebanxSanjay DalalDavid Wiser
    • G06F15/16G06Q40/00
    • G06Q99/00G06Q10/06G06Q10/10G06Q30/06G06Q40/04G06Q50/188H04L51/00H04L51/12H04L51/14
    • An enterprise wide electronic commerce system allows trading partners to act as participants in a complex trading process. Participants communicate with one another by joining conversations that are hosted in a collaboration space and managed by a collaboration hub. In this manner, the enterprise workflow may have an effect on, or be affected by, local workflows. The invention provides a pluggable hub system for enterprise wide electronic collaboration. An embodiment of the invention includes a collaboration hub for use with a collaboration system, comprising a hub transport for receiving messages from participants and sending messages to participants, a hub router for routing messages from a first participant to a second participant, a hub scheduler for scheduling the flow of messages between the hub router and the hub transport, a conversation manager for managing the flow of messages between participants, and a repository for storing conversation management data.
    • 企业电子商务系统允许贸易伙伴作为复杂交易过程的参与者。 参与者通过加入在协作空间中托管并由协作中心管理的对话进行彼此通信。 以这种方式,企业工作流程可能对本地工作流程产生影响或受其影响。 本发明提供了一种用于企业级电子协作的可插拔集线器系统。 本发明的实施例包括与协作系统一起使用的协作中心,包括用于从参与者接收消息并向参与者发送消息的集线器传输,用于将消息从第一参与者路由到第二参与者的集线器路由器,用于 调度集线器路由器和集线器传输之间的消息流,用于管理参与者之间的消息流的会话管理器以及用于存储对话管理数据的存储库。