CN1653456A - 使用多个编程语言显示和执行Web服务的方法 - Google Patents
使用多个编程语言显示和执行Web服务的方法 Download PDFInfo
- Publication number
- CN1653456A CN1653456A CNA038111713A CN03811171A CN1653456A CN 1653456 A CN1653456 A CN 1653456A CN A038111713 A CNA038111713 A CN A038111713A CN 03811171 A CN03811171 A CN 03811171A CN 1653456 A CN1653456 A CN 1653456A
- Authority
- CN
- China
- Prior art keywords
- view
- accessor
- web service
- node
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/972—Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- User Interface Of Digital Computer (AREA)
- Stored Programmes (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Web服务可以通过产生描述Web服务的数据模型来显示。视图访问器可被施加到产生的数据模型,其中视图访问器对应于预选的域。与预选的域相关联的Web服务的视图可响应视图访问器的施加被显示。视图访问器可包括用于封装要在数据模型的部件上执行的操作的访问器模式。
Description
技术领域
本发明大体上涉及数据处理系统,特别是涉及在分布式数据处理系统中访问和浏览Web服务。
背景技术
网络化数据处理系统的出现,特别是称为因特网的网络之网,激发了分布式数据处理服务的引入。在这种系统中,通常经由一个或多个网络远程地连接到服务提供商的客户机访问数据处理服务,该服务在远程数据处理系统上实现,且该系统把数据处理行为的结果返回到客户机。使用万维网(WWW)表示的服务并用其图形用户接口(GUI)定位来提供到该分布式数据处理服务的接口已变得很普遍。
通常,在这种分布式处理系统中,客户机发送请求到服务器。该请求可包括可能是到请求的特定的服务的输入的一个或多个参数。
在服务器端,系统构建Web页以返回响应到请求客户机。服务器访问包含定义Web页的代码的服务器页。嵌入代码中、并用于产生页面,即HTML脚本的,是服务器可执行来产生请求的数据处理服务以产生必要的HTML脚本在客户机机器显示结果的代码。
运行在客户机机器上的Web浏览器是能够解释HTML并在连接到客户机机器的、如CRT显示器的常规显示器上显示页面的应用程序。市场上能买到的Web浏览器包括Netscape Navigator、Mozilla,Internet Explorer、iCab和Opera。以这种方式实现分布式计算服务的技术可包括动态服务网页(ASP)和JavaTM服务网页(JSP)。另外,这种服务可经由与环境无关的过程间通信应用程序接口(API)访问服务器端的应用软件以执行一些或全部请求的任务,这些接口如DCOM(分布式组件对象模型)、CORBA(公用对象请求代理体系)或远程方法调用(RMI)。为了响应浏览器对页面的执行,应用软件产生动态数据并把数据返回到客户机,然后客户机依照定义页面的代码显示数据。另外,如下面进一步描述的那样,服务器端应用程序不需要位于与页面服务器相同的硬件上,而是可被配置在可能远离客户机和页面服务器的其他的硬件上。
越来越多的XML适应性系统的部署引起并不局限于如DCOM、RMI或CORBA的特定于对象模型的协议的分布式数据处理技术的开发。称为可扩展标记语言的XML是用于描述结构化数据的基于标签的标记语言。不象HTML,XML标签不是预定义的。XML是元标记语言。XML包括一种机制——XML模式和数据类型定义(DTD)来传达关于文件的结构和数据类型的信息。XML的规范由万维网联盟(W3C)颁布。XML(和它的派生物)使其能够使用标准因特网协议来访问分布式数据处理服务。这种分布式应用到应用的数据处理实现统称为Web服务。可用于描述Web服务的XML派生物是Web服务定义语言(WSDL)。WSDL文件定义特定的Web服务接受和产生的消息。
虽然WSDL是一种用于定义Web服务的丰富的语言,但是由WSDL描述抽象和评估Web服务接口对可能使用Web服务的Web页面开发者来说是一个挑战。Web开发者有许多他们可用的途径来开发Web页面。即,对任何Web编程问题,有许多用户可选择的编程解决方案的域(domain)。例如,一些开发者可能更喜欢书写Java服务网页(JSP)标签来传递Web内容。其他人可能更喜欢用JavaTM书写并使用JavaTM servelets来开发内容。还有一些人可能使用Javascript。这些类型的每种类型的Web开发者在分析应用程序中可能使用的Web服务时将有不同的编程视图(view)和不同的要求。Web服务的“粗糙的”WSDL描述可能不能有效地满足这些开发者的要求。因此,本领域需要评估Web服务的机制,籍此WSDL信息在与开发者的优选的编程领域一致的角度或者说视图上传送。另外,还需要使用Web服务的该视图执行对Web服务的样本调用、并执行对服务的样本调用的机制。
发明内容
上述问题可在一些实施例中通过评估Web服务接口和执行对服务的样本调用而至少部分地得到解决。本发明的一种实施例中,显示Web服务的方法可包括产生Web服务的描述的数据模型的步骤。该方法还可包括把视图访问器施加到产生的数据模型的步骤,其中视图访问器对应于预选的域。该方法还可包括响应视图访问器的施加显示与预选的域相关联的Web服务的视图的步骤。视图访问器可包括用于封装在数据模型的部件上执行的操作的访问器模式。
附图说明
本发明将仅通过举例并参照附图加以描述,其中:
图1示出了可与本发明结合使用的提供Web服务的网络体系结构;
图2以流程图形式示出了依照本发明的一种实施例的用于提供Web服务的多个视图的一种方法;
图3以流程图形式更具体地示出了图2的方法的一部分;
图4示出了依照本发明原理的WSDL页面的示例性的抽象数据模型;
图5.1和5.2以流程图形式更具体地示出了图2的方法的另一部分;
图6.1-6.3示出了依照本发明原理的Web服务页面的视图的示例性的图形用户接口(GUI)视图;
图7以流程图形式示出了依照本发明原理执行Web服务的方法;
图8以方框图形式示出了依照本发明的一种实施例的用于为访问Web服务产生文件组件的数据处理系统;以及
图9以方框图形式示出了依照本发明的一种实施例的用于经由标签库为访问Web服务产生文件组件以在Web页面中产生动态数据的数据处理系统。
具体实施方式
参照图1,示出了依照本发明原理的可用于访问Web服务的分布式数据处理系统体系结构100。(体系结构100可被理解为分布式数据处理系统体系结构的逻辑视图。换句话说,Web服务的服务器114可视作逻辑上不同的组件,或者在物理上部署在与页面服务器108相同的硬件上,或者在物理上部署在与页面服务器108不同的硬件上。)目前,Web服务是经由遵循例如SOAP的XML消息来访问的。客户机浏览器104发起请求106,该请求要经由如图1所示的网络如因特网110传送到由图1中的页面服务器108示出的目标web服务器。
页面服务器108通过在响应112中返回请求的页面以响应请求。请求的页面可包括要动态产生的数据。该动态数据可在客户机机器上本地产生以响应执行定义响应112中返回的页面的脚本的客户机浏览器104。另外,动态数据可由远程过程产生。这还可响应在页面服务器108经由一个请求在响应112中返回到如web服务的服务器114的远程服务器的页面中的代码。执行在响应112中接收的页面后,页面中对应的代码产生要到web服务的服务器114的服务请求116。Web服务的服务器114可执行web服务应用程序118作为响应,该应用程序产生动态数据。数据在服务响应120中返回到页面服务器108。数据可作为XML数据经由SOAP消息返回。SOAP是由W3C(万维网联盟)颁布的建议标准。(SOAP1.2的起草的规范可见
简单对象访问 协议1.2,
http://www.w3.org/TR/SOAP12.)(SOAP是简单对象访问协议的首字母缩写;从版本12起就不再是缩写。)页面服务器108把数据合并入页面并在响应112中把该页面发送到客户机浏览器。
要请求web服务产生动态数据,在响应112中发送到客户机浏览器104的页面必须具有访问web服务的适当的代码。例如,请求可嵌入SOAP消息中。但是,如前所述,web服务通常在WSDL文件中定义。产生web服务的包括SOAP视图的多个视图的方法,将与图3-5结合讨论。(在特定的域的情形下,视图可指web服务WSDL的视图。除SOAP外,域可包括Java、JSP和Visual Basic。
这里提供的流程图并不一定指示在本发明的实施例中执行的操作的顺序。用这些流程图揭示的步骤可被并行执行。该流程图指示了那些可被执行以生成可用于产生和显示Web服务的多个视图的操作的考虑事项。还应注意,显示的顺序是示例性的,并不一定意味着步骤必须按所示的顺序执行。
现在参照图2,该图以流程图形式示出了依照本发明的一种实施例提供web服务的多个视图的方法200。在步骤202,接收到定义web服务的WSDL文件的URI(统一资源标识符)。例如,URI可从运行在浏览web服务以在正在开发的web页面中使用web服务的web页面开发者的客户机机器上的web浏览器接收。在步骤204创建如WSDL文件中定义的web服务的数据模型。步骤204将结合图3做更具体的描述。
在步骤206,使用来自步骤204的数据模型创建视图。视图的产生将结合图6进一步描述。
在步骤208,步骤206中创建的视图上的迭代被起动。对每个视图,视图在步骤210中显示,视图上的迭代在步骤212终止。过程200在步骤214结束。
现在参照图3,该图更具体地示出了图2的步骤204。在步骤302,步骤202中接收的URI被检索,在步骤304确定对应于URI的WSDL文件是否在高速缓冲存储器中。如本领域普通技术人员所认识到的,WSDL数据模型可与高速缓存Web页面类似的方式高速缓存以减小带宽需求。这样,先前产生的WSDL文件的数据模型可更快地返回并保存了处理带宽。如果WSDL数据模型不在高速缓冲存储器中,在步骤306WSDL文件被解析并创建其数据模型。
WSDL页面的数据模型可以是页面的树状表示。参照图4,显示了简化的WSDL页面的示例性数据模型400。树包括多个节点402-414。节点402识别了特定的Web服务。节点404、406和408表示被服务执行的操作。操作408要有两个输入,输入410和输入412,以及产生输出414。
回到图3,在步骤308,数据模型被添加到高速缓冲存储器。
相反地,如果WSDL页面在高速缓冲存储器中,先前高速缓冲存储的WSDL数据模型在步骤310被检索。在步骤312,数据模型被输入到图2的步骤206,步骤204终止。
现在参照图5.1和5.2,图5.1和图5.2更具体地示出了图3的步骤306。在步骤502,配置的视图的列表被检索。配置的视图可指访问器模式被实现的视图,访问器模式将结合步骤506进一步讨论。因此,例如,该配置的视图的列表可包括Java视图、JSP视图、Visual Basic视图、SOAP视图和粗糙WSDL视图。
在步骤504,一个在视图列表上的迭代环被输入。在步骤506,视图访问器模式为列表中的每个视图被施加于WSDL数据模型。如上文描述的,WSDL数据模型可表示为树状数据结构,其中它的节点对应于的web服务操作,和到其的各输入和输出。访问器模式是封装在数据模型的部件上执行的操作的机制。(访问器模式在面向对象的编程领域被称为访问器设计模式,或可供选择地,这里为了简单称为“访问器”)。换句话说,视图访问器是封装WSDL数据模型的节点上的操作的对象,该操作特别是提供WSDL节点的视图的操作。因此,例如,Java视图访问器可提供WSDL数据模型到Java片断。因此,调用这个在如图4的节点404的节点上表示Web服务操作的视图访问器,可提供该节点到HTML文本域的Java代码片断,该片断表示了特定的操作如何被调用。类似地,标签库视图访问器可把节点作为表示操作如何被调用的标签库提供。因此,视图访问器抽象关于WSDL数据模型(它本身是Web服务的WSDL描述的表示)中的节点的信息并把它嵌入到对应的视图中。注意,依照关于访问器模式的面向对象的编程原理,视图访问器可以是抽象的母访问器类的具体的子类。(例如,见Erich Gamma,Richard Helm,Ralph Johnson and JohnVlissides,Design Patterns,Elements of Reusable Object-OrientedSoftware(Addison Wesley,1995),第5章,331-344页)
步骤506可被跨整个WSDL数据模型树的访问器执行。在每个节点,节点“接受”发送消息到视图访问器的视图访问器。换句话说,节点调用视图访问器,把它自己传递到其中,视图访问器执行它的方法以增加它产生的特定的视图。这样,因为节点本身重复调用视图访问器,且节点自动地传递到视图访问器,该视图访问器可执行适当的多态方法以产生对应于数据结构的调用节点的视图,即WSDL文件的树状数据模型。这些操作在图5.2的步骤552-562中示出。如图5所示,WSDL数据模型从图4的步骤412输入到步骤506。步骤506对在步骤504输入的迭代环的列表中的每个视图进行重复。迭代环在步骤508终止,在步骤510处步骤306结束。
图6.1-6.3示出了示例性的GUI窗口602a-c,分别显示了提供天气数据的Web服务的JSP标签库视图、JavaTM、以及SOAP消息视图。(JSP标签库在名称为“Systems and Methods For Accessing WebServices Using A Tag Library”、序号为10/185,796的同一申请人拥有的未决的美国专利申请(AUS9-2002-0330US1)中被讨论。例如,该天气服务可用于检索天气数据以在Web页面中显示当前气温和特定的地点的天气预报。该服务的WSDL文件可规定,当浏览器发送请求以产生数据,调用“GetTemperature”方法,需要的输入是邮递区号或其他的地点标识符。相应地,在窗口602a,操作604被规定为标签库中对“GetTemperature”的调用。类似地,输入类型608被规定为“zipcode”。这样,服务将要为其提供天气数据的地点通过设置邮递区号被规定。如下结合图7的描述,开发者可进行样本调用以测试服务,值610已被用户设置为邮递区号“78758”。如下面讨论的,用户可通过“点击”按钮612来执行服务。类似地,Java视图,窗口602b显示“GetTemperature”方法614,以自变量“zipcode”616作为输入视图。以同样的方式,SOAP视图,窗口602c包括“GetTemperature”操作618,和SOAP消息正文622中的“zipcode”输入620。
现在参照图7,该图以流程图形式示出了执行对web服务的样本调用的过程700。过程700可与依照图3的方法产生的视图结合使用。在步骤702,响应用户输入接收视图选择。在步骤704,接收用户样本数据。该样本数据可分别输入到视图窗口,如图6.1-6.3中示出的视图窗口602A-602C中的一个。在步骤706,执行请求被接收。用户可通过激活“按钮”或相似的用户输入设备来发起执行请求。在步骤708,在与步骤702中选定的特定的视图相关联的域内对应的代码被插入到web服务页面。在步骤710,用户的客户机执行页面,例如,通过如图1的浏览器104的浏览器。Web页面的执行以在上文结合图1描述的方式产生对web服务的请求。该请求包括客户机提供的在步骤704接收的示例性的输入数据。为响应样本数据,如图1的web服务应用程序118的web服务应用程序产生基于样本数据的结果,并把如SOAP消息的包含结果的消息返回到客户机显示器1。
图8描绘了一种实施本发明的典型的硬件环境,它示出了依照本发明的数据处理系统800的一种示例性的硬件配置。例如,图1的客户机104可依照数据处理系统800实现。系统800包括中央处理单元(CPU)810,如常规微处理器,和多个经由系统总线812互连的其他的单元。数据处理系统800包括随机存储器(RAM)814、只读存储器(ROM)816和用于连接如磁盘机820到总线812的外围设备的输入/输出(I/O)适配器818、用于连接键盘824、鼠标826和/或如触摸屏设备(未显示)的到总线812的其他用户接口设备的接口适配器822。系统800还包括用于连接数据处理系统800到能使数据处理系统与其它系统通信的数据处理网络的通信适配器834,和用于连接总线812到显示设备838的显示适配器836。CPU810可包括其他在这里未显示的电路,这些电路可能包括在微处理器中常见的电路,例如,执行单元、总线接口单元、运算逻辑单元等等。CPU810还可位于单个集成电路上。
显示器838通过显示适配器836连接到系统总线812。如此,用户能够通过键盘824、轨迹球832或鼠标826输入到系统以及经由扬声器828和显示器838接收来自系统的输出。
本发明的优选实现包括作为程序化执行这里描述的一种方法或成套方法的计算机系统的实现,和作为计算机程序产品。根据计算机系统实现,执行该方法或成套方法的指令集位于如上面的描述而配置的一个或多个计算机系统的随机存储器814中。这些指令集结合执行它们的系统组件可产生多个Web服务视图,并执行对Web服务的样本调用。直至被计算机系统要求,指令集可作为计算机程序产品存储在另一个计算机存储器中,例如,硬盘驱动器820(它可包括可擦除存储器,如在硬盘驱动器820中偶然使用的光盘或软盘)。另外,计算机程序产品还能存储在其他计算机,并在需要时被通过网络或如因特网的外部网络传送到用户的工作站。本领域技术人员将理解,指令集的物理存储物理地改变了存储介质,所以介质承载了计算机可读信息。该改变可以是电的、磁的、化学的、生物的、或其他一些物理变化。当方便以指令、符号、字符等术语描述本发明时,读者应记住这些所有的和相似的术语应和适当的物理部件相关联。
注意,本发明可能描述如比较、确认、选择、识别的术语,或其他能与人力操作员相关联的术语。但是,对形成至少一种实施例的一部分的至少多个这里描述的操作,都不需要人力操作员的动作。描述的操作大部分是处理电信号以产生其他电信号的机器操作。
图9示出了依照主题发明的数据处理系统900的示例性的硬件配置。例如,图1的页面服务器108和Web应用程序服务器114可依照数据处理系统900加以实现。系统900包括中央处理单元(CPU)910,如常规微处理器,和许多经由系统总线912相互连接的其他的单元。数据处理系统900包括随机存储器(RAM)914、只读存储器(ROM)916和用于连接外围设备的输入/输出(I/O)
适配器918,如磁盘机920到总线912。系统900还包括用于连接数据处理系统900和数据处理网络,使数据处理系统能够和其他系统通信的通信适配器934。CPU910可包括其他在这里未显示的电路,该电路将包括在微处理器中常见的电路,例如,执行单元、总线接口单元、运算逻辑单元等等。CPU910还可位于单个集成电路上。
本发明的优选实现方案包括作为被编程以执行这里描述的一种方法或多种方法的计算机系统的实现方案,和作为计算机程序产品的实现方案。根据计算机系统的实现方案,执行该一种方法或多种方法的指令集位于如上所述总体上配置的一个或多个计算机系统的随机存储器914中。这些指令集结合执行它们的系统组件可执行对Web服务的样本调用。指令集可作为计算机程序产品存储在另一个计算机存储器,例如硬盘驱动器920(它可包括可拆卸存储器,如在硬盘驱动器920中可能会使用的光盘或软盘),直至被计算机系统要求为止。另外,计算机程序产品还可存储在其他计算机,并在需要时通过网络或如因特网的外部网络传送到用户的工作站。本领域技术人员将理解,指令集的物理存储物理上改变了存储于其上的介质,以使介质承载计算机可读信息。该改变可以是电的、磁的、化学的、生物的、或其他一些物理变化。虽然用指令、符号、字符等术语描述本发明是很方便的,读者应记住所有这些术语和类似的术语应和适当的物理部件相关联。
Claims (11)
1、一种显示Web服务的方法,包括:
产生(204)描述Web服务的数据模型;
施加(208)视图访问器到数据模型,其中视图访问器对应于预选的域;以及
响应施加视图访问器的步骤显示(210)与预选的域相关联的Web服务的视图,其中视图访问器包括用于封装要在数据模型的部件上执行的操作的访问器模式。
2、根据权利要求1的方法,还包括迭代(208)施加视图访问器到数据模型并对于每个对应于预选的一组域中的一个域的视图显示(210)Web服务的视图的步骤。
3、根据权利要求1的方法,其中数据模型包括数据结构,该数据结构包括对应于Web服务的操作的至少一个节点(408),和对应于操作的节点的至少一个子节点(410,412,414),该子节点对应于Web服务的输入和输出之一。
4、根据权利要求3的方法,其中施加视图访问器的步骤还包括:
传递(558)至少一个节点和至少一个子节点到视图访问器中;以及
填充(560)对应于预选的域的视图以产生表示传递进的节点的对应的视图。
5、根据权利要求1的方法,还包括:
响应显示视图的步骤接收(704)用户输入样本数据;以及
使用该样本数据执行(710)Web服务。
6、一种嵌入机器可读存储介质的计算机程序产品,包括用于执行权利要求1至5的任何一个的方法的步骤的编程指令。
7、一种显示Web服务的数据处理系统,包括:
用于产生(204)描述Web服务的数据模型的电路;
用于施加(208)视图访问器到数据模型的电路,其中视图访问器对应于预选的域;以及
用于响应施加视图访问器的步骤显示(210)与预选的域相关联的Web服务的视图的电路,其中视图访问器包括用于封装要在数据模型的部件上执行的操作的访问器模式。
8、根据权利要求7的系统,还包括用于迭代(208)施加视图访问器到数据模型和对于每个对应于预选的一组域中的一个域的视图显示(210)Web服务的视图的操作的电路。
9、根据权利要求7的系统,其中数据模型包括数据结构,该数据结构包括对应于Web服务的操作的至少一个节点(408),和对应于操作的节点的至少一个子节点(410,412,414),该子节点对应于Web服务的输入和输出之一。
10、根据权利要求9的系统,其中用于施加视图访问器的电路还包括:
用于传递(558)至少一个节点和至少一个子节点到视图访问器中的电路;以及
用于填充(560)对应于预选的域的视图以产生表示传递进的节点的对应的视图的电路。
11、根据权利要求7的系统,还包括:
用于响应显示视图的步骤接收(704)用户输入样本数据的电路;以及
用于使用视图和样本数据执行(710)调用Web服务的Web页面的电路。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/184,255 US8645862B2 (en) | 2002-06-28 | 2002-06-28 | Displaying and executing web services in multiple content domains |
US10/184,255 | 2002-06-28 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1653456A true CN1653456A (zh) | 2005-08-10 |
CN100382076C CN100382076C (zh) | 2008-04-16 |
Family
ID=29999230
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB038111713A Expired - Lifetime CN100382076C (zh) | 2002-06-28 | 2003-04-15 | 使用多个编程语言显示和执行web服务的方法和系统 |
Country Status (9)
Country | Link |
---|---|
US (1) | US8645862B2 (zh) |
JP (1) | JP4448443B2 (zh) |
KR (1) | KR20050007423A (zh) |
CN (1) | CN100382076C (zh) |
AU (1) | AU2003219339A1 (zh) |
BR (1) | BR0312057A (zh) |
CA (1) | CA2487875A1 (zh) |
IL (1) | IL165543A0 (zh) |
WO (1) | WO2004003787A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1992725B (zh) * | 2005-11-18 | 2010-10-13 | 国际商业机器公司 | 用于web服务面向消息的构建的方法与系统 |
Families Citing this family (103)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7421679B2 (en) * | 2002-09-24 | 2008-09-02 | Qwest Communications International Inc. | Method, apparatus and interface for testing web services |
US20040111525A1 (en) * | 2002-12-09 | 2004-06-10 | International Business Machines Corporation | Dynamic web service implementation discovery and selection apparatus and method |
US7284039B2 (en) * | 2002-12-17 | 2007-10-16 | International Business Machines Corporation | Apparatus and method for flexible web service deployment |
US7188155B2 (en) * | 2002-12-17 | 2007-03-06 | International Business Machines Corporation | Apparatus and method for selecting a web service in response to a request from a client device |
US20040210631A1 (en) * | 2003-04-17 | 2004-10-21 | Asher Michael L. | Method and apparatus for accessing legacy data in a standardized environment |
WO2005026981A1 (en) * | 2003-09-17 | 2005-03-24 | Research In Motion Limited | System and method for dynamic generation and customization of web service client applications for terminals |
US8589787B2 (en) | 2004-04-20 | 2013-11-19 | American Express Travel Related Services Company, Inc. | Centralized field rendering system and method |
CN100430909C (zh) * | 2005-07-15 | 2008-11-05 | 国际商业机器公司 | 协作式终端仿真器以及客户端整合系统和方法 |
US8145726B1 (en) * | 2005-09-19 | 2012-03-27 | Amazon Technologies, Inc. | Method and apparatus for web resource validation |
US20070067388A1 (en) * | 2005-09-21 | 2007-03-22 | Angelov Dimitar V | System and method for configuration to web services descriptor |
US8078671B2 (en) * | 2005-09-21 | 2011-12-13 | Sap Ag | System and method for dynamic web services descriptor generation using templates |
US20070156872A1 (en) * | 2005-12-30 | 2007-07-05 | Stoyanova Dimitrina G | Method and system for Web services deployment |
US8024425B2 (en) * | 2005-12-30 | 2011-09-20 | Sap Ag | Web services deployment |
US8010695B2 (en) * | 2005-12-30 | 2011-08-30 | Sap Ag | Web services archive |
US8370812B2 (en) | 2007-04-02 | 2013-02-05 | International Business Machines Corporation | Method and system for automatically assembling processing graphs in information processing systems |
US8166465B2 (en) | 2007-04-02 | 2012-04-24 | International Business Machines Corporation | Method and system for composing stream processing applications according to a semantic description of a processing goal |
US8117233B2 (en) * | 2007-05-14 | 2012-02-14 | International Business Machines Corporation | Method and system for message-oriented semantic web service composition based on artificial intelligence planning |
US7991910B2 (en) | 2008-11-17 | 2011-08-02 | Amazon Technologies, Inc. | Updating routing information based on client location |
US8028090B2 (en) | 2008-11-17 | 2011-09-27 | Amazon Technologies, Inc. | Request routing utilizing client location information |
US8394683B2 (en) | 2008-01-15 | 2013-03-12 | Micron Technology, Inc. | Methods of forming semiconductor constructions, and methods of forming NAND unit cells |
US7962597B2 (en) | 2008-03-31 | 2011-06-14 | Amazon Technologies, Inc. | Request routing based on class |
US8321568B2 (en) * | 2008-03-31 | 2012-11-27 | Amazon Technologies, Inc. | Content management |
US8601090B1 (en) | 2008-03-31 | 2013-12-03 | Amazon Technologies, Inc. | Network resource identification |
US7970820B1 (en) | 2008-03-31 | 2011-06-28 | Amazon Technologies, Inc. | Locality based content distribution |
US8447831B1 (en) | 2008-03-31 | 2013-05-21 | Amazon Technologies, Inc. | Incentive driven content delivery |
US8156243B2 (en) * | 2008-03-31 | 2012-04-10 | Amazon Technologies, Inc. | Request routing |
US8606996B2 (en) * | 2008-03-31 | 2013-12-10 | Amazon Technologies, Inc. | Cache optimization |
US8533293B1 (en) * | 2008-03-31 | 2013-09-10 | Amazon Technologies, Inc. | Client side cache management |
US9912740B2 (en) | 2008-06-30 | 2018-03-06 | Amazon Technologies, Inc. | Latency measurement in resource requests |
US7925782B2 (en) * | 2008-06-30 | 2011-04-12 | Amazon Technologies, Inc. | Request routing using network computing components |
US9407681B1 (en) | 2010-09-28 | 2016-08-02 | Amazon Technologies, Inc. | Latency measurement in resource requests |
US8073940B1 (en) | 2008-11-17 | 2011-12-06 | Amazon Technologies, Inc. | Managing content delivery network service providers |
US8122098B1 (en) | 2008-11-17 | 2012-02-21 | Amazon Technologies, Inc. | Managing content delivery network service providers by a content broker |
US8521880B1 (en) | 2008-11-17 | 2013-08-27 | Amazon Technologies, Inc. | Managing content delivery network service providers |
US8065417B1 (en) | 2008-11-17 | 2011-11-22 | Amazon Technologies, Inc. | Service provider registration by a content broker |
US8732309B1 (en) | 2008-11-17 | 2014-05-20 | Amazon Technologies, Inc. | Request routing utilizing cost information |
US8060616B1 (en) | 2008-11-17 | 2011-11-15 | Amazon Technologies, Inc. | Managing CDN registration by a storage provider |
US8412823B1 (en) | 2009-03-27 | 2013-04-02 | Amazon Technologies, Inc. | Managing tracking information entries in resource cache components |
US8756341B1 (en) | 2009-03-27 | 2014-06-17 | Amazon Technologies, Inc. | Request routing utilizing popularity information |
US8521851B1 (en) | 2009-03-27 | 2013-08-27 | Amazon Technologies, Inc. | DNS query processing using resource identifiers specifying an application broker |
US8688837B1 (en) | 2009-03-27 | 2014-04-01 | Amazon Technologies, Inc. | Dynamically translating resource identifiers for request routing using popularity information |
US8782236B1 (en) | 2009-06-16 | 2014-07-15 | Amazon Technologies, Inc. | Managing resources using resource expiration data |
US8397073B1 (en) | 2009-09-04 | 2013-03-12 | Amazon Technologies, Inc. | Managing secure content in a content delivery network |
US8433771B1 (en) | 2009-10-02 | 2013-04-30 | Amazon Technologies, Inc. | Distribution network with forward resource propagation |
US9495338B1 (en) | 2010-01-28 | 2016-11-15 | Amazon Technologies, Inc. | Content distribution network |
US8756272B1 (en) | 2010-08-26 | 2014-06-17 | Amazon Technologies, Inc. | Processing encoded content |
US10097398B1 (en) | 2010-09-28 | 2018-10-09 | Amazon Technologies, Inc. | Point of presence management in request routing |
US8577992B1 (en) | 2010-09-28 | 2013-11-05 | Amazon Technologies, Inc. | Request routing management based on network components |
US8930513B1 (en) | 2010-09-28 | 2015-01-06 | Amazon Technologies, Inc. | Latency measurement in resource requests |
US9003035B1 (en) | 2010-09-28 | 2015-04-07 | Amazon Technologies, Inc. | Point of presence management in request routing |
US8938526B1 (en) | 2010-09-28 | 2015-01-20 | Amazon Technologies, Inc. | Request routing management based on network components |
US8819283B2 (en) | 2010-09-28 | 2014-08-26 | Amazon Technologies, Inc. | Request routing in a networked environment |
US9712484B1 (en) | 2010-09-28 | 2017-07-18 | Amazon Technologies, Inc. | Managing request routing information utilizing client identifiers |
US8468247B1 (en) | 2010-09-28 | 2013-06-18 | Amazon Technologies, Inc. | Point of presence management in request routing |
US10958501B1 (en) | 2010-09-28 | 2021-03-23 | Amazon Technologies, Inc. | Request routing information based on client IP groupings |
US8924528B1 (en) | 2010-09-28 | 2014-12-30 | Amazon Technologies, Inc. | Latency measurement in resource requests |
US8452874B2 (en) | 2010-11-22 | 2013-05-28 | Amazon Technologies, Inc. | Request routing processing |
US8626950B1 (en) | 2010-12-03 | 2014-01-07 | Amazon Technologies, Inc. | Request routing processing |
US9391949B1 (en) | 2010-12-03 | 2016-07-12 | Amazon Technologies, Inc. | Request routing processing |
US10467042B1 (en) | 2011-04-27 | 2019-11-05 | Amazon Technologies, Inc. | Optimized deployment based upon customer locality |
US8904009B1 (en) | 2012-02-10 | 2014-12-02 | Amazon Technologies, Inc. | Dynamic content delivery |
US10021179B1 (en) | 2012-02-21 | 2018-07-10 | Amazon Technologies, Inc. | Local resource delivery network |
US9083743B1 (en) | 2012-03-21 | 2015-07-14 | Amazon Technologies, Inc. | Managing request routing information utilizing performance information |
US10623408B1 (en) | 2012-04-02 | 2020-04-14 | Amazon Technologies, Inc. | Context sensitive object management |
US9154551B1 (en) | 2012-06-11 | 2015-10-06 | Amazon Technologies, Inc. | Processing DNS queries to identify pre-processing information |
US9525659B1 (en) | 2012-09-04 | 2016-12-20 | Amazon Technologies, Inc. | Request routing utilizing point of presence load information |
US9135048B2 (en) | 2012-09-20 | 2015-09-15 | Amazon Technologies, Inc. | Automated profiling of resource usage |
US9323577B2 (en) | 2012-09-20 | 2016-04-26 | Amazon Technologies, Inc. | Automated profiling of resource usage |
US10205698B1 (en) | 2012-12-19 | 2019-02-12 | Amazon Technologies, Inc. | Source-dependent address resolution |
US9294391B1 (en) | 2013-06-04 | 2016-03-22 | Amazon Technologies, Inc. | Managing network computing components utilizing request routing |
US9697061B1 (en) | 2013-12-18 | 2017-07-04 | Amazon Technologies, Inc. | Parameter delegation for encapsulated services |
US10033627B1 (en) | 2014-12-18 | 2018-07-24 | Amazon Technologies, Inc. | Routing mode and point-of-presence selection service |
US10091096B1 (en) | 2014-12-18 | 2018-10-02 | Amazon Technologies, Inc. | Routing mode and point-of-presence selection service |
US10097448B1 (en) | 2014-12-18 | 2018-10-09 | Amazon Technologies, Inc. | Routing mode and point-of-presence selection service |
US10225326B1 (en) | 2015-03-23 | 2019-03-05 | Amazon Technologies, Inc. | Point of presence based data uploading |
US9887931B1 (en) | 2015-03-30 | 2018-02-06 | Amazon Technologies, Inc. | Traffic surge management for points of presence |
US9819567B1 (en) | 2015-03-30 | 2017-11-14 | Amazon Technologies, Inc. | Traffic surge management for points of presence |
US9887932B1 (en) | 2015-03-30 | 2018-02-06 | Amazon Technologies, Inc. | Traffic surge management for points of presence |
US9832141B1 (en) | 2015-05-13 | 2017-11-28 | Amazon Technologies, Inc. | Routing based request correlation |
US10616179B1 (en) | 2015-06-25 | 2020-04-07 | Amazon Technologies, Inc. | Selective routing of domain name system (DNS) requests |
US10097566B1 (en) | 2015-07-31 | 2018-10-09 | Amazon Technologies, Inc. | Identifying targets of network attacks |
US9794281B1 (en) | 2015-09-24 | 2017-10-17 | Amazon Technologies, Inc. | Identifying sources of network attacks |
US9774619B1 (en) | 2015-09-24 | 2017-09-26 | Amazon Technologies, Inc. | Mitigating network attacks |
US9742795B1 (en) | 2015-09-24 | 2017-08-22 | Amazon Technologies, Inc. | Mitigating network attacks |
US10270878B1 (en) | 2015-11-10 | 2019-04-23 | Amazon Technologies, Inc. | Routing for origin-facing points of presence |
US10257307B1 (en) | 2015-12-11 | 2019-04-09 | Amazon Technologies, Inc. | Reserved cache space in content delivery networks |
US10049051B1 (en) | 2015-12-11 | 2018-08-14 | Amazon Technologies, Inc. | Reserved cache space in content delivery networks |
US10348639B2 (en) | 2015-12-18 | 2019-07-09 | Amazon Technologies, Inc. | Use of virtual endpoints to improve data transmission rates |
US10075551B1 (en) | 2016-06-06 | 2018-09-11 | Amazon Technologies, Inc. | Request management for hierarchical cache |
US10110694B1 (en) | 2016-06-29 | 2018-10-23 | Amazon Technologies, Inc. | Adaptive transfer rate for retrieving content from a server |
US9992086B1 (en) | 2016-08-23 | 2018-06-05 | Amazon Technologies, Inc. | External health checking of virtual private cloud network environments |
US10033691B1 (en) | 2016-08-24 | 2018-07-24 | Amazon Technologies, Inc. | Adaptive resolution of domain name requests in virtual private cloud network environments |
US10616250B2 (en) | 2016-10-05 | 2020-04-07 | Amazon Technologies, Inc. | Network addresses with encoded DNS-level information |
US10372499B1 (en) | 2016-12-27 | 2019-08-06 | Amazon Technologies, Inc. | Efficient region selection system for executing request-driven code |
US10831549B1 (en) | 2016-12-27 | 2020-11-10 | Amazon Technologies, Inc. | Multi-region request-driven code execution system |
US10938884B1 (en) | 2017-01-30 | 2021-03-02 | Amazon Technologies, Inc. | Origin server cloaking using virtual private cloud network environments |
US10503613B1 (en) | 2017-04-21 | 2019-12-10 | Amazon Technologies, Inc. | Efficient serving of resources during server unavailability |
US11075987B1 (en) | 2017-06-12 | 2021-07-27 | Amazon Technologies, Inc. | Load estimating content delivery network |
US10447648B2 (en) | 2017-06-19 | 2019-10-15 | Amazon Technologies, Inc. | Assignment of a POP to a DNS resolver based on volume of communications over a link between client devices and the POP |
US10742593B1 (en) | 2017-09-25 | 2020-08-11 | Amazon Technologies, Inc. | Hybrid content request routing system |
US10592578B1 (en) | 2018-03-07 | 2020-03-17 | Amazon Technologies, Inc. | Predictive content push-enabled content delivery network |
US10862852B1 (en) | 2018-11-16 | 2020-12-08 | Amazon Technologies, Inc. | Resolution of domain name requests in heterogeneous network environments |
US11025747B1 (en) | 2018-12-12 | 2021-06-01 | Amazon Technologies, Inc. | Content request pattern-based routing system |
Family Cites Families (52)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5694546A (en) * | 1994-05-31 | 1997-12-02 | Reisman; Richard R. | System for automatic unattended electronic information transport between a server and a client by a vendor provided transport software with a manifest list |
US6640255B1 (en) | 1995-03-31 | 2003-10-28 | Sun Microsystems, Inc. | Method and apparatus for generation and installation of distributed objects on a distributed object system |
US5761673A (en) * | 1996-01-31 | 1998-06-02 | Oracle Corporation | Method and apparatus for generating dynamic web pages by invoking a predefined procedural package stored in a database |
US5715453A (en) * | 1996-05-31 | 1998-02-03 | International Business Machines Corporation | Web server mechanism for processing function calls for dynamic data queries in a web page |
US6052710A (en) | 1996-06-28 | 2000-04-18 | Microsoft Corporation | System and method for making function calls over a distributed network |
US6802061B1 (en) * | 1996-12-12 | 2004-10-05 | Microsoft Corporation | Automatic software downloading from a computer network |
US5956036A (en) * | 1997-03-31 | 1999-09-21 | International Business Machines Corporation | Shared modules graphical user interface |
US6266681B1 (en) * | 1997-04-08 | 2001-07-24 | Network Commerce Inc. | Method and system for inserting code to conditionally incorporate a user interface component in an HTML document |
US6573907B1 (en) * | 1997-07-03 | 2003-06-03 | Obvious Technology | Network distribution and management of interactive video and multi-media containers |
US6182092B1 (en) | 1997-07-14 | 2001-01-30 | Microsoft Corporation | Method and system for converting between structured language elements and objects embeddable in a document |
JP3859313B2 (ja) * | 1997-08-05 | 2006-12-20 | 富士通株式会社 | タグ文書の圧縮装置および復元装置,圧縮方法および復元方法,圧縮/復元装置および圧縮/復元方法並びに圧縮,復元もしくは圧縮/復元プログラムを記録したコンピュータ読み取り可能な記録媒体 |
US6111894A (en) * | 1997-08-26 | 2000-08-29 | International Business Machines Corporation | Hardware interface between a switch adapter and a communications subsystem in a data processing system |
US6226642B1 (en) * | 1997-09-11 | 2001-05-01 | International Business Machines Corporation | Content modification of internet web pages for a television class display |
US6144991A (en) * | 1998-02-19 | 2000-11-07 | Telcordia Technologies, Inc. | System and method for managing interactions between users in a browser-based telecommunications network |
US6501488B2 (en) * | 1998-12-30 | 2002-12-31 | Intel Corporation | System and method for managing a plurality of associated windows for an application |
US6889379B1 (en) * | 1998-12-31 | 2005-05-03 | Microsoft Corporation | Transporting objects between a client and a server |
US6604150B1 (en) * | 1999-02-06 | 2003-08-05 | International Business Machines Corporation | Integration of GUI application with external application extensions |
US6757731B1 (en) * | 1999-02-25 | 2004-06-29 | Nortel Networks Limited | Apparatus and method for interfacing multiple protocol stacks in a communication network |
US6961929B1 (en) | 1999-06-25 | 2005-11-01 | Sun Microsystems, Inc. | Mechanism for automatic synchronization of scripting variables |
US6199195B1 (en) | 1999-07-08 | 2001-03-06 | Science Application International Corporation | Automatically generated objects within extensible object frameworks and links to enterprise resources |
US6718516B1 (en) * | 1999-09-30 | 2004-04-06 | International Business Machines Corporation | Method for verifying context between multiple related XML tags in document object model (DOM) |
US6826696B1 (en) * | 1999-10-12 | 2004-11-30 | Webmd, Inc. | System and method for enabling single sign-on for networked applications |
US6675193B1 (en) * | 1999-10-29 | 2004-01-06 | Invensys Software Systems | Method and system for remote control of a local system |
US6842781B1 (en) * | 2000-03-09 | 2005-01-11 | Nortel Networks Limited | Download and processing of a network management application on a network device |
US8397223B2 (en) | 2000-03-17 | 2013-03-12 | Gutenberg Printing Llc | Web application generator |
US20030120659A1 (en) * | 2000-03-20 | 2003-06-26 | Sridhar Mandayam Anandampillai | Systems for developing websites and methods therefor |
US20020013779A1 (en) * | 2000-03-20 | 2002-01-31 | Sridhar Mandayam Andampillai | Reverse foreign key techniques in website development |
JP2001344105A (ja) * | 2000-03-31 | 2001-12-14 | Hitachi Software Eng Co Ltd | Webアプリケーション開発方法、開発支援システム、および該方法に係るプログラムを記憶した記憶媒体 |
US6622168B1 (en) * | 2000-04-10 | 2003-09-16 | Chutney Technologies, Inc. | Dynamic page generation acceleration using component-level caching |
JP2001309036A (ja) * | 2000-04-20 | 2001-11-02 | Fujitsu Ltd | 通信装置及び輻輳規制制御方法 |
US6845507B2 (en) * | 2000-05-18 | 2005-01-18 | Ss & C Technologies, Inc. | Method and system for straight through processing |
US6904600B1 (en) * | 2000-06-29 | 2005-06-07 | Microsoft Corporation | Application programming interface to the simple object access protocol |
US6734873B1 (en) * | 2000-07-21 | 2004-05-11 | Viewpoint Corporation | Method and system for displaying a composited image |
GB0023570D0 (en) * | 2000-09-26 | 2000-11-08 | Volantis Systems Ltd | Web server |
US6753886B1 (en) | 2000-10-31 | 2004-06-22 | Cisco Technology, Inc. | Methods and apparatus for communicating messages in a computer display |
US6889363B2 (en) * | 2001-03-02 | 2005-05-03 | The Arizona Board Of Regents On Behalf Of The University Of Arizona | Interactive multimedia report viewer |
US6986147B2 (en) * | 2001-03-28 | 2006-01-10 | International Business Machines Corporation | Method for transparent, location-independent, remote procedure calls in a heterogeneous network environment |
US20020184145A1 (en) * | 2001-05-31 | 2002-12-05 | Sun Microsystems, Inc. | Methods and system for integrating XML based transactions in an electronic invoice presentment and payment environment |
US7089561B2 (en) * | 2001-06-01 | 2006-08-08 | Microsoft Corporation | Methods and systems for creating and communicating with computer processes |
US6915454B1 (en) * | 2001-06-12 | 2005-07-05 | Microsoft Corporation | Web controls validation |
US6983421B1 (en) * | 2001-06-22 | 2006-01-03 | I2 Technologies Us, Inc. | Using connectors to automatically update graphical user interface elements at a client system according to an updated state of a configuration |
US7000218B2 (en) * | 2001-06-29 | 2006-02-14 | International Business Machines Corporation | System and method for developing custom programmable tags |
US7127700B2 (en) * | 2002-03-14 | 2006-10-24 | Openwave Systems Inc. | Method and apparatus for developing web services using standard logical interfaces to support multiple markup languages |
US7162687B2 (en) * | 2002-05-31 | 2007-01-09 | Sun Microsystems, Inc. | JSP tag libraries and web services |
US7200818B2 (en) * | 2002-06-28 | 2007-04-03 | International Business Machines Corporation | Systems and methods for messaging in a multi-frame Web application |
US7426545B2 (en) * | 2002-06-28 | 2008-09-16 | International Business Machines Corporation | Systems and methods for transparently accessing Web applications remotely and locally |
US20040003130A1 (en) * | 2002-06-28 | 2004-01-01 | International Business Machines Corporation | Systems and methods for accessing web services using a tag library |
US20040098704A1 (en) * | 2002-11-14 | 2004-05-20 | International Business Machines Corporation | Systems and methods for defining Web applications pages |
US20040225749A1 (en) * | 2003-05-08 | 2004-11-11 | Gregory Pavlik | Transformation of web site summary via taglibs |
US20040225959A1 (en) * | 2003-05-08 | 2004-11-11 | D'orto David | Appearance properties for web applications using TagLibs |
US20040225724A1 (en) * | 2003-05-08 | 2004-11-11 | Gregory Pavlik | RPC type SOAP service access via taglibs for dynamic web content |
US7437738B2 (en) * | 2003-11-12 | 2008-10-14 | Intel Corporation | Method, system, and program for interfacing with a network adaptor supporting a plurality of devices |
-
2002
- 2002-06-28 US US10/184,255 patent/US8645862B2/en not_active Expired - Fee Related
-
2003
- 2003-04-15 WO PCT/GB2003/001620 patent/WO2004003787A1/en active Application Filing
- 2003-04-15 CN CNB038111713A patent/CN100382076C/zh not_active Expired - Lifetime
- 2003-04-15 CA CA002487875A patent/CA2487875A1/en not_active Abandoned
- 2003-04-15 KR KR10-2004-7019316A patent/KR20050007423A/ko not_active Application Discontinuation
- 2003-04-15 BR BR0312057-0A patent/BR0312057A/pt not_active Application Discontinuation
- 2003-04-15 JP JP2004516907A patent/JP4448443B2/ja not_active Expired - Fee Related
- 2003-04-15 AU AU2003219339A patent/AU2003219339A1/en not_active Abandoned
-
2004
- 2004-12-05 IL IL16554304A patent/IL165543A0/xx unknown
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1992725B (zh) * | 2005-11-18 | 2010-10-13 | 国际商业机器公司 | 用于web服务面向消息的构建的方法与系统 |
Also Published As
Publication number | Publication date |
---|---|
WO2004003787A1 (en) | 2004-01-08 |
IL165543A0 (en) | 2006-01-15 |
JP2005531840A (ja) | 2005-10-20 |
US20040024841A1 (en) | 2004-02-05 |
KR20050007423A (ko) | 2005-01-17 |
US8645862B2 (en) | 2014-02-04 |
AU2003219339A1 (en) | 2004-01-19 |
CN100382076C (zh) | 2008-04-16 |
BR0312057A (pt) | 2005-03-29 |
JP4448443B2 (ja) | 2010-04-07 |
CA2487875A1 (en) | 2004-01-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN100382076C (zh) | 使用多个编程语言显示和执行web服务的方法和系统 | |
US7120897B2 (en) | User control objects for providing server-side code generation from a user-defined dynamic web page content file | |
US8504913B2 (en) | Client-side components | |
US7523223B2 (en) | Web control simulators for mobile devices | |
US7725906B2 (en) | Method and device for executing a function with selection and sending of multiple results in a client-server environment | |
JP5160553B2 (ja) | サーバ・リソースに依存せずにクライアント環境内で用いるポートレットの集約 | |
US7562307B2 (en) | Automated creation of web page to XML translation servers | |
US20040003130A1 (en) | Systems and methods for accessing web services using a tag library | |
EP1156415A2 (en) | Server-side control objects for processing client-side user interface elements | |
US20050021756A1 (en) | Method of developing, delivering and rendering network applications | |
US20070106946A1 (en) | Method and system for developing interactive Web applications in a unified framework | |
EP1156427A2 (en) | Postback input handling by server-side control objects | |
US20080141139A1 (en) | Architecture and Process for Presenting Application Content to Clients | |
EP1275047A1 (en) | Dynamic integration of web sites | |
CN1749961A (zh) | 使用网络模型的单机软件 | |
WO2002015002A2 (en) | System and method for building applications that adapt for multiple device and protocol standards | |
JP2001312442A (ja) | データ処理システムにおいてアプリケーションへのアクセスを提供する方法および装置 | |
US20030033439A1 (en) | Document/view application development architecture applied to activeX technology for web based application delivery | |
US20060271644A1 (en) | Generating web service without coding logic with a programming language | |
US20040098704A1 (en) | Systems and methods for defining Web applications pages | |
US20040001089A1 (en) | Systems and methods for messaging in a multi-frame Web application | |
Yu et al. | OpenXUP: an alternative approach to developing highly interactive web applications | |
Fan et al. | Java plus XML: a powerful new combination for SCADA systems | |
Sweeney | BUS: a Browser based User interface Service for Web based applications | |
Christodoulou et al. | WEP: A Reference Model and the Portal of Web Engineering Resources |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CX01 | Expiry of patent term |
Granted publication date: 20080416 |
|
CX01 | Expiry of patent term |