US20070156856A1 - Method and system for managing the resources of an application program - Google Patents
Method and system for managing the resources of an application program Download PDFInfo
- Publication number
- US20070156856A1 US20070156856A1 US11/624,134 US62413407A US2007156856A1 US 20070156856 A1 US20070156856 A1 US 20070156856A1 US 62413407 A US62413407 A US 62413407A US 2007156856 A1 US2007156856 A1 US 2007156856A1
- Authority
- US
- United States
- Prior art keywords
- resources
- application
- language
- needed
- group
- 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.)
- Abandoned
Links
- 238000000034 method Methods 0.000 title claims description 51
- 230000008859 change Effects 0.000 claims description 20
- 230000006870 function Effects 0.000 claims description 11
- 230000004044 response Effects 0.000 claims description 10
- 238000004891 communication Methods 0.000 description 14
- 230000008569 process Effects 0.000 description 9
- 238000012546 transfer Methods 0.000 description 7
- 238000010586 diagram Methods 0.000 description 4
- 238000012545 processing Methods 0.000 description 3
- 230000002411 adverse Effects 0.000 description 2
- 230000008901 benefit Effects 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000013515 script Methods 0.000 description 2
- RYGMFSIKBFXOCR-UHFFFAOYSA-N Copper Chemical compound [Cu] RYGMFSIKBFXOCR-UHFFFAOYSA-N 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 230000001413 cellular effect Effects 0.000 description 1
- 238000012508 change request Methods 0.000 description 1
- 238000004883 computer application Methods 0.000 description 1
- 229910052802 copper Inorganic materials 0.000 description 1
- 239000010949 copper Substances 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 239000000835 fiber Substances 0.000 description 1
- 230000003116 impacting effect Effects 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 230000005055 memory storage Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
- G06F9/454—Multi-language systems; Localisation; Internationalisation
Definitions
- the present invention is directed to the field of software systems and applications, and, more particularly, to a method and system for dynamically managing the resources of at least one application stored on a computer and for permitting the customization of the operation and interface of at least one application in response to a change in user preference.
- DLLs dynamic link libraries
- applications can be executables, scripts, and/or libraries such as dynamic link libraries (DLLs), or any combination thereof, which may be provided with resources that support the application's functionality and interface features.
- DLLs which are libraries of executable code and/or data, are commonly used by programmers to provide one or more of the functions of an application.
- the application dynamically links to the DLLs, which are often distributed with the application.
- DLLs may be shared among applications or made available by an operating system. Therefore, both the DLLs and the application code which is programmed to link to the DLLs must be present on the computer at runtime for the application to function properly.
- resources or “resources” is used in accordance with its ordinary meaning and generally refers to a library containing text strings and/or image data processed by an application, such as for example those needed to generate a portion of the user interface.
- the resources of an application may, for example, be encompassed in one or more DLLs, text files, executables, or data files of any type.
- GUI graphical user interface
- One known method and system requires that the resources for customizing the application be built (or hard-coded) into the application itself and distributed with each copy. This method, however, undesirably increases the size of the application and is unable to process resources that were not incorporated into the application at the time of download and installation. Because these web-based applications are generally downloaded from remote servers using file transfer protocols (FTP), increased file size adversely affects the file transfer performance, and this increased time factor may be a deterrent to a user downloading it, in addition to increasing necessary network overhead.
- FTP file transfer protocols
- Another known method requires the development of separate versions of the application with support for each particular preference. For instance, in the case of language preferences, a developer could provide a separate version for every region to which the application would be distributed. Maintaining numerous versions, however, is time consuming and can result in increased costs to the developer and users.
- scripted applications which run within the user's Internet browser.
- client-side scripts or server-side software applications which run within the user's Internet browser.
- the version of the scripted application that corresponds to the user's particular preference would be downloaded.
- a change of preference would prompt the download of a separate version of the scripted application.
- Such scripted applications such as, for example, JavaScriptTM, are limited by the functionality and extensibility of the scripting language, which often does not have the same speed of operation and access to system functions as full application languages.
- the availability of bandwidth to users can also adversely affect the performance of scripted or server-side applications, because the scripted application must be downloaded to the client computer each time a preference change is requested.
- server-side applications have limited scalability due to the limits on physical server space and memory and processing power.
- a further desirable and unmet need is to permit the customization of application resources that operates at runtime and that can be efficiently maintained. Furthermore, it is a desirable and unmet need to provide a system and method for permitting updates, patches and further customizable options to be integrated into the application resources, while keeping the application streamlined and preserving its efficiency.
- the present invention is directed to a system and method which overcomes shortcomings in the prior art.
- a system and method is provided for dynamically managing the resources of an application and for customizing the operation and interface of a web-based application in response to a change in user preference.
- a resource manager is programmed to identify resources by unique resource identifiers, and in response to a request for such resources, to retrieve those resources from a server if the resources are not stored locally on the client computer. Once retrieved, the resource manager passes the resources to the application.
- the application recognizes the need to process a resource and request that resource or group of resources from the resource manager, which in turn determines the availability of the resource and retrieves it from the server system if it is locally unavailable.
- the server system receives a preference change request and the resource manager, with the next communication with the server system, receives the preference parameters associated with the preference change.
- the resource manager looks in its map of resource identifiers to determine whether the corresponding resources are locally stored. If one or more resources are not locally stored, the resource manager retrieves, from the server system, either the entire group of resources corresponding to the preference parameters or that particular missing resource. In the meantime, the resource manager passes the locally stored resources to the application. The resource manager then passes any resources retrieved from the server system to the application, as necessary.
- the term “application” generally refers to a software program which is substantially executed by a computer located on the client side of the client-server architecture.
- the term “web-based application” refers generally to applications that at least partially derive the data for operation from a remote server and/or are capable of receiving data from a remote server or other computing or storage device remote from the client, either at the server location or at one or more locations in the network to which the client is connected.
- Such applications for the purposes of the present invention, may be coded in any programming language known in the art.
- the applications may be delivered to the client side in any manner known in the art, such as via file download, electronic mail, or any other file transfer protocols that use networks of interconnected devices to transfer data.
- such applications may be distributed on any art-recognized machine readable storage medium, such as a compact disc, floppy disc, tape, or the like.
- the present invention utilizes a resource manager stored on a client computer to determine whether the resources necessary to process a particular aspect of an application are present on the client computer at the time of execution of the application.
- the resource manager is also downloaded and stored on the client computer.
- the resource manager may be an integral part of the application or may stand alone as its own library, such as an “in-process” component object model (“COM”) server (DLL) or an “out of process” COM server (.exe).
- COM component object model
- the resource manager contains a library of ID maps associating a resource to a unique resource identifier.
- the resource identifier may be, for example, an alphanumeric code containing a resource group ID, resource ID, date ID, version ID, and the like, or any combination thereof.
- a server system receives a request to change a preference from a client computer through a network. Based upon the request, the server system determines the resources necessary to accommodate the request. Next, the server system communicates the preference parameters to the resource manager through the network. Alternatively, the resource manager with the next communication with the server system pulls the preference parameters associated with the preference change from the server system. The resource manager uses the preference parameters to determine whether the resources associated with the group identifier are stored on the client computer. If each resource of the group of resources are found on the client computer, the resource manager loads the resources into the processing memory of the client computer and passes the resources to the application. If one or more resource is not found on the client system, the resource manager retrieves either the entire group of resources or that particular resource from the server system using the resource's unique identifier.
- the application can be programmed to recognize the need for a resource or group of resources and notify the resource manager to retrieve the resources.
- the application can identify the unique group IDs associated with a particular language, region, or preference (e.g., language, region, etc.), or the unique resource ID, if only one of the group is needed.
- An advantage of the present invention is that as new versions of the resources are created or new regions are supported, the application provider can distribute these additional resources to the resource manager as needed.
- an application provider providing additional resources for a web-based application may make the additional resources available for download to the client computer.
- the resources are preferably stored either in the memory space of the manager or the memory space of the application on the client computer.
- the resources can be stored on the server system and loaded temporarily into the memory of the client computer as needed.
- the present invention provides advantages to both the application user and the application provider.
- new resources or versions of the resources can be incorporated into an existing application without the need to release an entirely new version of the application.
- the manager can be alerted by a server system that new resources are available, thereby causing the new resources to be downloaded to the client computer without interrupting the user's experience. Because the application is either notified of additional resources or knows to ask the manager when additional resources are needed, the application can be customized seamlessly at runtime without re-execution of the application.
- the manager advantageously permits an application provider to store a set of resources pertaining to particular customizable options on a remote server. Using the manager, the application provider can permit a user to select certain customizable preference settings.
- a user may request to change a particular preference setting, such as, for example, the language used to generate the user interface.
- the application will determine whether or not the resource that is needed to generate the user interface in the new language has been downloaded to the client computer, as described above. If it has not, depending upon the embodiment utilized, the application will either notify the resource manager that additional resources are needed (i.e., call an exposed function of the resource manager) or await notification from the resource manager.
- the resource manager in turn, in a web-enabled application example, retrieves the necessary resources from a remote server.
- the manager permits additional users of the same client computer to customize the application and the user interface to their particular preferences as will be further illustrated in the detailed description in connection with the drawing figures.
- the application is streamlined, due to the lack of a need to hard-code all of the resources necessary to provide customization capabilities, the user saves download time and disk space and avoids the need to re-start the application.
- the resource manager manages the resources for a plurality of applications stored on the client computer.
- a method of managing the resources for a plurality of applications generally comprises mapping an identifier to a resource, receiving into a server system a request to customize an application, communicating the identifier to a resource manager stored on a client computer, determining whether the resource associated to the identifier is stored on the client computer, and retrieving the resource if the resource is not stored on the client computer.
- each application that shares the resource is notified of the resource's availability, i.e., its accessibility to be linked to by a particular application.
- a client-server system for managing the resources of one or more applications generally comprises a server system having a storage device, the storage device having stored thereon a plurality of resources for use with one or more applications, and a client computer having stored thereon the one or more applications and a manager.
- the client computer is inter-operative with the manager so as to register the application modules with the manager when the application module is downloaded to the client computer.
- FIG. 1 is a schematic overview of the system architecture of a preferred embodiment of the present invention
- FIG. 2 is a schematic block diagram of a client computer connected to a network and upon which the present invention may be implemented;
- FIG. 3 is a flow diagram of a method of managing the resources of an application in accordance with a preferred embodiment of the present invention
- FIG. 4 is a flow diagram of a method of seamlessly integrating an application update in accordance with a preferred embodiment of the present invention
- FIG. 5 is a flow diagram of a method of customizing the operation and interface of an application in accordance with a preferred embodiment of the present invention.
- FIGS. 6-10 are exemplary screenshots of a method of internationalizing an application in accordance with the various preferred embodiments of the present invention.
- the present invention permits the resources of one or more applications to be updated, supplemented, or patched. Furthermore, the present invention advantageously permits additional resources to be downloaded and accessed by one or more applications, thereby permitting the internationalization of a suite of applications.
- a resource manager 75 for use with the present invention is provided along with, prior to, or after delivery of the operating code of an application 70 .
- the resource manager 75 is also loaded onto the client computer 50 .
- the resource manager 75 can be hardcoded into the application 70 as an integral part.
- the manager 75 can be a standalone program or can be integrated within the application 70 .
- the term “resource” generally refers to a library containing the text strings and/or image data processed an application 70 , for example, to generate the user interface of an application.
- the application links to the resource 72 either statically or dynamically (as needed), to process the application 70 .
- a server system 10 of an application/content provider is connected to a global communications network 100 via a generally known network interface.
- a plurality of client computers 50 are interconnected to the server system 10 through the network 100 .
- the server system 10 includes one or more storage devices 15 , 20 for storing the content and data that is distributed through the network to the client computers 50 .
- the server system 10 also includes a processor, such as the Intel Pentium III Xeon processor, memory (RAM, ROM), clocks, and other components commonly included with server systems known in the art (not shown).
- the storage device 15 , 20 is any machine-readable storage medium now known or that will be known in the art, such as by way of non-limiting example, a hard disk, optical drive, or tape drive.
- the particular architecture of server system 10 is not critical to the invention and, therefore, server system 10 is not depicted in detail.
- the network 100 is preferably the Internet; although one skilled in the art will recognize that the network may be any communications network now known or that will be known that is capable of transmitting data, such as, for example, an intranet, local area network, wide area network, or other network using point-to-point protocols (PPP), wireless application protocols (WAP), and the like.
- PPP point-to-point protocols
- WAP wireless application protocols
- the client computers 50 are any type of personal or network computer having an operating system and, preferably, running a browser such as Microsoft Internet Explorer or Netscape Navigator. Client computers 50 generally access the network 100 to download an application 70 from the server system 10 . The application 70 is then stored and processed on the client computer 50 .
- Client computer 50 includes an internal bus 64 that facilitates communication of data between and among the various components of the client computer 50 and that also facilitates communication between the client computer 50 and external devices and systems via the network interface 68 .
- a processor 66 is coupled to the bus 64 to process data, including application programs, within the client computer 50 .
- the client computer 50 also includes a main memory 60 , such as, for example RAM or other equivalent dynamic memory storage, coupled to bus 64 for receiving and storing instructions communicated by the processor 66 .
- Read-only memory (ROM) is also provided and coupled to the bus 64 to store static data and instructions for use by the processor.
- Various input and output devices 54 , 56 , 58 are provided with the client computer 50 , including, by way of non-limiting example, a display 54 (e.g., cathode ray tube (CRT), liquid crystal display (LCD), etc.), and an input device 56 (e.g., a keyboard, mouse, touch pad, or light pen).
- a second storage device 58 such as, for example, a magnetic disk drive and magnetic disk, a CD-ROM drive and CD-ROM, DVD, or other equivalent device, is coupled to the bus 68 for communication with the processor 66 , main memory 60 and network interface 68 .
- the specific hardware combination/configuration is not crucial to the instant invention, and may vary as a matter of design choice within the functional parameters taught herein.
- a user generally utilizes client computer 50 to access the network 100 .
- network 100 is not limited to the Internet, the present invention will be described in connection with use of the World Wide Web or Internet.
- the client computer 50 connects to the network 100 via the network interface 65 over a transmission media such as, by way of non-limiting example, coaxial cable, copper wires, or fiber optical cables. Communication between the client computer 50 and the network 100 may also be via wireless, satellite, or cellular interface.
- the network interface 68 facilitates two-way communication between the client computer 50 and the server system 10 provided by the content/application provider (not shown).
- HTML hypertext transfer protocol
- a browser application is stored on the client computer 50 and is programmed to interpret the code downloaded from the server system 10 , thereby producing a GUI with which the user can interact.
- applications 70 and related resources 72 are preferably downloaded using known hyper-text transfer protocols (HTTP). Once downloaded, the application 70 may be launched by the user or it may be self-extracting and self-executing. Resources 72 are stored on the client computer 50 as described below so as to be available to the application 70 when needed.
- a method of managing the resources 72 of an application 70 is there depicted in accordance with an embodiment of the present invention, and designated generally as 300 .
- the user downloads the application 70 from the provider's server system 10 .
- the application 70 is downloaded along with a resource manager 75 , which is either provided as an integral part of the application 70 or as a stand-alone component.
- the application 70 and resource manager 75 can be installed, in a step 304 , either by manually launching an installation program or by automatically launching a self-extracting file.
- the resource manager 75 is preferably stored locally on the client computer 50 in a memory space reserved for the operation of the resource manager 75 .
- Resource manager 75 is preferably a dynamic library, such as an in-process COM server (e.g., a DLL) or an out-of-process COM server (e.g., a EXE).
- the resource manager 75 can also be integrated within the application 70 .
- resource manager 75 is programmed to identify, map and store a unique identifier for each resource 72 that is downloaded to the client computer 50 and related to application 70 .
- the resource manager 75 maintains a map of the associations of unique identifiers to resources 72 .
- the resource manager 75 maintains a map of unique identifiers for each resource 72 that is downloaded with the application 70 . In this way, the resource manager 75 can identify all of the resources 72 available to the application 70 at any given time.
- the resource manager 75 retrieves the resources 72 and send a notification message to application 70 , which includes a pointer to the resources 72 , so as to enable application 70 to link to resources 72 as needed.
- the unique identifier can be formatted as a unique series of characters, numbers or other data readable by the manager 75 , such as, for example a software identifier and unique number combination.
- the unique identifiers may include varying levels of identifiers such as regional identifiers, group identifiers, and individual resource identifiers.
- the unique identifiers can include date and/or version identifiers such that the resource manager 75 can identify updated versions of resources 72 .
- a single unique identifier can be assigned to each resource 72 , which includes the codes necessary to identify the resource 72 with a particular region, language or group.
- the term “request” refers to a message or data transmitted between the client computer 50 through network 100 to server system 10 , so as to enable the communication of resource identifiers and other types of communication.
- resources manager 75 upon retrieving the resources 72 as previously described, calls a function exposed by application 70 and passes the resources 72 to application 70 as an argument.
- the linking procedure may be performed in many ways, including without limitation, the use of pointers, addresses, and the like.
- the application 70 is programmed to receive the notification from the resource manager 75 that additional resources 72 are available. If the conditions are such that the additional resource 72 is needed (i.e., the resource is needed to generate a user interface associated with a particular preference setting), the application 70 will link, as describe above, to the resource 72 so that the text-strings and image data contained within the resource 72 can be accessed and used by the application 70 . Since the download and notification procedure is generally relatively short, the resource 72 will be available for access substantially immediately after it is downloaded. In this way, the present invention permits the application 70 to be updated or customized substantially in real time.
- the application 70 is programmed to receive the notification from the resource manager 75 (or check with the manager for new resources 72 when the application 70 is prompted for that resource 72 ), there is no need to re-execute the application 70 upon the availability of new resources 72 .
- the resources 72 therefore can become available to the application 70 during its execution.
- the application 70 calls a function exposed by the resource manager 75 to retrieve the resources 72 , upon the retrieval of which, the resource manager 75 returns the resources 72 to the application 70 .
- the application 70 is programmed to identify a need for resources 72 and check with the resource manager 75 each time it is necessary to link to a resource 72 , as in step 402 .
- the application 70 calls a function exposed by the resource manager 75 . If the resource manager 75 determines that the resource is stored on the client computer 50 , in a step 406 , the resource manager 75 passes the resource 72 to application 70 , in a step 408 A. If, however, the resource 72 has not been found, the resource 72 is retrieved or downloaded from the server system 10 , in step 408 B. In both instances, the resource manager 75 returns a pointer to application 70 to enable linking to resources 72 .
- resources 72 may be stored on a server system 10 and downloaded to client computer 50 only as needed. As such, resources 72 would only be temporarily loaded into the processing memory space of client computer 50 when needed to generate a user interface.
- FIG. 3 may be adapted to many different applications in accordance with the present invention.
- a preferred embodiment of the present invention may be adapted to a method of downloading an updated resource.
- the resource manager 75 can be notified by the application provider of an updated resource 72 , which requires additional resources 72 .
- the user can request to download the updated resource 72 from the server system 10 .
- the resource manager 75 determines which version of the resource 72 is stored locally on client computer 50 by comparing the unique identifiers of the resources 72 , which may include a date or version ID. Once retrieved, the resource 72 will be linked to as described above.
- a method of customizing the operation or interface of an application 70 is there described in accordance with an embodiment of the present invention, and generally designated as 500 .
- a user who has previously registered with the application provider, logs into the application provider's site using a password or other unique identifier that is recognizable by the server system 10 .
- the user may have been prompted by the application/content provider to input certain personal information and preference settings, such as by way of non-limiting example a language preference.
- This information is stored in a database on the server system 10 .
- the unique user identifier is used by the server system 10 to retrieve the preference settings or other such customizable information from the server database.
- an access code or a group ID associated with a group of resources 72 is communicated to the client computer 50 and identified by the resource manager 75 .
- the resource manager 75 determines the availability of the resource 72 required to display the application interface in accordance with the user's registered preferences. If the resource 72 is available, in a step 510 , the resource manager passes the resources to application 70 as described above, to enable application 70 to generate the customized functionality. If, however, the resource 72 is not yet available, the resources manager 75 retrieves the needed resource 72 from the server system 10 , in a step 512 .
- Such employment of the present invention enables several registered users having different preferences to use the same application 70 without having to re-customize the application's operation and interface.
- a first user may have registered with an English language preference.
- the user interface is generated using the resources corresponding to the English language parameters, as shown for example in FIG. 6 .
- the server system 10 retrieves the second user's preference settings so that the resource manager 75 , in its next communication with the server system 10 , can receive the new Spanish language parameters.
- the resource manager 75 determines whether the resources 72 needed to generate the Spanish language interface are locally stored. If the resources 72 are not locally stored, the resource manager 75 retrieves them from the server system 10 . In this way, the present invention can dynamically load a user interface for multiple users of the same client computer 50 . In addition, because the resource files are generally relatively small, they can be downloaded quickly to the client computer 50 and seamlessly incorporated into the application 70 at runtime.
- the methods of the present invention can be adapted to manage the resources of two or more applications 70 .
- the customization of the user interface to a particular language preference may be applicable to several applications 70 stored on a particular client computer 50 .
- a group of applications 70 can be internationalized by using the resource manager 75 of the present invention to manage the resources 72 of several applications 70 .
- FIGS. 1, 2 , and 6 - 10 there is shown and herein described an exemplary method of customizing an application 70 and, in particular a method of internationalizing an application 70 .
- a web site of a content provider is delivered to the display device 54 of the client computer 50 through the network 100 .
- a browser application 110 such as Microsoft Internet Explorer or Netscape Navigator, interprets the downloaded content, which is in the form of images, HTML code and the like, scripting languages (e.g., JavaScript, VBScript, etc.), and applets, to name a few, to generate a user interface in window 115 .
- a component object model (COM) technology such as for example an ActiveX Control or a Plug-in, controls and/or modifies a portion of the browser interface as shown in toolbar 130 .
- COM component object model
- Such a browser interface overlay is discussed in Applicant's prior U.S. application Ser. No. 09/429,585, filed on Oct. 28, 1999, now U.S. Pat. No. 7,107,548, the entire disclosure of which is incorporated herein by reference.
- the COM application links to library resources, such as DLLs, to generate the particular interface of the tools within the toolbar 130 . For example, as shown, in FIGS. 6 and 7 , the English language is used in the buttons 132 , drop down menus 134 , and message boxes 136 .
- a user is provided a preference setting screen 120 by the application/content provider.
- the user is changing the language setting to Spanish 190 .
- preference setting e.g., language, interface color, button type, tools available, etc.
- the present invention can be adapted for any number of customizable preference settings pertaining to one or more applications 70 programmed to operate with the resource manager 75 of the present invention.
- the Spanish language replaces the English language in the buttons 132 , drop down menus 134 , and message boxes 136 . It will be noted that the particular way in which a user can change the preference setting is not critical to the invention and the description herein is merely illustrative of one such way.
- toolbar 130 is generated by the execution of application 70 which links to and accesses resources 72 , which include, for example, an ActiveX control or Plug-in.
- the resource 72 contains the code necessary to generate user interface and functionality of the toolbar 130 .
- application 70 is inter-operative with resource 72 to generate a shell within the browser 110 within which the functionality of the ActiveX control or Plug-in can be added to toolbar 130 .
- the data processed to build the user interface of toolbar 130 is defined by one or more resources 72 which contain the ActiveX control or Plug-in necessary to generate the interface. For instance, the strings of text that can be seen in FIGS.
- the preference setting may include many different types of customizable options, such as by way of non-limiting example language.
- the user chooses to change his/her language preference from English to Spanish.
- the server system 10 either communicates the group identifier associated with the group of resources needed to accommodate the request to the client computer (as described above in connection with drawing FIGS. 6 through 10 ) or the resource manager 75 receives a preference parameter corresponding to the resources from the server system 10 (as described in connection with drawing FIG. 5 ).
- resource manager 75 Upon receipt of the group identifier, resource manager 75 uses the group identifier to determine whether the group of resources associated with the group identifier is stored locally on the client computer. If, in the alternative embodiment, the resource manager 75 receives a preference parameter related to the region or language preference, the resource manager looks up the corresponding resource identifier in the resource manager's 75 map of identifiers to resources to determine whether the resources associated with the group identifier are stored locally on the client computer. Thus, if the group of resources 72 needed to generate the Spanish language toolbar 130 is not found on the client computer 50 , the resource manager 75 retrieves them from the server system and passes the needed group of resources 72 to the browser application 70 so as to enable the application to access the group of resources 72 , as described above. In this way, application 70 can link to the group of resources, load the text strings and image data into the memory of the client computer 50 , and generate the toolbar 130 in the Spanish language.
- a streamlined user application 70 can be delivered to the client computer 50 without having the entire library of resources 72 for each particular preference hard-coded into the application 70 . Instead, the resources 72 are advantageously downloaded and dynamically integrated into the application 70 at runtime.
- the resource manager 75 can manage resources 72 for more than one application 70 , each application 70 can be customized in response to a change in the user preference. As such, applications can be internationalized, customized, updated, or patched in a seamless fashion without negatively impacting the user's experience. As such, there is no need to restart the application 70 upon the application 70 being internationalized, customized, updated, and/or patched.
- a user profile database 20 is maintained on the server system 10 , which serves the web site to the browser application.
- the user profile database includes at least one customizable option.
- the term “customizable option” or “preferences,” refers to those options which the user may choose from and which are stored in the user profile on the server system.
- the server system permits the user to change the customizable option.
- the client computer In response to the change in the customizable option, the client computer generates a browser interface on the client computer in the manner previously described.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
- Multi Processors (AREA)
Abstract
A software resource manager is stored on a client computer and maintains a map of unique identifiers to resources, so as to determine those resources that are stored locally on the client computer and those resources that must be retrieved from a server system. The resource manager is further programmed to either pass the resources to one or more software applications or respond to a function call from the software application indicating that resources are needed. In this way, one or more software applications can be internationalized or customized without the need to distribute all of the resources for the application and without the need to restart the application.
Description
- This application is a continuation of prior U.S. application Ser. No. 09/587,075, filed Jun. 2, 2000, which is a continuation-in-part of U.S. application Ser. No. 09/429,585, filed Oct. 28, 1999, now U.S. Pat. No. 7,107,548, all of which are incorporated herein in their entirety by reference.
- The present invention is directed to the field of software systems and applications, and, more particularly, to a method and system for dynamically managing the resources of at least one application stored on a computer and for permitting the customization of the operation and interface of at least one application in response to a change in user preference.
- Generally speaking, software applications consist of many files, all of which interoperate to provide the overall functionality of, and the user interface to, the application. Applications can be executables, scripts, and/or libraries such as dynamic link libraries (DLLs), or any combination thereof, which may be provided with resources that support the application's functionality and interface features. At present, DLLs, which are libraries of executable code and/or data, are commonly used by programmers to provide one or more of the functions of an application. The application dynamically links to the DLLs, which are often distributed with the application. In some instances, DLLs may be shared among applications or made available by an operating system. Therefore, both the DLLs and the application code which is programmed to link to the DLLs must be present on the computer at runtime for the application to function properly.
- As used herein, the term “resource” or “resources” is used in accordance with its ordinary meaning and generally refers to a library containing text strings and/or image data processed by an application, such as for example those needed to generate a portion of the user interface. The resources of an application may, for example, be encompassed in one or more DLLs, text files, executables, or data files of any type.
- Increasingly, however, due to the emergence of global communication networks, such as the Internet and/or the World Wide Web (the “Web”), the global distribution of computer applications has increased markedly. Through electronic file transfer protocols, web-based application providers can distribute applications to users in many different countries. Undoubtedly, these applications will require updates and patches, which may require additional resources. Moreover, it is likely that users will have different preferences related to the operation of the application.
- Currently, applications, such as executables, Active X Controls, and the like, are downloaded to a client computer where the application is processed. In many instances, however, the application accesses the Internet or other communication network to retrieve information or content, such as stock quotes, news, electronic mail, and the like. Such “web-based” applications have become popular for a variety of functions because they have the ability to extract and display information in real-time or near real-time from remote databases.
- Users desiring such web-based applications commonly register with an on-line application/content provider and download the application to the user's computer, typically referred to as the client computer. During the registration process, the user may be asked to enter personal information or preferences so that the operation and interface of the application can be customized. For instance, users from different countries may have a preference for which language (i.e., English, German, French, etc.) the application utilizes to generate the graphical user interface (GUI) and to communicate with the user. Indeed, in many instances, a user may download a series of applications which may each have certain similar customizable aspects. Furthermore, these applications may utilize the same resources and may be amenable to similar updates.
- The presently known methods and systems for managing such resources and for permitting the customization of the operation and interface of applications have shortcomings. For example, known programming methods cannot effectively update or patch existing resources or integrate new resources not initially incorporated into an application without having to restart the application. Therefore, these methods and systems fail to satisfactorily permit the customization of an application to different user preferences. In addition, known methods and systems do not efficiently permit an application/content provider to distribute a single international application.
- One known method and system requires that the resources for customizing the application be built (or hard-coded) into the application itself and distributed with each copy. This method, however, undesirably increases the size of the application and is unable to process resources that were not incorporated into the application at the time of download and installation. Because these web-based applications are generally downloaded from remote servers using file transfer protocols (FTP), increased file size adversely affects the file transfer performance, and this increased time factor may be a deterrent to a user downloading it, in addition to increasing necessary network overhead.
- Another known method requires the development of separate versions of the application with support for each particular preference. For instance, in the case of language preferences, a developer could provide a separate version for every region to which the application would be distributed. Maintaining numerous versions, however, is time consuming and can result in increased costs to the developer and users.
- Yet another known solution would be to build client-side scripts or server-side software applications, which run within the user's Internet browser. In use, only the version of the scripted application that corresponds to the user's particular preference would be downloaded. A change of preference would prompt the download of a separate version of the scripted application. Such scripted applications, however, such as, for example, JavaScript™, are limited by the functionality and extensibility of the scripting language, which often does not have the same speed of operation and access to system functions as full application languages. The availability of bandwidth to users can also adversely affect the performance of scripted or server-side applications, because the scripted application must be downloaded to the client computer each time a preference change is requested. Lastly, server-side applications have limited scalability due to the limits on physical server space and memory and processing power.
- There is thus a desire and unmet need to provide a method and system for more efficiently managing the resources of one or more applications. A further desirable and unmet need is to permit the customization of application resources that operates at runtime and that can be efficiently maintained. Furthermore, it is a desirable and unmet need to provide a system and method for permitting updates, patches and further customizable options to be integrated into the application resources, while keeping the application streamlined and preserving its efficiency.
- The present invention is directed to a system and method which overcomes shortcomings in the prior art. In particular, a system and method is provided for dynamically managing the resources of an application and for customizing the operation and interface of a web-based application in response to a change in user preference.
- According to the present invention, a resource manager is programmed to identify resources by unique resource identifiers, and in response to a request for such resources, to retrieve those resources from a server if the resources are not stored locally on the client computer. Once retrieved, the resource manager passes the resources to the application. In one preferred embodiment, referred to generally as the “pull” embodiment, the application recognizes the need to process a resource and request that resource or group of resources from the resource manager, which in turn determines the availability of the resource and retrieves it from the server system if it is locally unavailable. In another preferred embodiment, referred to generally as the “push” embodiment, the server system receives a preference change request and the resource manager, with the next communication with the server system, receives the preference parameters associated with the preference change. The resource manager then looks in its map of resource identifiers to determine whether the corresponding resources are locally stored. If one or more resources are not locally stored, the resource manager retrieves, from the server system, either the entire group of resources corresponding to the preference parameters or that particular missing resource. In the meantime, the resource manager passes the locally stored resources to the application. The resource manager then passes any resources retrieved from the server system to the application, as necessary.
- As used herein, the term “application” generally refers to a software program which is substantially executed by a computer located on the client side of the client-server architecture. The term “web-based application” refers generally to applications that at least partially derive the data for operation from a remote server and/or are capable of receiving data from a remote server or other computing or storage device remote from the client, either at the server location or at one or more locations in the network to which the client is connected. Such applications, for the purposes of the present invention, may be coded in any programming language known in the art. In addition, the applications may be delivered to the client side in any manner known in the art, such as via file download, electronic mail, or any other file transfer protocols that use networks of interconnected devices to transfer data. Furthermore, such applications may be distributed on any art-recognized machine readable storage medium, such as a compact disc, floppy disc, tape, or the like.
- The present invention utilizes a resource manager stored on a client computer to determine whether the resources necessary to process a particular aspect of an application are present on the client computer at the time of execution of the application. In use, when the subject application is first downloaded to the client computer, the resource manager is also downloaded and stored on the client computer. The resource manager may be an integral part of the application or may stand alone as its own library, such as an “in-process” component object model (“COM”) server (DLL) or an “out of process” COM server (.exe). In each case, however, the downloaded application is programmed to interoperate with the resource manager to determine whether the necessary resources for its operation have also been downloaded or otherwise made present on the client computer.
- In general, according to the present invention, the resource manager contains a library of ID maps associating a resource to a unique resource identifier. The resource identifier may be, for example, an alphanumeric code containing a resource group ID, resource ID, date ID, version ID, and the like, or any combination thereof.
- In one preferred embodiment, a server system receives a request to change a preference from a client computer through a network. Based upon the request, the server system determines the resources necessary to accommodate the request. Next, the server system communicates the preference parameters to the resource manager through the network. Alternatively, the resource manager with the next communication with the server system pulls the preference parameters associated with the preference change from the server system. The resource manager uses the preference parameters to determine whether the resources associated with the group identifier are stored on the client computer. If each resource of the group of resources are found on the client computer, the resource manager loads the resources into the processing memory of the client computer and passes the resources to the application. If one or more resource is not found on the client system, the resource manager retrieves either the entire group of resources or that particular resource from the server system using the resource's unique identifier.
- Alternatively, the application can be programmed to recognize the need for a resource or group of resources and notify the resource manager to retrieve the resources. In this embodiment, the application can identify the unique group IDs associated with a particular language, region, or preference (e.g., language, region, etc.), or the unique resource ID, if only one of the group is needed.
- An advantage of the present invention is that as new versions of the resources are created or new regions are supported, the application provider can distribute these additional resources to the resource manager as needed. For example, an application provider providing additional resources for a web-based application may make the additional resources available for download to the client computer. Once received by the resource manager, the resources are preferably stored either in the memory space of the manager or the memory space of the application on the client computer. However, the resources can be stored on the server system and loaded temporarily into the memory of the client computer as needed.
- The present invention provides advantages to both the application user and the application provider. For the application provider, new resources or versions of the resources can be incorporated into an existing application without the need to release an entirely new version of the application. In addition, in the case of web-based applications, the manager can be alerted by a server system that new resources are available, thereby causing the new resources to be downloaded to the client computer without interrupting the user's experience. Because the application is either notified of additional resources or knows to ask the manager when additional resources are needed, the application can be customized seamlessly at runtime without re-execution of the application.
- Since the resources for an application are essentially libraries of data, the resources are often associated with a customizable feature of the application. The manager advantageously permits an application provider to store a set of resources pertaining to particular customizable options on a remote server. Using the manager, the application provider can permit a user to select certain customizable preference settings.
- In operation, a user may request to change a particular preference setting, such as, for example, the language used to generate the user interface. In response to the request, the application will determine whether or not the resource that is needed to generate the user interface in the new language has been downloaded to the client computer, as described above. If it has not, depending upon the embodiment utilized, the application will either notify the resource manager that additional resources are needed (i.e., call an exposed function of the resource manager) or await notification from the resource manager. The resource manager in turn, in a web-enabled application example, retrieves the necessary resources from a remote server.
- In addition, the manager permits additional users of the same client computer to customize the application and the user interface to their particular preferences as will be further illustrated in the detailed description in connection with the drawing figures. Furthermore, because the application is streamlined, due to the lack of a need to hard-code all of the resources necessary to provide customization capabilities, the user saves download time and disk space and avoids the need to re-start the application.
- In another embodiment of the present invention, the resource manager manages the resources for a plurality of applications stored on the client computer. In accordance with this embodiment, a method of managing the resources for a plurality of applications generally comprises mapping an identifier to a resource, receiving into a server system a request to customize an application, communicating the identifier to a resource manager stored on a client computer, determining whether the resource associated to the identifier is stored on the client computer, and retrieving the resource if the resource is not stored on the client computer. Next, each application that shares the resource is notified of the resource's availability, i.e., its accessibility to be linked to by a particular application.
- In addition, a client-server system for managing the resources of one or more applications generally comprises a server system having a storage device, the storage device having stored thereon a plurality of resources for use with one or more applications, and a client computer having stored thereon the one or more applications and a manager. The client computer is inter-operative with the manager so as to register the application modules with the manager when the application module is downloaded to the client computer.
- Other objects and features of the present invention will become apparent from the following detailed description, considered in conjunction with the accompanying drawing figures. It is to be understood, however, that the drawings are designed solely for the purpose of illustration and not as a definition of the limits of the invention, for which reference should be made to the appended claims.
- In the drawing figures, which are merely illustrative, and wherein like reference characters denote similar elements throughout the several views:
-
FIG. 1 is a schematic overview of the system architecture of a preferred embodiment of the present invention; -
FIG. 2 is a schematic block diagram of a client computer connected to a network and upon which the present invention may be implemented; -
FIG. 3 is a flow diagram of a method of managing the resources of an application in accordance with a preferred embodiment of the present invention; -
FIG. 4 is a flow diagram of a method of seamlessly integrating an application update in accordance with a preferred embodiment of the present invention; -
FIG. 5 is a flow diagram of a method of customizing the operation and interface of an application in accordance with a preferred embodiment of the present invention; and -
FIGS. 6-10 are exemplary screenshots of a method of internationalizing an application in accordance with the various preferred embodiments of the present invention. - According to the present invention a system and method for managing the resources for one or more applications is provided. In operation, the present invention permits the resources of one or more applications to be updated, supplemented, or patched. Furthermore, the present invention advantageously permits additional resources to be downloaded and accessed by one or more applications, thereby permitting the internationalization of a suite of applications.
- With reference generally to
FIGS. 1-10 , aresource manager 75 for use with the present invention is provided along with, prior to, or after delivery of the operating code of anapplication 70. Preferably, when theapplication 70 is loaded or downloaded to aclient computer 50, theresource manager 75 is also loaded onto theclient computer 50. In the alternative, theresource manager 75 can be hardcoded into theapplication 70 as an integral part. Thus, as will be described further, themanager 75 can be a standalone program or can be integrated within theapplication 70. As previously defined, the term “resource” generally refers to a library containing the text strings and/or image data processed anapplication 70, for example, to generate the user interface of an application. In use, the application links to theresource 72 either statically or dynamically (as needed), to process theapplication 70. - Referring now to
FIG. 1 , an overview of a preferred embodiment of the system architecture for use with the present invention is shown. Aserver system 10 of an application/content provider is connected to aglobal communications network 100 via a generally known network interface. A plurality ofclient computers 50 are interconnected to theserver system 10 through thenetwork 100. - The
server system 10 includes one ormore storage devices client computers 50. Theserver system 10 also includes a processor, such as the Intel Pentium III Xeon processor, memory (RAM, ROM), clocks, and other components commonly included with server systems known in the art (not shown). Thestorage device server system 10 is not critical to the invention and, therefore,server system 10 is not depicted in detail. Thenetwork 100 is preferably the Internet; although one skilled in the art will recognize that the network may be any communications network now known or that will be known that is capable of transmitting data, such as, for example, an intranet, local area network, wide area network, or other network using point-to-point protocols (PPP), wireless application protocols (WAP), and the like. - With further reference to
FIG. 2 , a schematic of aclient computer 50 for use with the present invention is shown. Theclient computers 50 are any type of personal or network computer having an operating system and, preferably, running a browser such as Microsoft Internet Explorer or Netscape Navigator.Client computers 50 generally access thenetwork 100 to download anapplication 70 from theserver system 10. Theapplication 70 is then stored and processed on theclient computer 50. -
Client computer 50 includes aninternal bus 64 that facilitates communication of data between and among the various components of theclient computer 50 and that also facilitates communication between theclient computer 50 and external devices and systems via thenetwork interface 68. Aprocessor 66 is coupled to thebus 64 to process data, including application programs, within theclient computer 50. Theclient computer 50 also includes amain memory 60, such as, for example RAM or other equivalent dynamic memory storage, coupled tobus 64 for receiving and storing instructions communicated by theprocessor 66. Read-only memory (ROM) is also provided and coupled to thebus 64 to store static data and instructions for use by the processor. - Various input and
output devices client computer 50, including, by way of non-limiting example, a display 54 (e.g., cathode ray tube (CRT), liquid crystal display (LCD), etc.), and an input device 56 (e.g., a keyboard, mouse, touch pad, or light pen). Asecond storage device 58 such as, for example, a magnetic disk drive and magnetic disk, a CD-ROM drive and CD-ROM, DVD, or other equivalent device, is coupled to thebus 68 for communication with theprocessor 66,main memory 60 andnetwork interface 68. The specific hardware combination/configuration is not crucial to the instant invention, and may vary as a matter of design choice within the functional parameters taught herein. - Referring again to
FIG. 1 , a user (not shown) generally utilizesclient computer 50 to access thenetwork 100. Although, as set forth above,network 100 is not limited to the Internet, the present invention will be described in connection with use of the World Wide Web or Internet. Theclient computer 50 connects to thenetwork 100 via the network interface 65 over a transmission media such as, by way of non-limiting example, coaxial cable, copper wires, or fiber optical cables. Communication between theclient computer 50 and thenetwork 100 may also be via wireless, satellite, or cellular interface. Thenetwork interface 68 facilitates two-way communication between theclient computer 50 and theserver system 10 provided by the content/application provider (not shown). - Content and information is downloaded to the
client computer 50 throughnetwork 100 using, for example, the hypertext transfer protocol (HTTP) in various known formats, such as, for example, HTML, DHTML, XML, scripting languages, and the like. A browser application is stored on theclient computer 50 and is programmed to interpret the code downloaded from theserver system 10, thereby producing a GUI with which the user can interact. By way of non-limiting example,applications 70 andrelated resources 72 are preferably downloaded using known hyper-text transfer protocols (HTTP). Once downloaded, theapplication 70 may be launched by the user or it may be self-extracting and self-executing.Resources 72 are stored on theclient computer 50 as described below so as to be available to theapplication 70 when needed. - With reference now to
FIG. 3 , a method of managing theresources 72 of anapplication 70 is there depicted in accordance with an embodiment of the present invention, and designated generally as 300. Atstep 302, after the user has caused theclient computer 50 to link to theserver system 10 of the application provider through thenetwork 100, the user downloads theapplication 70 from the provider'sserver system 10. Theapplication 70 is downloaded along with aresource manager 75, which is either provided as an integral part of theapplication 70 or as a stand-alone component. Once the download is completed, theapplication 70 andresource manager 75 can be installed, in astep 304, either by manually launching an installation program or by automatically launching a self-extracting file. Theresource manager 75 is preferably stored locally on theclient computer 50 in a memory space reserved for the operation of theresource manager 75.Resource manager 75 is preferably a dynamic library, such as an in-process COM server (e.g., a DLL) or an out-of-process COM server (e.g., a EXE). As previously discussed, theresource manager 75 can also be integrated within theapplication 70. In either case,resource manager 75 is programmed to identify, map and store a unique identifier for eachresource 72 that is downloaded to theclient computer 50 and related toapplication 70. In short, theresource manager 75 maintains a map of the associations of unique identifiers toresources 72. - As described above, in a preferred embodiment, at
step 306, theresource manager 75 maintains a map of unique identifiers for eachresource 72 that is downloaded with theapplication 70. In this way, theresource manager 75 can identify all of theresources 72 available to theapplication 70 at any given time. Upon being prompted, as will be further described, in astep 308, theresource manager 75, atstep 310, retrieves theresources 72 and send a notification message toapplication 70, which includes a pointer to theresources 72, so as to enableapplication 70 to link toresources 72 as needed. - The unique identifier can be formatted as a unique series of characters, numbers or other data readable by the
manager 75, such as, for example a software identifier and unique number combination. By way of non-limiting example, the unique identifiers may include varying levels of identifiers such as regional identifiers, group identifiers, and individual resource identifiers. Furthermore, the unique identifiers can include date and/or version identifiers such that theresource manager 75 can identify updated versions ofresources 72. Alternatively, a single unique identifier can be assigned to eachresource 72, which includes the codes necessary to identify theresource 72 with a particular region, language or group. - As used herein, the term “request” refers to a message or data transmitted between the
client computer 50 throughnetwork 100 toserver system 10, so as to enable the communication of resource identifiers and other types of communication. - The process of dynamically linking to the resources will now be described. In one preferred embodiment, upon retrieving the
resources 72 as previously described,resources manager 75 calls a function exposed byapplication 70 and passes theresources 72 toapplication 70 as an argument. One skilled in the art will recognize that the linking procedure may be performed in many ways, including without limitation, the use of pointers, addresses, and the like. - As such, the
application 70 is programmed to receive the notification from theresource manager 75 thatadditional resources 72 are available. If the conditions are such that theadditional resource 72 is needed (i.e., the resource is needed to generate a user interface associated with a particular preference setting), theapplication 70 will link, as describe above, to theresource 72 so that the text-strings and image data contained within theresource 72 can be accessed and used by theapplication 70. Since the download and notification procedure is generally relatively short, theresource 72 will be available for access substantially immediately after it is downloaded. In this way, the present invention permits theapplication 70 to be updated or customized substantially in real time. Furthermore, because theapplication 70 is programmed to receive the notification from the resource manager 75 (or check with the manager fornew resources 72 when theapplication 70 is prompted for that resource 72), there is no need to re-execute theapplication 70 upon the availability ofnew resources 72. Theresources 72 therefore can become available to theapplication 70 during its execution. - Referring now to
FIG. 4 , in yet another preferred embodiment, theapplication 70 calls a function exposed by theresource manager 75 to retrieve theresources 72, upon the retrieval of which, theresource manager 75 returns theresources 72 to theapplication 70. Theapplication 70 is programmed to identify a need forresources 72 and check with theresource manager 75 each time it is necessary to link to aresource 72, as instep 402. Instep 404, theapplication 70 calls a function exposed by theresource manager 75. If theresource manager 75 determines that the resource is stored on theclient computer 50, in astep 406, theresource manager 75 passes theresource 72 toapplication 70, in astep 408A. If, however, theresource 72 has not been found, theresource 72 is retrieved or downloaded from theserver system 10, instep 408B. In both instances, theresource manager 75 returns a pointer toapplication 70 to enable linking toresources 72. - Because querying the
resource manager 75 each time aresource 72 is needed can slow the procedure, it is preferable to pass newlyavailable resources 72 to theapplication 70 and to store a copy of theresource 72 in the memory space of theapplication 70. In this way, theapplication 70 can process instructions to link toavailable resources 72 without waiting for a response from theresource manager 75. - However, one skilled in the art will recognize that the
resources 72 may be stored on aserver system 10 and downloaded toclient computer 50 only as needed. As such,resources 72 would only be temporarily loaded into the processing memory space ofclient computer 50 when needed to generate a user interface. - As will be shown and described with reference to the various embodiments described herein, the method of
FIG. 3 may be adapted to many different applications in accordance with the present invention. - For instance, a preferred embodiment of the present invention may be adapted to a method of downloading an updated resource. By way of example, during operation, the
resource manager 75 can be notified by the application provider of an updatedresource 72, which requiresadditional resources 72. In the alternative, the user can request to download the updatedresource 72 from theserver system 10. Theresource manager 75 determines which version of theresource 72 is stored locally onclient computer 50 by comparing the unique identifiers of theresources 72, which may include a date or version ID. Once retrieved, theresource 72 will be linked to as described above. - Referring to
FIG. 5 , a method of customizing the operation or interface of anapplication 70 is there described in accordance with an embodiment of the present invention, and generally designated as 500. Atstep 502, a user, who has previously registered with the application provider, logs into the application provider's site using a password or other unique identifier that is recognizable by theserver system 10. During the aforementioned previous registration, the user may have been prompted by the application/content provider to input certain personal information and preference settings, such as by way of non-limiting example a language preference. This information is stored in a database on theserver system 10. Instep 504, the unique user identifier is used by theserver system 10 to retrieve the preference settings or other such customizable information from the server database. In astep 506, an access code or a group ID associated with a group ofresources 72 is communicated to theclient computer 50 and identified by theresource manager 75. - At
step 508, theresource manager 75 determines the availability of theresource 72 required to display the application interface in accordance with the user's registered preferences. If theresource 72 is available, in astep 510, the resource manager passes the resources toapplication 70 as described above, to enableapplication 70 to generate the customized functionality. If, however, theresource 72 is not yet available, theresources manager 75 retrieves the neededresource 72 from theserver system 10, in astep 512. - Such employment of the present invention enables several registered users having different preferences to use the
same application 70 without having to re-customize the application's operation and interface. For example, a first user may have registered with an English language preference. Each time that user launchesapplication 70, the user interface is generated using the resources corresponding to the English language parameters, as shown for example inFIG. 6 . If a second user, who had registered with a Spanish language preference logs onto the application provider's web site using thesame client computer 50 as the first user, the user interface will dynamically load in the Spanish language, as shown inFIG. 9 . In operation, as described above, theserver system 10 retrieves the second user's preference settings so that theresource manager 75, in its next communication with theserver system 10, can receive the new Spanish language parameters. Using the parameters, theresource manager 75 determines whether theresources 72 needed to generate the Spanish language interface are locally stored. If theresources 72 are not locally stored, theresource manager 75 retrieves them from theserver system 10. In this way, the present invention can dynamically load a user interface for multiple users of thesame client computer 50. In addition, because the resource files are generally relatively small, they can be downloaded quickly to theclient computer 50 and seamlessly incorporated into theapplication 70 at runtime. - With reference to
FIGS. 3-5 , it can be seen that although depicted and described with reference to oneapplication 70, the methods of the present invention can be adapted to manage the resources of two ormore applications 70. By way of example only, the customization of the user interface to a particular language preference may be applicable toseveral applications 70 stored on aparticular client computer 50. As such, a group ofapplications 70 can be internationalized by using theresource manager 75 of the present invention to manage theresources 72 ofseveral applications 70. - Therefore, with further reference to
FIGS. 1, 2 , and 6-10, there is shown and herein described an exemplary method of customizing anapplication 70 and, in particular a method of internationalizing anapplication 70. As shown inFIGS. 1 and 6 , a web site of a content provider is delivered to thedisplay device 54 of theclient computer 50 through thenetwork 100. Abrowser application 110, such as Microsoft Internet Explorer or Netscape Navigator, interprets the downloaded content, which is in the form of images, HTML code and the like, scripting languages (e.g., JavaScript, VBScript, etc.), and applets, to name a few, to generate a user interface inwindow 115. A component object model (COM) technology, such as for example an ActiveX Control or a Plug-in, controls and/or modifies a portion of the browser interface as shown intoolbar 130. Such a browser interface overlay is discussed in Applicant's prior U.S. application Ser. No. 09/429,585, filed on Oct. 28, 1999, now U.S. Pat. No. 7,107,548, the entire disclosure of which is incorporated herein by reference. The COM application links to library resources, such as DLLs, to generate the particular interface of the tools within thetoolbar 130. For example, as shown, inFIGS. 6 and 7 , the English language is used in thebuttons 132, drop downmenus 134, andmessage boxes 136. - As described above, however, it may be desirable for another user of the
same application 70 or users in different countries to change the language setting to their preferred language. With further reference toFIG. 8 , a user is provided apreference setting screen 120 by the application/content provider. In this example, the user is changing the language setting toSpanish 190. One skilled in the art will recognize, however, that the particular type of preference setting (e.g., language, interface color, button type, tools available, etc.) for which the present invention is utilized is a matter of design choice; and, accordingly, the present invention can be adapted for any number of customizable preference settings pertaining to one ormore applications 70 programmed to operate with theresource manager 75 of the present invention. - Referring again to
FIG. 8 , when the user has selected a preference, the user clicks the “Finished”button 122, for example, to complete the setting change. With further reference toFIGS. 9 and 10 , the Spanish language replaces the English language in thebuttons 132, drop downmenus 134, andmessage boxes 136. It will be noted that the particular way in which a user can change the preference setting is not critical to the invention and the description herein is merely illustrative of one such way. - With reference again to
FIGS. 6-10 ,toolbar 130 is generated by the execution ofapplication 70 which links to and accessesresources 72, which include, for example, an ActiveX control or Plug-in. Theresource 72 contains the code necessary to generate user interface and functionality of thetoolbar 130. In use,application 70 is inter-operative withresource 72 to generate a shell within thebrowser 110 within which the functionality of the ActiveX control or Plug-in can be added totoolbar 130. By way of non-limiting example, the data processed to build the user interface oftoolbar 130 is defined by one ormore resources 72 which contain the ActiveX control or Plug-in necessary to generate the interface. For instance, the strings of text that can be seen inFIGS. 6-8 , which are in English, are stored in one of theresources 72 and provided toapplication 70 as needed to generate the user interface oftoolbar 130. Similarly, the strings of text found inmessage box 136 as depicted inFIG. 7 are stored in one of theresources 72 and provided toapplication 70 as need to generate a particular message box. - Through the application provider's web site, illustrated for example in
browser window 115, a user can select a preference setting. The preference setting, as one skilled in the art will recognize, may include many different types of customizable options, such as by way of non-limiting example language. With reference toFIG. 8 , the user chooses to change his/her language preference from English to Spanish. Once the user has completed changing and reviewing his/her selections, theserver system 10 either communicates the group identifier associated with the group of resources needed to accommodate the request to the client computer (as described above in connection with drawingFIGS. 6 through 10 ) or theresource manager 75 receives a preference parameter corresponding to the resources from the server system 10 (as described in connection with drawingFIG. 5 ). - Upon receipt of the group identifier,
resource manager 75 uses the group identifier to determine whether the group of resources associated with the group identifier is stored locally on the client computer. If, in the alternative embodiment, theresource manager 75 receives a preference parameter related to the region or language preference, the resource manager looks up the corresponding resource identifier in the resource manager's 75 map of identifiers to resources to determine whether the resources associated with the group identifier are stored locally on the client computer. Thus, if the group ofresources 72 needed to generate theSpanish language toolbar 130 is not found on theclient computer 50, theresource manager 75 retrieves them from the server system and passes the needed group ofresources 72 to thebrowser application 70 so as to enable the application to access the group ofresources 72, as described above. In this way,application 70 can link to the group of resources, load the text strings and image data into the memory of theclient computer 50, and generate thetoolbar 130 in the Spanish language. - Because the
resources 72 for changing the preference setting are stored on theserver system 10, astreamlined user application 70 can be delivered to theclient computer 50 without having the entire library ofresources 72 for each particular preference hard-coded into theapplication 70. Instead, theresources 72 are advantageously downloaded and dynamically integrated into theapplication 70 at runtime. In addition, because theresource manager 75 can manageresources 72 for more than oneapplication 70, eachapplication 70 can be customized in response to a change in the user preference. As such, applications can be internationalized, customized, updated, or patched in a seamless fashion without negatively impacting the user's experience. As such, there is no need to restart theapplication 70 upon theapplication 70 being internationalized, customized, updated, and/or patched. - Due to the increased convenience and functionality offered to a user, the present invention offers a means by which a web site can increase the frequency with which a user accesses the web site. According to this preferred embodiment, a
user profile database 20 is maintained on theserver system 10, which serves the web site to the browser application. The user profile database includes at least one customizable option. As used herein, the term “customizable option” or “preferences,” refers to those options which the user may choose from and which are stored in the user profile on the server system. The server system, as described above, permits the user to change the customizable option. In response to the change in the customizable option, the client computer generates a browser interface on the client computer in the manner previously described. - Thus, while there have been shown and described and pointed out fundamental novel features of the invention as applied to preferred embodiments thereof, it will be understood that various omissions and substitutions and changes in the form and details of the disclosed invention may be made by those skilled in the art without departing from the spirit of the invention. It is the intention, therefore, to be limited only as indicated by the scope of the claims appended hereto.
Claims (15)
1. A method of managing resources of a downloadable toolbar application having a toolbar graphical interface and a language attribute, the method comprising:
(a) sending a resource management program from a server;
(b) receiving at the server a message to change the language attribute of the toolbar application;
(c) sending from the server system a preference parameter associated with a group of resources needed to accommodate the message to change the language attribute of the toolbar application;
(d) sending the needed group of resources from the server system if the needed group of resources is not stored locally on a client computer so as to modify the toolbar graphical interface using the needed group of resources to reflect the change to the language attribute of the toolbar application.
2. The method of claim 1 , further comprising:
recognizing a function exposed by the downloadable toolbar application; and
passing the needed group of resources to the downloadable toolbar application as an argument.
3. The method of claim 1 , wherein the downloadable toolbar application links to the needed group of resources to load text strings and image data into a memory of the client computer to thereby produce a modified toolbar graphical interface reflecting the requested change to the language attribute of the downloadable toolbar application using the text strings and image data.
4. The method of claim 1 , further comprising:
(e) storing the needed group of resources in a memory space of the client computer; and
(f) passing the needed group of resources to the downloadable toolbar application so as to enable the downloadable toolbar application to access the group of resources.
5. A method of internationalizing a downloadable toolbar application, comprising:
(a) downloading from a server the downloadable toolbar application;
(b) installing the downloadable toolbar application on a client computer, the toolbar having a language specific attribute;
(c) sending to the server a message from the client computer that the downloadable toolbar application exhibits characteristics indicative of a desired language;
(d) receiving from the server system into a resource manager on the client computer a preference parameter associated with a language-specific group of resources needed to accommodate the message;
(e) determining whether the needed language-specific group of resources is stored locally on the client computer; and
(f) retrieving the language-specific group of resources from the server if the needed language-specific group of resources is not stored locally on the client computer so as to provide the language-specific group of resources to the downloadable toolbar application to generate a graphical user interface reflecting the desired language.
6. The method of claim 5 , further comprising:
passing the needed language-specific group of resources to the downloadable toolbar application so as to enable the downloadable toolbar application to access the needed language-specific group of resources.
7. The method of claim 6 , wherein the step of passing the needed language-specific group of resources comprises:
calling a function exposed by the downloadable toolbar application; and
passing the needed language-specific group of resources to the downloadable toolbar application as an argument.
8. The method of claim 5 , further comprising:
linking to the needed language-specific group of resources;
loading text strings and image data into memory of the client computer; and
producing a graphical user interface using the text strings and image data.
9. The method of claim 5 , further comprising:
storing the needed language-specific group of resources in a memory space of the client computer; and
passing the needed language-specific group of resources to the downloadable toolbar application so as to enable the downloadable toolbar application to access the needed language-specific group of resources.
10. A software implemented resource manager operative on a computer to:
receive from a server system in response to an indication of a user preference a preference parameter associated with a needed group of resources for customizing a toolbar application according to the user preference;
determine, upon receipt of the preference parameter, whether the needed group of resources associated with the preference parameter is stored on the computer; and
retrieve the needed group of resources associated with the preference parameter if the needed group of resources is not stored on the computer so that the toolbar application is enabled to generate a toolbar interface using the needed group of resources according to the user preference.
11. The resource manager of claim 10 , wherein the preference parameter is a regional setting.
12. The resource manager of claim 10 , wherein the preference parameter is a language setting.
13. The resource manager of claim 10 , wherein the generation of the toolbar interface further comprises calling a function exposed by the toolbar application and passing the needed group of resources to the toolbar application as an argument so as to enable the toolbar application to link to the needed group of resources, load text strings and image data into a memory of the computer, and generate the toolbar interface using the text strings and image data.
14. A system for modifying a toolbar interface of a toolbar application, the system comprising:
one or more computers having stored thereon a plurality of groups of resources, each of the plurality of groups associated with a preference parameter, wherein the one or more computers maintain a user profile database for storing a language preference for each of a plurality of users; and
one or more of the computers being connected to a plurality of user computers through a network, some or all of the plurality of user computers having operative thereon the toolbar application and a software implemented resource manager; and
wherein, in response to (i) a change in a language preference of a first user at a first user computer of said plurality or (ii) in response to the logging in at the first user computer of a second user with a language preference different from the first user's language preference, one of the one or more computers communicates an appropriate preference parameter to enable the software implemented resource manager on the first user computer to determine whether the group of resources associated with the appropriate preference parameter is stored locally on the first user computer.
15. The system of claim 14 , wherein the group of resources is retrieved from the server system if the group of resources is not stored locally on the first user computer.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/624,134 US20070156856A1 (en) | 1999-10-28 | 2007-01-17 | Method and system for managing the resources of an application program |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/429,585 US7107548B2 (en) | 1998-10-28 | 1999-10-28 | Method of controlling an internet browser interface and a controllable browser interface |
US09/587,075 US7185333B1 (en) | 1999-10-28 | 2000-06-02 | Method and system for managing the resources of a toolbar application program |
US11/624,134 US20070156856A1 (en) | 1999-10-28 | 2007-01-17 | Method and system for managing the resources of an application program |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/587,075 Continuation US7185333B1 (en) | 1999-10-28 | 2000-06-02 | Method and system for managing the resources of a toolbar application program |
Publications (1)
Publication Number | Publication Date |
---|---|
US20070156856A1 true US20070156856A1 (en) | 2007-07-05 |
Family
ID=24348235
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/587,075 Expired - Lifetime US7185333B1 (en) | 1999-10-28 | 2000-06-02 | Method and system for managing the resources of a toolbar application program |
US11/624,134 Abandoned US20070156856A1 (en) | 1999-10-28 | 2007-01-17 | Method and system for managing the resources of an application program |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/587,075 Expired - Lifetime US7185333B1 (en) | 1999-10-28 | 2000-06-02 | Method and system for managing the resources of a toolbar application program |
Country Status (5)
Country | Link |
---|---|
US (2) | US7185333B1 (en) |
EP (1) | EP1305709A4 (en) |
JP (1) | JP4865979B2 (en) |
AU (1) | AU2001274967A1 (en) |
WO (1) | WO2001095104A1 (en) |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050278651A1 (en) * | 2003-08-12 | 2005-12-15 | Brian Coe | Method and system of launching applications from a button of a browser |
US20070239842A1 (en) * | 2006-03-31 | 2007-10-11 | Research In Motion Limited | System and method for provisioning a remote resource for an electronic device |
US20070239843A1 (en) * | 2006-03-31 | 2007-10-11 | Research In Motion Limited | System and method for provisioning a remote library for an electronic device |
US20080243964A1 (en) * | 2007-03-27 | 2008-10-02 | International Business Machines Corporation | Dynamic allocation of program libraries |
US20090210391A1 (en) * | 2008-02-14 | 2009-08-20 | Hall Stephen G | Method and system for automated search for, and retrieval and distribution of, information |
US7917604B1 (en) * | 2007-06-29 | 2011-03-29 | Emc Corporation | Techniques for operating a data storage assembly via a series of web pages and a commit-at-the-end, wizard-style behavior |
US20120109882A1 (en) * | 2010-10-29 | 2012-05-03 | Russell Kent Bouse | Systems and methods to consolidate and communicate user profiles and modality preferences information for content delivery or interaction experiences |
US20120290913A1 (en) * | 2009-12-14 | 2012-11-15 | Yosef Benraz | Computerized tool, system and method for remote access to a computer program |
US20120317185A1 (en) * | 2011-06-09 | 2012-12-13 | Samsung Electronics Co., Ltd. | Method and system for controlling user experience with an application on a client device |
US20120328086A1 (en) * | 2003-06-26 | 2012-12-27 | International Business Machines Corporation | For personalizing computerized customer service |
US8751591B2 (en) | 2011-09-30 | 2014-06-10 | Blackberry Limited | Systems and methods of adjusting contact importance for a computing device |
US20140297258A1 (en) * | 2013-03-26 | 2014-10-02 | László KISS | Method, system and computer program product for collecting, sending and following language requests for mobile applications |
US9811528B2 (en) | 2010-12-09 | 2017-11-07 | Yosef Benraz | Systems and methods for providing continuing access to a remote computer program |
US11283851B2 (en) * | 2016-07-19 | 2022-03-22 | Google Llc | Persisting state of a streaming application |
Families Citing this family (58)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7107548B2 (en) | 1998-10-28 | 2006-09-12 | Yahoo! Inc. | Method of controlling an internet browser interface and a controllable browser interface |
US20020186255A1 (en) | 1999-10-28 | 2002-12-12 | Shafron Thomas Joshua | Method and system of facilitating on-line shopping using an internet browser |
US7185333B1 (en) | 1999-10-28 | 2007-02-27 | Yahoo! Inc. | Method and system for managing the resources of a toolbar application program |
US7434177B1 (en) | 1999-12-20 | 2008-10-07 | Apple Inc. | User interface for providing consolidation and access |
US6686938B1 (en) * | 2000-01-05 | 2004-02-03 | Apple Computer, Inc. | Method and system for providing an embedded application toolbar |
US20060123356A1 (en) * | 2000-05-05 | 2006-06-08 | Microsoft Corporation | Dynamic and updateable computing application panes |
US20030084401A1 (en) * | 2001-10-16 | 2003-05-01 | Abel Todd J. | Efficient web page localization |
US7139978B2 (en) * | 2002-03-01 | 2006-11-21 | Sap Ag | Recording user interaction with an application |
US7444302B2 (en) * | 2002-06-14 | 2008-10-28 | Ellie Mae, Inc. | Online system for fulfilling loan applications from loan originators |
US7472089B2 (en) * | 2002-08-15 | 2008-12-30 | Ellie Mae, Inc. | Loan origination system interface for online loan application processing |
GB2393089B (en) * | 2002-09-13 | 2005-08-31 | 3G Lab Ltd | Wireless communication device |
US7506260B2 (en) | 2003-10-31 | 2009-03-17 | Yahoo! Inc. | Method and system of providing browser functionality through a browser button |
US20050192937A1 (en) * | 2004-02-26 | 2005-09-01 | International Business Machines Corporation | Dynamic query optimization |
US20050198636A1 (en) * | 2004-02-26 | 2005-09-08 | International Business Machines Corporation | Dynamic optimization of batch processing |
US9245236B2 (en) | 2006-02-16 | 2016-01-26 | Oracle International Corporation | Factorization of concerns to build a SDP (service delivery platform) |
US9565297B2 (en) | 2004-05-28 | 2017-02-07 | Oracle International Corporation | True convergence with end to end identity management |
US9038082B2 (en) * | 2004-05-28 | 2015-05-19 | Oracle International Corporation | Resource abstraction via enabler and metadata |
US7827175B2 (en) * | 2004-06-10 | 2010-11-02 | International Business Machines Corporation | Framework reactive search facility |
US9626437B2 (en) | 2004-06-10 | 2017-04-18 | International Business Machines Corporation | Search scheduling and delivery tool for scheduling a search using a search framework profile |
US7836411B2 (en) * | 2004-06-10 | 2010-11-16 | International Business Machines Corporation | Search framework metadata |
US8990254B2 (en) * | 2004-07-02 | 2015-03-24 | Ellie Mae, Inc. | Loan origination software system for processing mortgage loans over a distributed network |
US20060036966A1 (en) * | 2004-08-10 | 2006-02-16 | Slava Yevdayev | Method and system for presenting links associated with a requested website |
US7412655B2 (en) | 2004-11-02 | 2008-08-12 | Yahoo! Inc. | Method and system of providing dynamic dialogs |
US20060101023A1 (en) * | 2004-11-05 | 2006-05-11 | Ellie Mae, Inc. | Universal computing paradigm with single-code base utilizing a flexible distributed computing architecture |
US7610297B2 (en) * | 2005-01-25 | 2009-10-27 | Honeywell International Inc. | Method to automate resource management in computer applications |
US7529766B2 (en) * | 2005-02-09 | 2009-05-05 | Conduit Ltd | Method and system for use with the internet |
US20060184899A1 (en) * | 2005-02-11 | 2006-08-17 | Research In Motion Limited | System and method for context specific content handling |
US20070174384A1 (en) * | 2006-01-25 | 2007-07-26 | John Abd-El-Malek | Sidebar communication system and method |
US20080065446A1 (en) * | 2006-08-25 | 2008-03-13 | Microsoft Corporation | Web collaboration in multiple languages |
US9003296B2 (en) | 2006-12-20 | 2015-04-07 | Yahoo! Inc. | Browser renderable toolbar |
US9384346B1 (en) * | 2006-12-29 | 2016-07-05 | Google Inc. | Local service access within a web based application framework |
US8612547B1 (en) | 2006-12-29 | 2013-12-17 | Google Inc. | Container interrupt services |
US8127271B2 (en) * | 2007-03-02 | 2012-02-28 | International Business Machines Corporation | Method and system for accessing a resource implemented in a computer network |
US20080288342A1 (en) * | 2007-05-14 | 2008-11-20 | Yahoo! Inc. | System and method for displaying advertisements using a toolbar |
US8600798B1 (en) | 2007-09-21 | 2013-12-03 | Ellie Mae, Inc. | Loan screening |
US8234575B2 (en) * | 2007-11-30 | 2012-07-31 | Microsoft Corporation | Dynamic updateable web toolbar |
US8484574B2 (en) * | 2007-12-06 | 2013-07-09 | Microsoft Corporation | Rule-based multi-pane toolbar display |
US20090164922A1 (en) * | 2007-12-20 | 2009-06-25 | Ouneheuane Phakousonh | Auto toolbar |
JP4695153B2 (en) * | 2008-02-08 | 2011-06-08 | 富士通エフ・アイ・ピー株式会社 | Toolbar providing server, toolbar providing program, toolbar providing method, toolbar providing system |
US8090848B2 (en) | 2008-08-21 | 2012-01-03 | Oracle International Corporation | In-vehicle multimedia real-time communications |
US8667419B2 (en) | 2008-09-09 | 2014-03-04 | Applied Systems, Inc. | Method and apparatus for displaying a menu for accessing hierarchical content data including caching multiple menu states |
US20100088689A1 (en) * | 2008-10-03 | 2010-04-08 | Microsoft Corporation | Branding binary modules using resource patching |
US8695020B2 (en) * | 2009-02-06 | 2014-04-08 | Visicom Media, LLC | Techniques for customizing a toolbar using widgets |
US9269060B2 (en) | 2009-11-20 | 2016-02-23 | Oracle International Corporation | Methods and systems for generating metadata describing dependencies for composable elements |
US9503407B2 (en) | 2009-12-16 | 2016-11-22 | Oracle International Corporation | Message forwarding |
US9509790B2 (en) | 2009-12-16 | 2016-11-29 | Oracle International Corporation | Global presence |
US9875671B2 (en) * | 2009-12-17 | 2018-01-23 | Google Llc | Cloud-based user interface augmentation |
US20150074561A1 (en) * | 2010-05-07 | 2015-03-12 | Google Inc. | Customizable themes for browsers and web content |
US9477637B1 (en) * | 2011-03-14 | 2016-10-25 | Amazon Technologies, Inc. | Integrating content-item corrections |
US8781811B1 (en) * | 2011-10-21 | 2014-07-15 | Google Inc. | Cross-application centralized language preferences |
US9182954B2 (en) * | 2012-07-27 | 2015-11-10 | Microsoft Technology Licensing, Llc | Web browser having user-configurable address bar button |
US9329755B2 (en) * | 2012-08-16 | 2016-05-03 | Opera Software Ireland Limited | Mobile device toolbar architecture |
US9455876B1 (en) * | 2013-02-01 | 2016-09-27 | Ingram Micro Inc. | Method and standard for integrating applications into a cloud |
US9443331B2 (en) * | 2013-06-06 | 2016-09-13 | Microsoft Technology Licensing, Llc | Input object for routing input for visual elements |
CN104298544A (en) * | 2013-07-16 | 2015-01-21 | 苏州精易会信息技术有限公司 | Application software management method and system |
CN111026491B (en) * | 2019-12-10 | 2024-04-26 | 北京小米移动软件有限公司 | Interface display method, device, electronic equipment, server and storage medium |
US12164887B2 (en) | 2022-07-12 | 2024-12-10 | T-Mobile Usa, Inc. | Identifying standards-related requirements for software architectures using telecommunication resources |
US11811681B1 (en) | 2022-07-12 | 2023-11-07 | T-Mobile Usa, Inc. | Generating and deploying software architectures using telecommunication resources |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6154731A (en) * | 1997-08-01 | 2000-11-28 | Monks; Robert A. G. | Computer assisted and/or implemented process and architecture for simulating, determining and/or ranking and/or indexing effective corporate governance using complexity theory and agency-based modeling |
US6243717B1 (en) * | 1998-09-01 | 2001-06-05 | Camstar Systems, Inc. | System and method for implementing revision management of linked data entities and user dependent terminology |
US20060190944A1 (en) * | 2005-02-18 | 2006-08-24 | Charles Moon | System and Method for Resource Management |
Family Cites Families (136)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0584913B1 (en) | 1992-08-27 | 2000-05-03 | Sun Microsystems, Inc. | Method and apparatus for providing collection browsers |
US5434776A (en) * | 1992-11-13 | 1995-07-18 | Microsoft Corporation | Method and system for creating multi-lingual computer programs by dynamically loading messages |
CA2128828C (en) | 1993-08-24 | 2001-01-02 | David Michael Silver | Multilingual standard resources |
US5744787A (en) | 1994-09-25 | 1998-04-28 | Advanced Retail Systems Ltd. | System and method for retail |
US6049671A (en) * | 1996-04-18 | 2000-04-11 | Microsoft Corporation | Method for identifying and obtaining computer software from a network computer |
US5949419A (en) | 1996-05-13 | 1999-09-07 | Domine; Robert M | Web browser detection and default home page modification device |
US5787452A (en) * | 1996-05-21 | 1998-07-28 | Sybase, Inc. | Client/server database system with methods for multi-threaded data processing in a heterogeneous language environment |
US5784058A (en) | 1996-05-28 | 1998-07-21 | Sun Microsystems, Inc. | User-controllable persistent browser display pages |
US5813007A (en) | 1996-06-20 | 1998-09-22 | Sun Microsystems, Inc. | Automatic updates of bookmarks in a client computer |
US6125352A (en) | 1996-06-28 | 2000-09-26 | Microsoft Corporation | System and method for conducting commerce over a distributed network |
US5802530A (en) | 1996-07-01 | 1998-09-01 | Sun Microsystems, Inc. | Web document based graphical user interface |
US5999972A (en) | 1996-07-01 | 1999-12-07 | Sun Microsystems, Inc. | System, method and article of manufacture for a distributed computer system framework |
US6026435A (en) | 1996-07-12 | 2000-02-15 | Sanyo Electric Co., Ltd. | Internet information displaying apparatus and internet information displaying method |
US6006034A (en) * | 1996-09-05 | 1999-12-21 | Open Software Associates, Ltd. | Systems and methods for automatic application version upgrading and maintenance |
US5890172A (en) | 1996-10-08 | 1999-03-30 | Tenretni Dynamics, Inc. | Method and apparatus for retrieving data from a network using location identifiers |
US5974446A (en) | 1996-10-24 | 1999-10-26 | Academy Of Applied Science | Internet based distance learning system for communicating between server and clients wherein clients communicate with each other or with teacher using different communication techniques via common user interface |
US5781724A (en) | 1996-11-01 | 1998-07-14 | Novell, Inc. | Method and system for integrating additional functionality into a login system |
US5796393A (en) | 1996-11-08 | 1998-08-18 | Compuserve Incorporated | System for intergrating an on-line service community with a foreign service |
US5848424A (en) | 1996-11-18 | 1998-12-08 | Toptier Software, Inc. | Data navigator interface with navigation as a function of draggable elements and drop targets |
US6460058B2 (en) | 1996-12-06 | 2002-10-01 | Microsoft Corporation | Object-oriented framework for hyperlink navigation |
US6061695A (en) | 1996-12-06 | 2000-05-09 | Microsoft Corporation | Operating system shell having a windowing graphical user interface with a desktop displayed as a hypertext multimedia document |
US6009459A (en) | 1997-01-10 | 1999-12-28 | Microsoft Corporation | Intelligent automatic searching for resources in a distributed environment |
US5875296A (en) | 1997-01-28 | 1999-02-23 | International Business Machines Corporation | Distributed file system web server user authentication with cookies |
CA2198189C (en) | 1997-02-21 | 2001-05-29 | Ibm Canada Limited-Ibm Canada Limitee | Internet browser based data entry architecture |
JP2000510626A (en) * | 1997-03-13 | 2000-08-15 | インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン | Kiosk and server connected to computer network |
US6034683A (en) | 1997-03-26 | 2000-03-07 | Netscape Communications Corporation | Time line for desktop metaphor |
US5877759A (en) | 1997-03-26 | 1999-03-02 | Netscape Communications Corporation | Interface for user/agent interaction |
US5999973A (en) | 1997-03-28 | 1999-12-07 | Telefonaktiebolaget L M Ericsson (Publ) | Use of web technology for subscriber management activities |
US5914714A (en) | 1997-04-01 | 1999-06-22 | Microsoft Corporation | System and method for changing the characteristics of a button by direct manipulation |
US6057836A (en) | 1997-04-01 | 2000-05-02 | Microsoft Corporation | System and method for resizing and rearranging a composite toolbar by direct manipulation |
EP2278503A3 (en) | 1997-04-30 | 2011-04-20 | Sony Corporation | Browser apparatus with address registering and browser system |
US5805803A (en) | 1997-05-13 | 1998-09-08 | Digital Equipment Corporation | Secure web tunnel |
KR100234204B1 (en) | 1997-05-15 | 1999-12-15 | 윤종용 | After service system using internet |
US6282548B1 (en) * | 1997-06-21 | 2001-08-28 | Alexa Internet | Automatically generate and displaying metadata as supplemental information concurrently with the web page, there being no link between web page and metadata |
US6025836A (en) | 1997-07-23 | 2000-02-15 | Novell, Inc. | Method and apparatus for generating object oriented user interfaces |
JPH1145163A (en) | 1997-07-25 | 1999-02-16 | Canon Inc | Information processor and information processing method |
US6188995B1 (en) | 1997-07-28 | 2001-02-13 | Apple Computer, Inc. | Method and apparatus for enforcing software licenses |
US5917491A (en) | 1997-08-29 | 1999-06-29 | Netscape Communications Corporation | Page proxy |
US6112240A (en) | 1997-09-03 | 2000-08-29 | International Business Machines Corporation | Web site client information tracker |
JPH1185528A (en) * | 1997-09-09 | 1999-03-30 | Oki Electric Ind Co Ltd | Information processing apparatus, software distribution method, and recording medium |
US5964836A (en) | 1997-09-11 | 1999-10-12 | International Business Machines Corporation | Apparatus, methods and computer program products for managing web-page-embedded sessions with a host-based application |
US5883810A (en) | 1997-09-24 | 1999-03-16 | Microsoft Corporation | Electronic online commerce card with transactionproxy number for online transactions |
US6000832A (en) | 1997-09-24 | 1999-12-14 | Microsoft Corporation | Electronic online commerce card with customer generated transaction proxy number for online transactions |
US6119098A (en) | 1997-10-14 | 2000-09-12 | Patrice D. Guyot | System and method for targeting and distributing advertisements over a distributed network |
US5999179A (en) | 1997-11-17 | 1999-12-07 | Fujitsu Limited | Platform independent computer network management client |
US6041360A (en) | 1997-11-21 | 2000-03-21 | International Business Machines Corporation | Web browser support for dynamic update of bookmarks |
US6208995B1 (en) | 1997-11-24 | 2001-03-27 | International Business Machines Corporation | Web browser download of bookmark set |
US6185600B1 (en) | 1997-12-08 | 2001-02-06 | Hewlett-Packard Company | Universal viewer/browser for network and system events using a universal user interface generator, a generic product specification language, and product specific interfaces |
US6072486A (en) | 1998-01-13 | 2000-06-06 | Microsoft Corporation | System and method for creating and customizing a deskbar |
GB2333864B (en) * | 1998-01-28 | 2003-05-07 | Ibm | Distribution of software updates via a computer network |
US6175869B1 (en) | 1998-04-08 | 2001-01-16 | Lucent Technologies Inc. | Client-side techniques for web server allocation |
US6101486A (en) | 1998-04-20 | 2000-08-08 | Nortel Networks Corporation | System and method for retrieving customer information at a transaction center |
US7606355B2 (en) | 1998-04-22 | 2009-10-20 | Echarge Corporation | Method and apparatus for ordering goods, services and content over an internetwork |
US6216153B1 (en) | 1998-04-23 | 2001-04-10 | Cybersource Corporation | Non-extensible thin server that generates user interfaces via browser |
US6292185B1 (en) | 1998-04-27 | 2001-09-18 | C.C.R., Inc. | Method and apparatus for tailoring the appearance of a graphical user interface |
CA2332413A1 (en) * | 1998-05-15 | 1999-11-25 | Rick W. Landsman | A technique for implementing browser-initiated network-distributed advertising and for interstitially displaying an advertisement |
ES2619367T3 (en) | 1998-05-21 | 2017-06-26 | Equifax Inc. | System and method for network user authentication |
US6496203B1 (en) | 1998-05-27 | 2002-12-17 | Microsoft Corporation | Standardized and application-independent graphical user interface components implemented with web technology |
US6232972B1 (en) | 1998-06-17 | 2001-05-15 | Microsoft Corporation | Method for dynamically displaying controls in a toolbar display based on control usage |
US6360255B1 (en) * | 1998-06-25 | 2002-03-19 | Cisco Technology, Inc. | Automatically integrating an external network with a network management system |
US6141010A (en) * | 1998-07-17 | 2000-10-31 | B. E. Technology, Llc | Computer interface method and apparatus with targeted advertising |
US6252589B1 (en) * | 1998-08-14 | 2001-06-26 | Microsoft Corporation | Multilingual user interface for an operating system |
US6433800B1 (en) | 1998-08-31 | 2002-08-13 | Sun Microsystems, Inc. | Graphical action invocation method, and associated method, for a computer system |
US6266058B1 (en) | 1998-09-08 | 2001-07-24 | Hewlett Packard Company | Apparatus and method for linking browser bars with active documents for a browser |
US6373507B1 (en) | 1998-09-14 | 2002-04-16 | Microsoft Corporation | Computer-implemented image acquistion system |
JP2000099436A (en) | 1998-09-24 | 2000-04-07 | Fujitsu Ltd | Display device |
US7107548B2 (en) | 1998-10-28 | 2006-09-12 | Yahoo! Inc. | Method of controlling an internet browser interface and a controllable browser interface |
JP2002530782A (en) | 1998-11-25 | 2002-09-17 | インフォ・アベニュー株式会社 | Universal shopping cart system |
US6407754B1 (en) | 1998-12-15 | 2002-06-18 | International Business Machines Corporation | Method, system and computer program product for controlling the graphical display of multi-field text string objects |
US6469713B2 (en) * | 1998-12-15 | 2002-10-22 | International Business Machines Corporation | Method, system and computer program product for dynamic language switching via messaging |
US6385619B1 (en) | 1999-01-08 | 2002-05-07 | International Business Machines Corporation | Automatic user interest profile generation from structured document access information |
US6490602B1 (en) | 1999-01-15 | 2002-12-03 | Wish-List.Com, Inc. | Method and apparatus for providing enhanced functionality to product webpages |
US6272493B1 (en) | 1999-01-21 | 2001-08-07 | Wired Solutions, Llc | System and method for facilitating a windows based content manifestation environment within a WWW browser |
US6286001B1 (en) | 1999-02-24 | 2001-09-04 | Doodlebug Online, Inc. | System and method for authorizing access to data on content servers in a distributed network |
US6476833B1 (en) | 1999-03-30 | 2002-11-05 | Koninklijke Philips Electronics N.V. | Method and apparatus for controlling browser functionality in the context of an application |
US6486892B1 (en) * | 1999-04-07 | 2002-11-26 | Joseph L. Stern | System and method for accessing, manipulating and viewing internet and non-internet related information and for controlling networked devices |
US6226752B1 (en) | 1999-05-11 | 2001-05-01 | Sun Microsystems, Inc. | Method and apparatus for authenticating users |
US6584505B1 (en) | 1999-07-08 | 2003-06-24 | Microsoft Corporation | Authenticating access to a network server without communicating login information through the network server |
US6851060B1 (en) | 1999-07-15 | 2005-02-01 | International Business Machines Corporation | User control of web browser user data |
IL130972A0 (en) * | 1999-07-15 | 2001-01-28 | Hotbar Com Israel Ltd | Method for the dynamic improvement of internet browser appearance and connectivity |
US7222303B2 (en) | 1999-07-15 | 2007-05-22 | Hotbar.Com, Inc. | System and method for the dynamic improvement of internet browser navigability |
US6873974B1 (en) | 1999-08-17 | 2005-03-29 | Citibank, N.A. | System and method for use of distributed electronic wallets |
US6505238B1 (en) | 1999-08-19 | 2003-01-07 | International Business Machines Corporation | Method and system for implementing universal login via web browser |
US7343351B1 (en) | 1999-08-31 | 2008-03-11 | American Express Travel Related Services Company, Inc. | Methods and apparatus for conducting electronic transactions |
US6651217B1 (en) | 1999-09-01 | 2003-11-18 | Microsoft Corporation | System and method for populating forms with previously used data values |
US6868394B1 (en) | 1999-09-21 | 2005-03-15 | Daniel Mele | Method and apparatus for simplified artist-buyer transactions |
US6427175B1 (en) | 1999-09-24 | 2002-07-30 | Clickmarks, Inc | Method and apparatus for collaborative remote link management using sharable online bookmarks |
US6748367B1 (en) | 1999-09-24 | 2004-06-08 | Joonho John Lee | Method and system for effecting financial transactions over a public network without submission of sensitive information |
US20020018078A1 (en) | 2000-06-07 | 2002-02-14 | Khan Umair A. | System, method, and article of manufacture for generating a customizable network user interface |
US20020186249A1 (en) | 1999-10-28 | 2002-12-12 | Qi Lu | Method and system of facilitating automatic login to a web site using an internet browser |
US20020186255A1 (en) | 1999-10-28 | 2002-12-12 | Shafron Thomas Joshua | Method and system of facilitating on-line shopping using an internet browser |
US7185333B1 (en) | 1999-10-28 | 2007-02-27 | Yahoo! Inc. | Method and system for managing the resources of a toolbar application program |
AU2046501A (en) | 1999-11-24 | 2001-06-04 | Oz.Com | Web browser plug-in interface system |
US6686938B1 (en) | 2000-01-05 | 2004-02-03 | Apple Computer, Inc. | Method and system for providing an embedded application toolbar |
US6493000B1 (en) | 2000-02-17 | 2002-12-10 | International Business Machines Corporation | Method and system for control of spawned web frames |
AU2001245406A1 (en) | 2000-03-03 | 2001-09-17 | Merinta, Inc. | Persistent portal for a browser |
US20010035885A1 (en) | 2000-03-20 | 2001-11-01 | Michael Iron | Method of graphically presenting network information |
US6549217B1 (en) | 2000-03-23 | 2003-04-15 | Koninklijke Philips Electronics N.V. | System and method for computer system management using bookmarks |
US6704031B1 (en) | 2000-04-07 | 2004-03-09 | America Online, Inc. | Toolbar tracking |
US6819343B1 (en) | 2000-05-05 | 2004-11-16 | Microsoft Corporation | Dynamic controls for use in computing applications |
US10185936B2 (en) | 2000-06-22 | 2019-01-22 | Jpmorgan Chase Bank, N.A. | Method and system for processing internet payments |
US6624831B1 (en) | 2000-10-17 | 2003-09-23 | Microsoft Corporation | System and process for generating a dynamically adjustable toolbar |
US6865680B1 (en) | 2000-10-31 | 2005-03-08 | Yodlee.Com, Inc. | Method and apparatus enabling automatic login for wireless internet-capable devices |
US20020062342A1 (en) | 2000-11-22 | 2002-05-23 | Sidles Charles S. | Method and system for completing forms on wide area networks such as the internet |
CA2327011A1 (en) | 2000-11-22 | 2002-05-22 | Earl Alexander Culham | Method of linking web pages |
US20020070969A1 (en) | 2000-12-07 | 2002-06-13 | International Business Machines Corporation | Method for customizing a computer program resident toolbar |
WO2002048866A2 (en) | 2000-12-11 | 2002-06-20 | Microsoft Corporation | Method and system for management of multiple network resources |
US6738083B2 (en) | 2000-12-20 | 2004-05-18 | Siemens Information And Communication Networks, Inc. | Method and system of displaying telecommunication trace diagnostic information |
US7028262B2 (en) | 2000-12-29 | 2006-04-11 | International Business Machines Corporation | Method and system for designing a theme and associating it with a collaboration space user interface |
US20020089549A1 (en) | 2001-01-09 | 2002-07-11 | Munro James A. | Image having a hierarchical structure |
US7366990B2 (en) | 2001-01-19 | 2008-04-29 | C-Sam, Inc. | Method and system for managing user activities and information using a customized computer interface |
US20040125130A1 (en) | 2001-02-26 | 2004-07-01 | Andrea Flamini | Techniques for embedding custom user interface controls inside internet content |
US7076738B2 (en) | 2001-03-02 | 2006-07-11 | Semantic Compaction Systems | Computer device, method and article of manufacture for utilizing sequenced symbols to enable programmed application and commands |
US7454714B2 (en) | 2001-03-30 | 2008-11-18 | Aol Llc, A Delaware Limited Liability Company | Visually distinguishing menu items |
US20030067481A1 (en) | 2001-03-31 | 2003-04-10 | Christopher Chedgey | System and method for computer-aided graph-based dependency analysis with integrated documentation |
US20020154159A1 (en) | 2001-04-19 | 2002-10-24 | International Business Machines Corporation | Method, apparatus, and program for associating successive repointing of a browser's load function with navigational links in web pages |
US7555720B2 (en) | 2001-04-27 | 2009-06-30 | Siemens Medical Solutions Health Services Corporation | System and user interface for processing and navigating patient record information |
US20020163545A1 (en) | 2001-05-01 | 2002-11-07 | Hii Samuel S. | Method of previewing web page content while interacting with multiple web page controls |
US7159238B2 (en) | 2001-05-30 | 2007-01-02 | United States Postal Service | Enhanced browser application for service related to the transportation of a message |
US20020186256A1 (en) | 2001-06-08 | 2002-12-12 | Tony Hong | Method and system for an integrated user interface that can effectively displays online data with limited browsing options |
GB0116516D0 (en) | 2001-07-06 | 2001-08-29 | Pace Micro Tech Plc | Television system |
US20030080995A1 (en) | 2001-10-12 | 2003-05-01 | United Virtualities, Inc. | Contextually adaptive web browser |
CN1582437A (en) | 2001-11-01 | 2005-02-16 | 雅虎公司 | Method and system of facilitating automatic login to a web site using an internet browser |
US20030085916A1 (en) | 2001-11-02 | 2003-05-08 | Katherine Thiry | Method, apparatus and computer program product for interactive instruction using electronic display device |
US20030085927A1 (en) | 2001-11-06 | 2003-05-08 | International Business Machines Corporation | Method and apparatus for single selection evaluations in interactive systems |
US20030112271A1 (en) | 2001-12-14 | 2003-06-19 | International Busi Ness Machines Corporation | Method of controlling a browser session |
US6883143B2 (en) | 2001-12-18 | 2005-04-19 | Stanley W. Driskell | Computer interface toolbar for acquiring most frequently accessed options using short cursor traverses |
US6789201B2 (en) | 2001-12-20 | 2004-09-07 | Networks Associates Technology, Inc. | Anti-virus toolbar system and method for use with a network browser |
US7631035B2 (en) | 2002-01-09 | 2009-12-08 | Digital River, Inc. | Path-analysis toolbar |
US20030131106A1 (en) | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Web-page performance toolbar |
US20030202009A1 (en) | 2002-04-24 | 2003-10-30 | Stephane Kasriel | Integration toolbar |
US20040061720A1 (en) | 2002-09-26 | 2004-04-01 | Matt Weber | Multi-function browser toolbar with method for online institutional administrative browser control |
US20040186775A1 (en) | 2003-01-29 | 2004-09-23 | Margiloff William A. | Systems and methods for providing an improved toolbar |
US7721228B2 (en) | 2003-08-05 | 2010-05-18 | Yahoo! Inc. | Method and system of controlling a context menu |
US7793227B2 (en) | 2003-08-12 | 2010-09-07 | Yahoo! Inc. | Method and system of providing customizable buttons |
US7506260B2 (en) | 2003-10-31 | 2009-03-17 | Yahoo! Inc. | Method and system of providing browser functionality through a browser button |
-
2000
- 2000-06-02 US US09/587,075 patent/US7185333B1/en not_active Expired - Lifetime
-
2001
- 2001-05-24 AU AU2001274967A patent/AU2001274967A1/en not_active Abandoned
- 2001-05-24 EP EP01941630A patent/EP1305709A4/en not_active Withdrawn
- 2001-05-24 WO PCT/US2001/016993 patent/WO2001095104A1/en active Application Filing
- 2001-05-24 JP JP2002502590A patent/JP4865979B2/en not_active Expired - Lifetime
-
2007
- 2007-01-17 US US11/624,134 patent/US20070156856A1/en not_active Abandoned
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6154731A (en) * | 1997-08-01 | 2000-11-28 | Monks; Robert A. G. | Computer assisted and/or implemented process and architecture for simulating, determining and/or ranking and/or indexing effective corporate governance using complexity theory and agency-based modeling |
US6243717B1 (en) * | 1998-09-01 | 2001-06-05 | Camstar Systems, Inc. | System and method for implementing revision management of linked data entities and user dependent terminology |
US20060190944A1 (en) * | 2005-02-18 | 2006-08-24 | Charles Moon | System and Method for Resource Management |
Cited By (29)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8615070B2 (en) * | 2003-06-26 | 2013-12-24 | International Business Machines Corporation | Personalizing computerized customer service |
US20120328086A1 (en) * | 2003-06-26 | 2012-12-27 | International Business Machines Corporation | For personalizing computerized customer service |
US20050278651A1 (en) * | 2003-08-12 | 2005-12-15 | Brian Coe | Method and system of launching applications from a button of a browser |
US8335880B2 (en) | 2006-03-31 | 2012-12-18 | Research In Motion Limited | System and method for provisioning a remote resource for an electronic device |
US8266357B2 (en) | 2006-03-31 | 2012-09-11 | Research In Motion Limited | System and method for provisioning a remote resource for an electronic device |
US7600064B2 (en) * | 2006-03-31 | 2009-10-06 | Research In Motion Limited | System and method for provisioning a remote library for an electronic device |
US20090319711A1 (en) * | 2006-03-31 | 2009-12-24 | Research In Motion Limited | System and method for provisioning a remote library for an electronic device |
US9137328B2 (en) | 2006-03-31 | 2015-09-15 | Blackberry Limited | System and method for provisioning a remote resource for an electronic device |
US20110208865A1 (en) * | 2006-03-31 | 2011-08-25 | Research In Motion Limited | System and method for provisioning a remote resource for an electronic device |
US8122174B2 (en) * | 2006-03-31 | 2012-02-21 | Research In Motion Limited | System and method for provisioning a remote resource for an electronic device |
US8706840B2 (en) | 2006-03-31 | 2014-04-22 | Blackberry Limited | System and method for provisioning a remote resource for an electronic device |
US8209454B2 (en) | 2006-03-31 | 2012-06-26 | Research In Motion Limited | System and method for provisioning a remote library for an electronic device |
US20070239842A1 (en) * | 2006-03-31 | 2007-10-11 | Research In Motion Limited | System and method for provisioning a remote resource for an electronic device |
US20070239843A1 (en) * | 2006-03-31 | 2007-10-11 | Research In Motion Limited | System and method for provisioning a remote library for an electronic device |
US20080243964A1 (en) * | 2007-03-27 | 2008-10-02 | International Business Machines Corporation | Dynamic allocation of program libraries |
US8918370B2 (en) * | 2007-03-27 | 2014-12-23 | International Business Machines Corporation | Dynamic allocation of program libraries |
US7917604B1 (en) * | 2007-06-29 | 2011-03-29 | Emc Corporation | Techniques for operating a data storage assembly via a series of web pages and a commit-at-the-end, wizard-style behavior |
US20090210391A1 (en) * | 2008-02-14 | 2009-08-20 | Hall Stephen G | Method and system for automated search for, and retrieval and distribution of, information |
US20120290913A1 (en) * | 2009-12-14 | 2012-11-15 | Yosef Benraz | Computerized tool, system and method for remote access to a computer program |
US8484241B2 (en) * | 2010-10-29 | 2013-07-09 | Russell Kent Bouse | Systems and methods to consolidate and communicate user profiles and modality preferences information for content delivery or interaction experiences |
US20120109882A1 (en) * | 2010-10-29 | 2012-05-03 | Russell Kent Bouse | Systems and methods to consolidate and communicate user profiles and modality preferences information for content delivery or interaction experiences |
US9811528B2 (en) | 2010-12-09 | 2017-11-07 | Yosef Benraz | Systems and methods for providing continuing access to a remote computer program |
US20120317185A1 (en) * | 2011-06-09 | 2012-12-13 | Samsung Electronics Co., Ltd. | Method and system for controlling user experience with an application on a client device |
US9201634B2 (en) * | 2011-06-09 | 2015-12-01 | Samsung Electronics Co., Ltd | Method and system for controlling user experience with an application on a client device |
US8751591B2 (en) | 2011-09-30 | 2014-06-10 | Blackberry Limited | Systems and methods of adjusting contact importance for a computing device |
US20140297258A1 (en) * | 2013-03-26 | 2014-10-02 | László KISS | Method, system and computer program product for collecting, sending and following language requests for mobile applications |
US10740299B2 (en) | 2013-12-16 | 2020-08-11 | Yosef Benraz | Systems and methods for providing continuing access to a remote computer program |
US11283851B2 (en) * | 2016-07-19 | 2022-03-22 | Google Llc | Persisting state of a streaming application |
US11463498B2 (en) * | 2016-07-19 | 2022-10-04 | Google Llc | Persisting state of a streaming application |
Also Published As
Publication number | Publication date |
---|---|
WO2001095104A1 (en) | 2001-12-13 |
US7185333B1 (en) | 2007-02-27 |
AU2001274967A1 (en) | 2001-12-17 |
JP2003536133A (en) | 2003-12-02 |
EP1305709A1 (en) | 2003-05-02 |
JP4865979B2 (en) | 2012-02-01 |
EP1305709A4 (en) | 2008-02-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7185333B1 (en) | Method and system for managing the resources of a toolbar application program | |
US6968539B1 (en) | Methods and apparatus for a web application processing system | |
US7844963B2 (en) | System and method for updating information via a network | |
US7912935B2 (en) | Development and deployment of mobile and desktop applications within a flexible markup-based distributed architecture | |
US7676472B2 (en) | Method and apparatus for accessing web services | |
US6542908B1 (en) | Technique for automatically and transparently transforming software components into software components capable of execution in a client/server computing environment | |
US6594757B1 (en) | Remote BIOS upgrade of an appliance server by rebooting from updated BIOS that has been downloaded into service partition before flashing programmable ROM | |
US7941450B2 (en) | Software, devices and methods facilitating execution of server-side applications at mobile devices | |
US7412655B2 (en) | Method and system of providing dynamic dialogs | |
US7069553B2 (en) | Universal deployment tool | |
US7779408B1 (en) | Method and system for downloading and managing portable applications on a mobile device | |
US6289512B1 (en) | Automatic program installation | |
US20020112078A1 (en) | Virtual machine web browser | |
US20050278651A1 (en) | Method and system of launching applications from a button of a browser | |
US20110087710A1 (en) | Software, devices and methods facilitating execution of server-side applications at mobile devices | |
JP2003521036A (en) | Browser independent and automatic apparatus and method for receiving, installing and launching applications from a browser on a client computer | |
US20210337015A1 (en) | Method and system of application development for multiple device client platforms | |
US5903762A (en) | Application execution method and system therefor | |
US7734686B2 (en) | Markup method for managing rich client code and experiences using multi-component pages | |
US8078952B2 (en) | Site redirection | |
JP2002540529A (en) | Dynamic application system for distributed computer environment | |
JP2001256053A (en) | Software module transfer method, client computer, and client server computer system | |
KR20210144044A (en) | System for providing development framework which support both monolithic architecture and microservice architecture, method for developing application using the same and computer program for the same | |
Pratter et al. | Delivering Dynamic Content with the SAS® Stored Process Web Application |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
AS | Assignment |
Owner name: YAHOO HOLDINGS, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO| INC.;REEL/FRAME:042963/0211 Effective date: 20170613 |
|
AS | Assignment |
Owner name: OATH INC., NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO HOLDINGS, INC.;REEL/FRAME:045240/0310 Effective date: 20171231 |