Platform independent technique for transferring software programs over a
network
    1.
    发明授权
    Platform independent technique for transferring software programs over a network 失效
    平台独立的技术,用于通过网络传输软件程序

    公开(公告)号:US6083279A

    公开(公告)日:2000-07-04

    申请号:US728222

    申请日:1996-10-10

    摘要: A technique for converting a software program into an object oriented class for sending across a network. A software program is loaded as instance data into a single object oriented class which is self-extracting. Preferably, each program file from the software program is compressed prior to being loaded as instance data into the class. The class may be a Java class which is sent over the Internet to a Java enabled computer system, where the class is unpackaged and the original software program recreated.

    摘要翻译: 一种用于将软件程序转换为面向对象类的技术,用于通过网络发送。 将软件程序作为实例数据加载到自取样的单一面向对象类中。 优选地,来自软件程序的每个程序文件在作为实例数据加载到该类之前被压缩。 该类可以是通过因特网发送到启用Java的计算机系统的Java类,其中该类被解包并且重新创建原始软件程序。

    Method and system for a shipping and playing adapter to enable a reduced
size CD to play in a full-sized CD player
    2.
    发明授权
    Method and system for a shipping and playing adapter to enable a reduced size CD to play in a full-sized CD player 失效
    用于运送和播放适配器的方法和系统,以使尺寸减小的CD可在全尺寸CD播放器中播放

    公开(公告)号:US5946289A

    公开(公告)日:1999-08-31

    申请号:US855546

    申请日:1997-06-04

    IPC分类号: G11B25/10 G11B3/70

    CPC分类号: G11B25/10

    摘要: A shipping and playing adapter enables a reduced size CD to play in a full-sized CD player. The adapter comprises first and second substantially semi-circular portions constructed of a material suitable for playing in a CD player. When combined together, the first and second portions form a disk dimensioned approximately equal to a full-sized CD for receiving the reduced size CD thereon. The first and second portions may either be permanently attached along a fold line or removably attached by matching male and female parts. When combined, the first and second portions may have an inner circular surface for receiving the reduced size CD. The circular surface may be coated with a permanent or temporary adhesive. Alternatively, the first and second portions may have a center cut-out for receiving the reduced size CD therein.

    摘要翻译: 运送和播放适配器可以使用尺寸较小的CD在全尺寸CD播放机中播放。 适配器包括由适于在CD播放器中播放的材料构成的第一和第二大致半圆形部分。 当组合在一起时,第一和第二部分形成尺寸大致等于全尺寸CD的盘,用于在其上接收减小尺寸的CD。 第一和第二部分可以沿着折叠线永久地附接,或者可以通过匹配的阳和阴部件可移除地附接。 当组合时,第一和第二部分可以具有用于接收减小尺寸的CD的内圆形表面。 圆形表面可以涂覆有永久或临时粘合剂。 或者,第一和第二部分可以具有用于在其中接收减小尺寸的CD的中心切口。

    Visual programming from a tree structure
    4.
    发明授权
    Visual programming from a tree structure 失效
    从树结构的视觉编程

    公开(公告)号:US06836878B1

    公开(公告)日:2004-12-28

    申请号:US08657510

    申请日:1996-06-04

    IPC分类号: G06F944

    CPC分类号: G06F8/34

    摘要: A technique for permitting a developer to be presented with a visual programming environment which includes different representations of a class library from which a developer may select classes for inclusion in an application under development. The environment includes a class window, a composition editor window, and a methods window. To permit greater understanding of the class library that the developer is working with, the class library can be presented in the class window in a class tree format, in a class list format, or in a graphical format which includes graphical representations of the classes. The developer may select a class for inclusion in the application under development from any of the three formats. The methods window is provided for displaying the methods (code) for a selected class. The methods of a class may be modified or new methods added via the methods window after the class has been added to the application under development. The composition editor window provides a graphical view of, for example, a graphical interface under development for the application, and dynamically displays to the developer at least the graphical portion of the application as it is being developed. Descriptions of added classes which do not have the visual representations may also be included in the composition editor window as they are added to the application.

    摘要翻译: 一种用于允许开发人员呈现可视化编程环境的技术,该可视化编程环境包括类库的不同表示,开发者可以从其中选择类以包含在正在开发的应用中。 环境包括一个类窗口,一个组合编辑器窗口和一个方法窗口。 为了更好地理解开发人员正在使用的类库,类库可以以类树形式,类列表格式或包含类的图形表示的图形格式呈现在类窗口中。 开发人员可以从三种格式中的任何一种中选择一个包含在正在开发的应用程序中的类。 提供了方法窗口,用于显示所选类的方法(代码)。 在类被添加到正在开发的应用程序之后,可以修改类的方法或通过方法窗口添加新方法。 组合编辑器窗口提供了例如正在开发的用于应用的图形界面的图形视图,并且至少在应用程序的图形部分正在开发时向开发者动态显示。 在添加到应用程序中时,不具有视觉表示的添加类的描述也可以被包括在组合编辑器窗口中。

    Technique for creating internet enabled resource files
    6.
    发明授权
    Technique for creating internet enabled resource files 失效
    创建启用互联网的资源文件的技术

    公开(公告)号:US06523170B1

    公开(公告)日:2003-02-18

    申请号:US08692856

    申请日:1996-07-26

    IPC分类号: G06F945

    CPC分类号: G06F8/447

    摘要: A technique for converting a resource file into object oriented source code and/or an object oriented class. A standard resource file is first converted into source code for an object oriented language. The converter includes a subprocess relative to each keyword included in the resource file for converting the information associated with each keyword into a format includable in an object oriented class. Other elements of the resource file, such as the filename, are also converted as needed into the target language, and formal code required by classes in the target language is also created. The preferred target language is Java.

    摘要翻译: 将资源文件转换为面向对象的源代码和/或面向对象的类的技术。 标准资源文件首先被转换为面向对象语言的源代码。 转换器包括相对于包括在资源文件中的每个关键字的子处理,用于将与每个关键字相关联的信息转换成可面向对象类的格式。 资源文件的其他元素(如文件名)也根据需要转换为目标语言,并且还创建了目标语言中的类所需的形式代码。 首选目标语言是Java。

    Location based wireless tower caching
    7.
    发明授权
    Location based wireless tower caching 有权
    基于位置的无线塔式缓存

    公开(公告)号:US08838148B2

    公开(公告)日:2014-09-16

    申请号:US13407329

    申请日:2012-02-28

    摘要: Embodiments of the present invention provide a method, system and computer program product for wireless tower caching. In an embodiment of the invention, a method for wireless tower caching in a radio access network (RAN) can include receiving a response to a request from an end user device wirelessly coupled to a base station of the RAN, determining geographic positioning data for the response and identifying a most geographically wireless tower coupled to the RAN relative to the determined geographic positioning data (such as the closest wireless tower to the determined geographic positioning data). Thereafter, the response can be cached at a cache in a base station of the identified wireless tower.

    摘要翻译: 本发明的实施例提供了一种用于无线塔式缓存的方法,系统和计算机程序产品。 在本发明的一个实施例中,用于无线电接入网络(RAN)中的无线塔式高速缓存的方法可以包括:接收来自无线耦合到RAN基站的终端用户设备的请求的响应,确定用于 响应并识别相对于所确定的地理定位数据(诸如到确定的地理定位数据的最接近的无线塔)而耦合到RAN的大多数地理无线塔。 此后,该响应可被缓存在所识别的无线塔的基站中的高速缓存上。

    INTER-TIER FAILURE DETECTION USING CENTRAL AGGREGATION POINT
    8.
    发明申请
    INTER-TIER FAILURE DETECTION USING CENTRAL AGGREGATION POINT 审中-公开
    使用中心聚集点的内部故障检测

    公开(公告)号:US20070294596A1

    公开(公告)日:2007-12-20

    申请号:US11419602

    申请日:2006-05-22

    IPC分类号: G06F11/00

    摘要: The present invention provides inter-tier failure detection using a central aggregation point. A method in accordance with an embodiment of the present invention includes: performing intra-tier failure detection in a first tier of a multi-tier system; providing a failure status to a central aggregation point in the first tier; and communicating the failure status inter-tier to a central aggregation point of a second tier of the multi-tier system.

    摘要翻译: 本发明提供使用中心聚合点的层间故障检测。 根据本发明的实施例的方法包括:在多层系统的第一层中执行层内故障检测; 向第一层中的中心聚合点提供故障状态; 以及将所述故障状态层间通信到所述多层系统的第二层的中心聚合点。

    Scenario based testing and load generation for web applications
    9.
    发明授权
    Scenario based testing and load generation for web applications 有权
    Web应用程序的基于场景的测试和负载生成

    公开(公告)号:US07295953B2

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

    申请号:US10026384

    申请日:2001-12-21

    IPC分类号: G06F11/00

    CPC分类号: G06F11/3414 G06F2201/875

    摘要: In a Web application testing method which has been configured in accordance with the present invention, a network message from one of several network clients can be intercepted. Session data in the network message can be identified and state information retrieved for the session in the Web application. An operation and corresponding associated parameters can be selected from a Web scenario template based upon the retrieved state information. Finally, operations can be invoked in the Web application, the operations corresponding to the operation and associated operational parameters selected from the Web scenario template.

    摘要翻译: 在根据本发明配置的Web应用测试方法中,可以拦截来自多个网络客户端之一的网络消息。 可以识别网络消息中的会话数据,并为Web应用程序中的会话检索状态信息。 可以基于检索到的状态信息从Web场景模板中选择操作和对应的相关参数。 最后,可以在Web应用程序中调用操作,对应于从Web场景模板中选择的操作和相关操作参数的操作。