-
公开(公告)号:US07216181B1
公开(公告)日:2007-05-08
申请号:US09919436
申请日:2001-07-31
申请人: Shrikant Jannu , Dora Potluri , Denis Tsai , Wing Lee
发明人: Shrikant Jannu , Dora Potluri , Denis Tsai , Wing Lee
IPC分类号: G06F15/16
CPC分类号: H04L12/1859 , H04L51/066 , H04L67/28 , H04L67/2823
摘要: The present invention, known as the Middleware Brokering System, brokers messages between middleware computing products. Each middleware service can send data to the Middleware Brokering System in its native data format and programming syntax. The Middleware Brokering System converts the data transmitted from the different platforms into a standard format known as a structured event. Messages are then transmitted to and stored in an underlying, commercially available publish/subscribe engine. The Middleware Brokering System contains internal logic that determines whether any subscribers are interested in the messages. If an interested subscriber is found, the Middleware Brokering System retrieves the message from the publish/subscribe engine, converts the data from the structured event into the native format of the receiving application, and sends the message to the appropriate application.
摘要翻译: 被称为中间件代理系统的本发明经纪中间件计算产品之间的消息。 每个中间件服务可以以其本机数据格式和编程语法将数据发送到中间件代理系统。 中间件代理系统将从不同平台发送的数据转换为称为结构化事件的标准格式。 然后将消息发送到并存储在底层的可商购的发布/订阅引擎中。 中间件代理系统包含内部逻辑,用于确定任何订阅者是否对邮件感兴趣。 如果发现感兴趣的用户,则中间件代理系统从发布/订阅引擎检索消息,将结构化事件中的数据转换为接收应用程序的本机格式,并将消息发送到适当的应用程序。
-
公开(公告)号:US07152094B1
公开(公告)日:2006-12-19
申请号:US09919425
申请日:2001-07-31
申请人: Shrikant Jannu , Dora Potluri , Denis Tsai
发明人: Shrikant Jannu , Dora Potluri , Denis Tsai
IPC分类号: G06F15/16
CPC分类号: H04L67/2823 , G06F9/541 , G06F9/542 , G06F9/546 , G06F2209/547
摘要: The present invention, known as the Middleware Brokering System Adapter, is a component useful with a Middleware Brokering System, which brokers messages between middleware computing products. Each middleware service can send data to and receive data from the Middleware Brokering System in its native data format and programming syntax. The Middleware Brokering System Adapter is a component of the Middleware Brokering System that transforms data messages from the native format of a middleware computing product or a mainframe computing system into a format known as a structured event and from a structured event into the native format of the middleware product or the mainframe system. In an embodiment of the invention, the Middleware Brokering System Adapter maps the fields of a Cobol copybook onto the fields of a structured event and the fields of a structured event onto the fields of a copybook. In an alternative embodiment, the Middleware Brokering System Adapter maps the fields of a Java Messaging Service MapMessage onto the fields of a structured event and the fields of a structured event onto the fields of a MapMessage.
摘要翻译: 被称为中间件代理系统适配器的本发明是与中间件代理系统有用的组件,其中间件计算产品中的消息。 每个中间件服务可以以其原生数据格式和编程语法向中间件代理系统发送数据并从中间件代理系统接收数据。 中间件代理系统适配器是中间件代理系统的组件,它将数据消息从中间件计算产品或主机计算系统的本机格式转换成称为结构化事件的格式,并从结构化事件转换为本机格式 中间件产品或大型机系统。 在本发明的实施例中,中间件代理系统适配器将Cobol副本的字段映射到结构化事件的字段和结构化事件的字段到副本的字段上。 在替代实施例中,中间件代理系统适配器将Java消息传递服务MapMessage的字段映射到结构化事件的字段和结构化事件的字段到MapMessage的字段上。
-
公开(公告)号:US06782540B1
公开(公告)日:2004-08-24
申请号:US09629924
申请日:2000-07-31
申请人: Ivan Chow , Wing Lee , Jiangxiang Yang , Denis Tsai
发明人: Ivan Chow , Wing Lee , Jiangxiang Yang , Denis Tsai
IPC分类号: G06F954
CPC分类号: G06F9/541 , G06F8/30 , G06F9/465 , G06F9/547 , Y10S707/99953 , Y10S707/99954
摘要: The present invention, sometimes referred to as an Application Message Wrapper Generation Wizard or Wizard (for short), is a tool to help application developers map Cobol or Natural copybooks into a message command for an ASCII-based text messaging service. In this sense, the Wizard facilitates communication between client applications and server applications by allowing the client to use generic requests and allowing the Wizard generated files providing the correct protocol and syntax for communication with the destination server application. The Wizard generates Java classes that will mine/plant data a runtime between business objects and a message string that corresponds to the copybook's data structure, and vice versa. The Wizard recognizes different data types of copybook fields respectively, and converts them to/from ASCII. The Java classes generated by the Wizard also serve to abstract mainframe services so as to encapsulate ASCI text messaging system calls from the business layer by treating mainframe services as an ordinary operation on an object and so as to act as a layer than can serve to pave a path for migrating services away from a legacy environment. The generated Java code ensures efficient runtime performance for mining/plating of data. The present invention relates to the Wizard itself, the method of using it, the software system using the files generated by the Wizard and the method of using the generated software system.
摘要翻译: 本发明有时被称为应用消息包装生成向导或向导(简称为),是帮助应用程序开发人员将Cobol或Natural copybooks映射到基于ASCII的短信服务的消息命令的工具。 在这个意义上,该向导通过允许客户端使用通用请求并允许向导生成的文件提供与目标服务器应用程序进行通信的正确协议和语法,从而促进客户端应用程序和服务器应用程序之间的通信。 向导生成Java类,它将在业务对象和对应于副本数据结构的消息字符串之间挖掘/生成数据的运行时间,反之亦然。 该向导分别识别不同数据类型的副本字段,并将其转换为ASCII /从ASCII转换。 向导生成的Java类也用于抽象大型机服务,以便通过将大型机服务视为对象上的普通操作来封装来自业务层的ASCI短信系统调用,以便作为可用于铺路的层 将服务从遗留环境迁移出去的途径。 生成的Java代码可确保数据挖掘/电镀的高效运行时性能。 本发明涉及向导本身,使用它的方法,使用由向导生成的文件的软件系统和使用生成的软件系统的方法。
-
-