CA2583673A1 - Controlled deployment of software in a web-based architecture - Google Patents
Controlled deployment of software in a web-based architecture Download PDFInfo
- Publication number
- CA2583673A1 CA2583673A1 CA002583673A CA2583673A CA2583673A1 CA 2583673 A1 CA2583673 A1 CA 2583673A1 CA 002583673 A CA002583673 A CA 002583673A CA 2583673 A CA2583673 A CA 2583673A CA 2583673 A1 CA2583673 A1 CA 2583673A1
- Authority
- CA
- Canada
- Prior art keywords
- version
- request
- software application
- particular software
- accessed
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 claims abstract 28
- 235000014510 cooky Nutrition 0.000 claims 8
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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/5055—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering software capabilities, i.e. software resources associated or available to the machine
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Abstract
The present invention includes systems and methods for the controlled deployment of software in a web-based environment where multiple versions of a single application are supported to provide field experience of various versions before general deployment. The systems and methods of the invention support backwards compatibility, which allows older versions of the same software to be accessed concurrently with newer (revised) versions. Likewise, data item opaqueness is supported whereby data items not recognized by a software level or tier are not rejected but are passed on to another tier or level where they may be recognized.
Claims (34)
1. A system for controlling the deployment of software in a multiple version environment, said system comprising:
a server computer that is adapted to communicate with a client computer via a network, wherein:
said server computer is adapted for:
(A) receiving information from said client computer when said client computer accesses said server computer via said network, (B) using said information to determine which particular version of a plurality of versions of a particular software application should be used by said client computer, and (C) providing, to said client computer, an identifier of said particular version of said particular software application;
said system is adapted so that after said client computer is provided with said identifier, when said client computer issues a request to said system to access said particular software application, said identifier is either in, or associated with said request and thereby causes said request to identify said particular version of said particular software application, and said system is adapted for, in response to receiving said request from said client computer, using said identifier to facilitate access by said client computer to said particular version of said particular software application.
a server computer that is adapted to communicate with a client computer via a network, wherein:
said server computer is adapted for:
(A) receiving information from said client computer when said client computer accesses said server computer via said network, (B) using said information to determine which particular version of a plurality of versions of a particular software application should be used by said client computer, and (C) providing, to said client computer, an identifier of said particular version of said particular software application;
said system is adapted so that after said client computer is provided with said identifier, when said client computer issues a request to said system to access said particular software application, said identifier is either in, or associated with said request and thereby causes said request to identify said particular version of said particular software application, and said system is adapted for, in response to receiving said request from said client computer, using said identifier to facilitate access by said client computer to said particular version of said particular software application.
2. The system of Claim 1, wherein said information comprises logon information provided via said client computer.
3. The system of Claim 1, wherein said information is provided via a cookie installed on said client computer.
4. The system of Claim 1, wherein said information comprises a specific URL
address.
address.
5. The system of Claim 1, wherein said information comprises an IP address.
6. The system of Claim 1, wherein said identifier comprises said version number embedded in a path specified in a URL.
7. The system of Claim 1, wherein said identifier comprises said version number embedded in a query string specified in a URL.
8. The system of Claim 1, wherein said identifier comprises a domain name for said version specified in a URL.
9. The system of Claim 1, wherein said identifier comprises said version number embedded in a domain name specified in a URL.
10. The system of Claim 1, wherein said identifier is provided via a cookie installed on said client computer.
11. The system of Claim 1, wherein said system further comprises a switch for routing said request to said particular version of said particular software application.
12. The system of Claim 1, wherein said system further comprises a translator for routing said request to said particular version of said particular software application, said translator being adapted to translate said request to a format that is executable on said particular software application regardless of said version of said request.
13. The system of Claim 1, wherein:
said plurality of versions of said particular software application comprise a plurality of tiers of versions of said particular software application;
said request further comprises at least one object selected from the group consisting of a variable, a data item, and an argument; and said system enables said at least one object to pass from one of said tiers that does not recognize said object to another of said tiers that does recognize said object.
said plurality of versions of said particular software application comprise a plurality of tiers of versions of said particular software application;
said request further comprises at least one object selected from the group consisting of a variable, a data item, and an argument; and said system enables said at least one object to pass from one of said tiers that does not recognize said object to another of said tiers that does recognize said object.
14. The system of Claim 1, wherein said network is a global communications network, and said particular software application is a carrier management system.
15. A method for controlling the deployment of software in a multiple version environment, comprising steps of:
(A) providing a server computer that is adapted to communicate with a client computer via a network;
(13) determining at the server computer which particular version of a plurality of versions of a particular software application should be used by said client computer based on information about said client computer supplied when said client computer accesses said server computer;
(C) adapting an identifier so that when said client computer issues a request to said server computer to access said particular software application, said identifier is either in, or associated with said request and causes said request to identify said particular version of said particular software application;
(D) providing, to said client computer, said identifier of said particular version of said particular software application; and (E) routing said request from said client computer to facilitate access by said client computer to said particular version of said particular software application.
(A) providing a server computer that is adapted to communicate with a client computer via a network;
(13) determining at the server computer which particular version of a plurality of versions of a particular software application should be used by said client computer based on information about said client computer supplied when said client computer accesses said server computer;
(C) adapting an identifier so that when said client computer issues a request to said server computer to access said particular software application, said identifier is either in, or associated with said request and causes said request to identify said particular version of said particular software application;
(D) providing, to said client computer, said identifier of said particular version of said particular software application; and (E) routing said request from said client computer to facilitate access by said client computer to said particular version of said particular software application.
16. The method of Claim 15, wherein said information comprises logon information provided via said client computer.
17. The method of Claim 15, wherein said information is provided via a cookie installed on said client computer.
18. The method of Claim 15, wherein said information comprises a specific URL, address.
19. The method of Claim 15, wherein said information comprises an IP
address.
address.
20. The method of Claim 15, wherein said identifier comprises a URL with said version number embedded in a path specified in said URL.
21. The method of Claim 15, wherein said identifier comprises a URL with said version number embedded in a query string specified in said URL.
22. The method of Claim 15, wherein said identifier comprises a URL with a domain name for said version specified in said URL.
23. The method of Claim 15, wherein said identifier comprises a URL with said version number embedded in a domain name specified in said URL.
24. The method of Claim 15, wherein said identifier is provided via a cookie installed on said client computer.
25. The method of Claim 15, wherein Step (C) is performed by said server computer.
26. The method of Claim 15, wherein Step (E) is performed by said server computer.
27. The method of Claim 15, wherein Step (E) is performed via a switch.
28. The method of Claim 15, wherein Step (E) is performed via a translator that translates said request to a format that is executable on said particular software application regardless of said version of said request.
29. The method of Claim 15, wherein:
said plurality of versions of said particular software application comprise a plurality of tiers of versions of said particular software application;
the request of Step (C) further comprises at least one object selected from the group consisting of a variable, a data item, and an argument; and said at least one object is passed from one of said tiers that does not recognize said object to another of said tiers that does recognize said object.
said plurality of versions of said particular software application comprise a plurality of tiers of versions of said particular software application;
the request of Step (C) further comprises at least one object selected from the group consisting of a variable, a data item, and an argument; and said at least one object is passed from one of said tiers that does not recognize said object to another of said tiers that does recognize said object.
30. The method of Claim 15, wherein said network of Step (A) is a global communications network, and said particular software application of Step (B) is a carrier management system.
THAT WHICH IS CLAIMED:
1. A system for controlling the deployment of software in a multiple version environment, said system comprised of:
one or more servers simultaneously and continuously executing at least a first and a second version of a particular software application;
one or more user terminals that access the one or more servers over a network, wherein a request is made to access said particular software application from at least one of said one or more user terminals and said request identifies the version of the particular software application to be accessed; and a device for routing said request to the version of the particular software application to be accessed if said version is simultaneously and continuously executing on said one or more servers, else said request is rejected.
2. The system of Claim 1, wherein the request identifies the version of the particular software application to be accessed by one or more of a version number included in a path specified in a URL included in the request, a version number included in a query string specified in a URL included in the request, specifying separate domain names for the version to be accessed in a URL included in the request; a version number included in a domain name specified in a URL
included in the request, or the use of a cookie in a browser that originates the request.
3. The system of Claim 1, wherein the device for routing the request to the version of the particular software application to be accessed is a switch.
4. The system of Claim 1, wherein the device for routing the request to the version of the particular software application to be accessed is a translator that translates the request to a format acceptable to the version of the software to be accessed.
5. The system of Claim 1, wherein the network is an Internet connection and the particular software application is a carrier management system.
6. A system for simultaneously executing multiple tiers of software in a multiple version environment, said system comprised of:
one or more servers simultaneously and continuously executing at least first and second versions of a particular software application, wherein the at least first and second version of the particular software application comprise the multiple tiers of software;
one or more user terminals that access the one or more servers over a network, wherein a request comprised of at least one of variables, data items or arguments is made to access said particular software application from at least one of said one or more user terminals and said request identifies the version of the particular software application to be accessed; and a device for routing said request to the version of the particular software application to be accessed, wherein said variables, data items, or arguments of said request are passed from a tier of software where they are not recognized to a tier of software where said variables, data items, or arguments are recognized by the version of the particular software application executing at that tier of software if said version is simultaneously and continuously executing on said one or more servers, else said request is rejected.
7. The system of Claim 6, wherein the request identifies the version of the particular software application to be accessed by one or more of a version number included in a path specified in a URL included in the request, a version number included in a query string specified in a URL included in the request, specifying separate domain names for the version to be accessed in a URL included in the request; a version number included in a domain name specified in a URL
included in the request, or the use of a cookie in a browser that originates the request.
8. The system of Claim 6, wherein the device for routing the request to the version of the particular software application to be accessed is a switch.
9. The system of Claim 6, wherein the device for routing the request to the version of the particular software application to be accessed is a translator that translates the request to a format acceptable to the version of the software to be accessed.
THAT WHICH IS CLAIMED:
1. A system for controlling the deployment of software in a multiple version environment, said system comprised of:
one or more servers simultaneously and continuously executing at least a first and a second version of a particular software application;
one or more user terminals that access the one or more servers over a network, wherein a request is made to access said particular software application from at least one of said one or more user terminals and said request identifies the version of the particular software application to be accessed; and a device for routing said request to the version of the particular software application to be accessed if said version is simultaneously and continuously executing on said one or more servers, else said request is rejected.
2. The system of Claim 1, wherein the request identifies the version of the particular software application to be accessed by one or more of a version number included in a path specified in a URL included in the request, a version number included in a query string specified in a URL included in the request, specifying separate domain names for the version to be accessed in a URL included in the request; a version number included in a domain name specified in a URL
included in the request, or the use of a cookie in a browser that originates the request.
3. The system of Claim 1, wherein the device for routing the request to the version of the particular software application to be accessed is a switch.
4. The system of Claim 1, wherein the device for routing the request to the version of the particular software application to be accessed is a translator that translates the request to a format acceptable to the version of the software to be accessed.
5. The system of Claim 1, wherein the network is an Internet connection and the particular software application is a carrier management system.
6. A system for simultaneously executing multiple tiers of software in a multiple version environment, said system comprised of:
one or more servers simultaneously and continuously executing at least first and second versions of a particular software application, wherein the at least first and second version of the particular software application comprise the multiple tiers of software;
one or more user terminals that access the one or more servers over a network, wherein a request comprised of at least one of variables, data items or arguments is made to access said particular software application from at least one of said one or more user terminals and said request identifies the version of the particular software application to be accessed; and a device for routing said request to the version of the particular software application to be accessed, wherein said variables, data items, or arguments of said request are passed from a tier of software where they are not recognized to a tier of software where said variables, data items, or arguments are recognized by the version of the particular software application executing at that tier of software if said version is simultaneously and continuously executing on said one or more servers, else said request is rejected.
7. The system of Claim 6, wherein the request identifies the version of the particular software application to be accessed by one or more of a version number included in a path specified in a URL included in the request, a version number included in a query string specified in a URL included in the request, specifying separate domain names for the version to be accessed in a URL included in the request; a version number included in a domain name specified in a URL
included in the request, or the use of a cookie in a browser that originates the request.
8. The system of Claim 6, wherein the device for routing the request to the version of the particular software application to be accessed is a switch.
9. The system of Claim 6, wherein the device for routing the request to the version of the particular software application to be accessed is a translator that translates the request to a format acceptable to the version of the software to be accessed.
31 10. The system of Claim 6, wherein the network is an Internet connection and the particular software application is a carrier management system.
11. A method of controlling the deployment of software in a multiple version environment comprising:
providing one or more servers simultaneously and continuously executing at least a first and a second version of a particular software application;
providing a user terminal wherein a user logs onto a website using said user terminal using logon information;
determining from said logon information a designated version of said particular software application for said user, wherein said designated version of the particular software application is the version of said particular software application that said user is authorized to access;
making a request from said user terminal over a network to said one or more servers to access the designated version of software, wherein said request identifies the designated version of the particular software application to be accessed; and accessing said designated version of the particular software application if said designated version is simultaneously and continuously executing on said one or more servers, else said request is rejected.
12. The method of Claim 11, wherein making the request from said user terminal over a network to said one or more servers to access the designated version of software that identifies the designated version of the particular software application to be accessed comprises identifying the particular software application by one or more of a version number included in a path specified in a URL
included in the request, a version number included in a query string specified in a URL
included in the request, specifying separate domain names for the version to be accessed in a URL included in the request; a version number included in a domain name specified in a URL included in the request, or the use of a cookie in a browser that originates the request.
11. A method of controlling the deployment of software in a multiple version environment comprising:
providing one or more servers simultaneously and continuously executing at least a first and a second version of a particular software application;
providing a user terminal wherein a user logs onto a website using said user terminal using logon information;
determining from said logon information a designated version of said particular software application for said user, wherein said designated version of the particular software application is the version of said particular software application that said user is authorized to access;
making a request from said user terminal over a network to said one or more servers to access the designated version of software, wherein said request identifies the designated version of the particular software application to be accessed; and accessing said designated version of the particular software application if said designated version is simultaneously and continuously executing on said one or more servers, else said request is rejected.
12. The method of Claim 11, wherein making the request from said user terminal over a network to said one or more servers to access the designated version of software that identifies the designated version of the particular software application to be accessed comprises identifying the particular software application by one or more of a version number included in a path specified in a URL
included in the request, a version number included in a query string specified in a URL
included in the request, specifying separate domain names for the version to be accessed in a URL included in the request; a version number included in a domain name specified in a URL included in the request, or the use of a cookie in a browser that originates the request.
32 13. The method of Claim 11, wherein accessing said designated version of the particular software application comprises routing the request to the designated version of the software application to be accessed by a switch.
14. The method of Claim 11, wherein accessing said designated version of the particular software application comprises routing the request to a translator that translates the request to a format acceptable to the designated version of the software to be accessed.
15. The method of Claim 11, wherein making a request from said user terminal over a network to said one or more servers to access the designated version of software the request is made via an Internet connection and the designated version of software is a specific release version of a carrier management system.
16. A method for simultaneously executing multiple tiers of software in a multiple version environment comprising the steps of:
providing one or more servers that are simultaneously and continuously executing at least first and second versions of a particular software application, wherein the at least first and second version of the particular software application comprise the multiple tiers of software;
providing one or more user terminals that access the one or more servers over a network, making a request comprised of at least one of variables, data items or arguments is made to access said particular software application from at least one of said one or more user terminals and said request identifies the version of the particular software application to be accessed; and routing said request to the version of the particular software application to be accessed, wherein said variables, data items, or arguments of said request are passed from a tier of software where they are not recognized to a tier of software where said variables, data items, or arguments are recognized by the version of the particular software application executing at that tier of software if said version is simultaneously and continuously executing on said one or more servers, else said request is rejected.
14. The method of Claim 11, wherein accessing said designated version of the particular software application comprises routing the request to a translator that translates the request to a format acceptable to the designated version of the software to be accessed.
15. The method of Claim 11, wherein making a request from said user terminal over a network to said one or more servers to access the designated version of software the request is made via an Internet connection and the designated version of software is a specific release version of a carrier management system.
16. A method for simultaneously executing multiple tiers of software in a multiple version environment comprising the steps of:
providing one or more servers that are simultaneously and continuously executing at least first and second versions of a particular software application, wherein the at least first and second version of the particular software application comprise the multiple tiers of software;
providing one or more user terminals that access the one or more servers over a network, making a request comprised of at least one of variables, data items or arguments is made to access said particular software application from at least one of said one or more user terminals and said request identifies the version of the particular software application to be accessed; and routing said request to the version of the particular software application to be accessed, wherein said variables, data items, or arguments of said request are passed from a tier of software where they are not recognized to a tier of software where said variables, data items, or arguments are recognized by the version of the particular software application executing at that tier of software if said version is simultaneously and continuously executing on said one or more servers, else said request is rejected.
33 17. The method of Claim 16, wherein making a request comprised of at least one of variables, data items or arguments is made to access said particular software application from at least one of said one or more user terminals and said request identifies the version of the particular software application to be accessed identifies the version of the particular software application to be accessed by one or more of a version number included in a path specified in a URL included in the request, a version number included in a query string specified in a URL included in the request, specifying separate domain names for the version to be accessed in a URL
included in the request; a version number included in a domain name specified in a URL included in the request, or the use of a cookie in a browser that originates the request.
18. The method of Claim 16, wherein routing said request to the version of the particular software application to be accessed comprises routing the request to a switch that routes said request to the version of the particular software application to be accessed.
19. The method of Claim 16, wherein routing said request to the version of the particular software application to be accessed comprises routing the request to a translator that translates the request to a format acceptable to the version of the software to be accessed.
20. The method of Claim 16, wherein providing one or more user terminals that access the one or more servers over a network is accomplished over an Internet connection and the particular software application is a carrier management system.
included in the request; a version number included in a domain name specified in a URL included in the request, or the use of a cookie in a browser that originates the request.
18. The method of Claim 16, wherein routing said request to the version of the particular software application to be accessed comprises routing the request to a switch that routes said request to the version of the particular software application to be accessed.
19. The method of Claim 16, wherein routing said request to the version of the particular software application to be accessed comprises routing the request to a translator that translates the request to a format acceptable to the version of the software to be accessed.
20. The method of Claim 16, wherein providing one or more user terminals that access the one or more servers over a network is accomplished over an Internet connection and the particular software application is a carrier management system.
34
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US61606304P | 2004-10-04 | 2004-10-04 | |
US60/616,063 | 2004-10-04 | ||
PCT/US2005/034934 WO2006041700A1 (en) | 2004-10-04 | 2005-09-29 | Controlled deployment of software in a web-based architecture |
Publications (2)
Publication Number | Publication Date |
---|---|
CA2583673A1 true CA2583673A1 (en) | 2006-04-20 |
CA2583673C CA2583673C (en) | 2011-12-06 |
Family
ID=35595279
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CA2583673A Active CA2583673C (en) | 2004-10-04 | 2005-09-29 | Controlled deployment of software in a web-based architecture |
Country Status (5)
Country | Link |
---|---|
US (1) | US7562358B2 (en) |
EP (1) | EP1800212A1 (en) |
CA (1) | CA2583673C (en) |
MX (1) | MX2007004061A (en) |
WO (1) | WO2006041700A1 (en) |
Families Citing this family (111)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6324685B1 (en) | 1998-03-18 | 2001-11-27 | Becomm Corporation | Applet server that provides applets in various forms |
US7634572B2 (en) * | 2004-12-22 | 2009-12-15 | Slipstream Data Inc. | Browser-plugin based method for advanced HTTPS data processing |
US20060288009A1 (en) * | 2005-06-20 | 2006-12-21 | Tobid Pieper | Method and apparatus for restricting access to an electronic product release within an electronic software delivery system |
US9063725B2 (en) * | 2005-06-24 | 2015-06-23 | Oracle International Corporation | Portable management |
US9075596B2 (en) * | 2005-06-24 | 2015-07-07 | Oracle International Corporation | Deployment |
US9542175B2 (en) * | 2005-06-24 | 2017-01-10 | Oracle International Corporation | Continuous deployment |
US20070226731A1 (en) * | 2005-11-16 | 2007-09-27 | Tseitlin Ariel D | Modularity |
US20070250828A1 (en) * | 2005-11-16 | 2007-10-25 | Tseitlin Ariel D | Portable libraries |
US8156090B1 (en) * | 2005-12-22 | 2012-04-10 | Unisys Corporation | Maintaining file name uniqueness in an application development environment of a computing system |
WO2007113533A1 (en) * | 2006-03-31 | 2007-10-11 | British Telecommunications Public Limited Company | Xml-based transfer and a local storage of java objects |
GB0702599D0 (en) * | 2006-05-05 | 2007-03-21 | Omnifone Ltd | Data synchronization |
US7818740B2 (en) * | 2006-05-05 | 2010-10-19 | Microsoft Corporation | Techniques to perform gradual upgrades |
US7752092B1 (en) * | 2006-06-16 | 2010-07-06 | Intuit Inc. | System and method for indicating previous document source information for current document fields |
JP2008027129A (en) * | 2006-07-20 | 2008-02-07 | Yamaha Corp | Compatibility decision device and program |
US8719787B2 (en) * | 2006-09-30 | 2014-05-06 | American Express Travel Related Services Company, Inc. | System and method for server migration synchronization |
US8930555B2 (en) | 2007-03-08 | 2015-01-06 | Microsoft Corporation | Extending functionality of web-based applications |
US20080244552A1 (en) * | 2007-03-27 | 2008-10-02 | Telefonaktiebolaget Lm Ericsson (Publ) | Upgrading services associated with high availability systems |
US8327363B2 (en) * | 2007-07-24 | 2012-12-04 | Microsoft Corporation | Application compatibility in multi-core systems |
US8544014B2 (en) * | 2007-07-24 | 2013-09-24 | Microsoft Corporation | Scheduling threads in multi-core systems |
US8065671B1 (en) * | 2007-08-20 | 2011-11-22 | United States Automobile Association (USAA) | Systems and methods for product updates with provisioning of data items |
JP5127414B2 (en) * | 2007-11-20 | 2013-01-23 | キヤノン株式会社 | Service providing apparatus, control method therefor, and computer program |
US8418163B2 (en) * | 2008-04-16 | 2013-04-09 | Ciena Corporation | Stacked hardware abstraction layer methods for maintaining software/hardware backward compatibility |
US7996359B2 (en) * | 2008-06-16 | 2011-08-09 | International Business Machines Corporation | Managing multi-node multi-version systems |
US9032390B2 (en) * | 2008-07-29 | 2015-05-12 | Qualcomm Incorporated | Framework versioning |
US20100043011A1 (en) * | 2008-08-18 | 2010-02-18 | International Business Machines Corporation | Method for tracking local storage of web pages |
US7882174B2 (en) * | 2008-09-29 | 2011-02-01 | Microsoft Corporation | Multiple parallel user experiences provided by a single set of internet hosting machines |
US8495621B2 (en) * | 2009-06-15 | 2013-07-23 | Microsoft Corporation | Catalog-based software component management |
US20110202384A1 (en) * | 2010-02-17 | 2011-08-18 | Rabstejnek Wayne S | Enterprise Rendering Platform |
US8667480B1 (en) * | 2010-04-19 | 2014-03-04 | Google Inc. | Automatically updating browser extensions, and applications thereof |
JP2011238007A (en) * | 2010-05-10 | 2011-11-24 | Canon Inc | Distribution apparatus, program distribution system, distribution method, and program |
US8689208B2 (en) * | 2010-06-24 | 2014-04-01 | Microsoft Corporation | Upgrade management of application components |
WO2012046891A1 (en) * | 2010-10-06 | 2012-04-12 | 엘지전자 주식회사 | Mobile terminal, display device, and method for controlling same |
WO2012125696A2 (en) * | 2011-03-14 | 2012-09-20 | Browsium, Inc. | Methods and systems for one browser version to use a rendering engine of another browser version for displaying information |
US20130174124A1 (en) * | 2011-12-29 | 2013-07-04 | Christina Watters | Version numbering in single development and test environment |
US9552201B2 (en) | 2011-08-31 | 2017-01-24 | Avaya Inc. | System and method for incremental software installation |
US11700412B2 (en) | 2019-01-08 | 2023-07-11 | Universal Electronics Inc. | Universal voice assistant |
US11451618B2 (en) | 2014-05-15 | 2022-09-20 | Universal Electronics Inc. | Universal voice assistant |
US11792185B2 (en) | 2019-01-08 | 2023-10-17 | Universal Electronics Inc. | Systems and methods for associating services and/or devices with a voice assistant |
US9122886B2 (en) * | 2011-12-20 | 2015-09-01 | Apple Inc. | Track changes permissions |
US9542366B2 (en) | 2011-12-20 | 2017-01-10 | Apple Inc. | Smart text in document chat |
US9678728B1 (en) * | 2012-03-29 | 2017-06-13 | Emc International Company | Version compatibility |
WO2014047386A1 (en) * | 2012-09-21 | 2014-03-27 | Life Technologies Corporation | Systems and methods for versioning hosted software |
CN103942225B (en) * | 2013-01-23 | 2018-06-08 | 阿里巴巴集团控股有限公司 | A kind of resource transfer method, client and the system of mixed type applications client |
US9729652B2 (en) * | 2013-04-22 | 2017-08-08 | Microsoft Technology Licensing, Llc | Dynamically affinitizing users to a version of a website |
US9208347B2 (en) * | 2013-11-05 | 2015-12-08 | Bank Of America Corporation | Updating roles based access |
US9691044B2 (en) | 2013-11-05 | 2017-06-27 | Bank Of America Corporation | Application shell login role based access control |
US9916627B1 (en) | 2014-04-30 | 2018-03-13 | Intuit Inc. | Methods systems and articles of manufacture for providing tax document guidance during preparation of electronic tax return |
US10063625B2 (en) * | 2014-05-15 | 2018-08-28 | Universal Electronics Inc. | System and method for appliance detection and app configuration |
US11445011B2 (en) | 2014-05-15 | 2022-09-13 | Universal Electronics Inc. | Universal voice assistant |
US20150339330A1 (en) * | 2014-05-20 | 2015-11-26 | Sony Corporation | System and method for content deployment |
US20170168797A1 (en) * | 2015-12-09 | 2017-06-15 | Microsoft Technology Licensing, Llc | Model-driven updates distributed to changing topologies |
CA2954037A1 (en) * | 2016-01-21 | 2017-07-21 | Wal-Mart Stores, Inc. | Codeless information service for abstract retrieval of disparate data |
US10878079B2 (en) | 2016-05-11 | 2020-12-29 | Oracle International Corporation | Identity cloud service authorization model with dynamic roles and scopes |
US9838377B1 (en) | 2016-05-11 | 2017-12-05 | Oracle International Corporation | Task segregation in a multi-tenant identity and data security management cloud service |
US10425386B2 (en) | 2016-05-11 | 2019-09-24 | Oracle International Corporation | Policy enforcement point for a multi-tenant identity and data security management cloud service |
US10581820B2 (en) | 2016-05-11 | 2020-03-03 | Oracle International Corporation | Key generation and rollover |
US10454940B2 (en) | 2016-05-11 | 2019-10-22 | Oracle International Corporation | Identity cloud service authorization model |
US9781122B1 (en) | 2016-05-11 | 2017-10-03 | Oracle International Corporation | Multi-tenant identity and data security management cloud service |
US10341410B2 (en) | 2016-05-11 | 2019-07-02 | Oracle International Corporation | Security tokens for a multi-tenant identity and data security management cloud service |
US10585682B2 (en) | 2016-08-05 | 2020-03-10 | Oracle International Corporation | Tenant self-service troubleshooting for a multi-tenant identity and data security management cloud service |
US10255061B2 (en) * | 2016-08-05 | 2019-04-09 | Oracle International Corporation | Zero down time upgrade for a multi-tenant identity and data security management cloud service |
US10263947B2 (en) | 2016-08-05 | 2019-04-16 | Oracle International Corporation | LDAP to SCIM proxy service |
US10530578B2 (en) | 2016-08-05 | 2020-01-07 | Oracle International Corporation | Key store service |
US10516672B2 (en) | 2016-08-05 | 2019-12-24 | Oracle International Corporation | Service discovery for a multi-tenant identity and data security management cloud service |
US10505941B2 (en) | 2016-08-05 | 2019-12-10 | Oracle International Corporation | Virtual directory system for LDAP to SCIM proxy service |
US10735394B2 (en) | 2016-08-05 | 2020-08-04 | Oracle International Corporation | Caching framework for a multi-tenant identity and data security management cloud service |
US10484382B2 (en) | 2016-08-31 | 2019-11-19 | Oracle International Corporation | Data management for a multi-tenant identity cloud service |
US10511589B2 (en) | 2016-09-14 | 2019-12-17 | Oracle International Corporation | Single logout functionality for a multi-tenant identity and data security management cloud service |
US10594684B2 (en) | 2016-09-14 | 2020-03-17 | Oracle International Corporation | Generating derived credentials for a multi-tenant identity cloud service |
US10846390B2 (en) | 2016-09-14 | 2020-11-24 | Oracle International Corporation | Single sign-on functionality for a multi-tenant identity and data security management cloud service |
US10445395B2 (en) | 2016-09-16 | 2019-10-15 | Oracle International Corporation | Cookie based state propagation for a multi-tenant identity cloud service |
US10567364B2 (en) | 2016-09-16 | 2020-02-18 | Oracle International Corporation | Preserving LDAP hierarchy in a SCIM directory using special marker groups |
US10484243B2 (en) | 2016-09-16 | 2019-11-19 | Oracle International Corporation | Application management for a multi-tenant identity cloud service |
EP3513542B1 (en) | 2016-09-16 | 2021-05-19 | Oracle International Corporation | Tenant and service management for a multi-tenant identity and data security management cloud service |
US10791087B2 (en) | 2016-09-16 | 2020-09-29 | Oracle International Corporation | SCIM to LDAP mapping using subtype attributes |
US10341354B2 (en) | 2016-09-16 | 2019-07-02 | Oracle International Corporation | Distributed high availability agent architecture |
US10904074B2 (en) | 2016-09-17 | 2021-01-26 | Oracle International Corporation | Composite event handler for a multi-tenant identity cloud service |
US20180123902A1 (en) * | 2016-10-31 | 2018-05-03 | Agt International Gmbh | Method of operating a sensor network and system therefor |
US10318287B2 (en) * | 2016-12-21 | 2019-06-11 | Hewlett Packard Enterprise Development Lp | Deploying documents to a server in a specific environment |
US10261836B2 (en) | 2017-03-21 | 2019-04-16 | Oracle International Corporation | Dynamic dispatching of workloads spanning heterogeneous services |
US10747520B2 (en) | 2017-04-14 | 2020-08-18 | Microsoft Technology Licensing, Llc | Resource deployment using device analytics |
US10454915B2 (en) | 2017-05-18 | 2019-10-22 | Oracle International Corporation | User authentication using kerberos with identity cloud service |
US10671377B2 (en) * | 2017-07-13 | 2020-06-02 | Vmware, Inc. | Method to deploy new version of executable in node based environments |
US10560372B1 (en) | 2017-08-28 | 2020-02-11 | Amazon Technologies, Inc. | Request routing based on server software versions |
US10348858B2 (en) | 2017-09-15 | 2019-07-09 | Oracle International Corporation | Dynamic message queues for a microservice based cloud service |
US11308132B2 (en) | 2017-09-27 | 2022-04-19 | Oracle International Corporation | Reference attributes for related stored objects in a multi-tenant cloud service |
US11271969B2 (en) | 2017-09-28 | 2022-03-08 | Oracle International Corporation | Rest-based declarative policy management |
US10834137B2 (en) | 2017-09-28 | 2020-11-10 | Oracle International Corporation | Rest-based declarative policy management |
US10705823B2 (en) | 2017-09-29 | 2020-07-07 | Oracle International Corporation | Application templates and upgrade framework for a multi-tenant identity cloud service |
CN107870772B (en) * | 2017-10-09 | 2020-10-02 | 深圳前海微众银行股份有限公司 | Cross-environment application deployment method, platform, system and readable storage medium |
US10715564B2 (en) | 2018-01-29 | 2020-07-14 | Oracle International Corporation | Dynamic client registration for an identity cloud service |
US10931656B2 (en) | 2018-03-27 | 2021-02-23 | Oracle International Corporation | Cross-region trust for a multi-tenant identity cloud service |
US11165634B2 (en) | 2018-04-02 | 2021-11-02 | Oracle International Corporation | Data replication conflict detection and resolution for a multi-tenant identity cloud service |
US10798165B2 (en) | 2018-04-02 | 2020-10-06 | Oracle International Corporation | Tenant data comparison for a multi-tenant identity cloud service |
US11258775B2 (en) | 2018-04-04 | 2022-02-22 | Oracle International Corporation | Local write for a multi-tenant identity cloud service |
US11012444B2 (en) | 2018-06-25 | 2021-05-18 | Oracle International Corporation | Declarative third party identity provider integration for a multi-tenant identity cloud service |
US10764273B2 (en) | 2018-06-28 | 2020-09-01 | Oracle International Corporation | Session synchronization across multiple devices in an identity cloud service |
US11693835B2 (en) | 2018-10-17 | 2023-07-04 | Oracle International Corporation | Dynamic database schema allocation on tenant onboarding for a multi-tenant identity cloud service |
US11321187B2 (en) | 2018-10-19 | 2022-05-03 | Oracle International Corporation | Assured lazy rollback for a multi-tenant identity cloud service |
US11776539B2 (en) | 2019-01-08 | 2023-10-03 | Universal Electronics Inc. | Voice assistant with sound metering capabilities |
US11665757B2 (en) | 2019-01-08 | 2023-05-30 | Universal Electronics Inc. | Universal audio device pairing assistant |
US11651357B2 (en) | 2019-02-01 | 2023-05-16 | Oracle International Corporation | Multifactor authentication without a user footprint |
US11061929B2 (en) | 2019-02-08 | 2021-07-13 | Oracle International Corporation | Replication of resource type and schema metadata for a multi-tenant identity cloud service |
US11321343B2 (en) | 2019-02-19 | 2022-05-03 | Oracle International Corporation | Tenant replication bootstrap for a multi-tenant identity cloud service |
US11669321B2 (en) | 2019-02-20 | 2023-06-06 | Oracle International Corporation | Automated database upgrade for a multi-tenant identity cloud service |
US11423111B2 (en) | 2019-02-25 | 2022-08-23 | Oracle International Corporation | Client API for rest based endpoints for a multi-tenant identify cloud service |
US11792226B2 (en) | 2019-02-25 | 2023-10-17 | Oracle International Corporation | Automatic api document generation from scim metadata |
US11870770B2 (en) | 2019-09-13 | 2024-01-09 | Oracle International Corporation | Multi-tenant identity cloud service with on-premise authentication integration |
US11687378B2 (en) | 2019-09-13 | 2023-06-27 | Oracle International Corporation | Multi-tenant identity cloud service with on-premise authentication integration and bridge high availability |
US11611548B2 (en) | 2019-11-22 | 2023-03-21 | Oracle International Corporation | Bulk multifactor authentication enrollment |
US12047435B1 (en) | 2023-07-07 | 2024-07-23 | International Business Machines Corporation | Managing software catalogs in hybrid and multi-cloud environments |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5583983A (en) * | 1994-11-17 | 1996-12-10 | Objectware, Inc. | Multi-platform object-oriented software development and deployment system |
US5689708A (en) * | 1995-03-31 | 1997-11-18 | Showcase Corporation | Client/server computer systems having control of client-based application programs, and application-program control means therefor |
US6389589B1 (en) * | 1998-09-21 | 2002-05-14 | Microsoft Corporation | Class store schema |
US6850980B1 (en) * | 2000-06-16 | 2005-02-01 | Cisco Technology, Inc. | Content routing service protocol |
GB0017336D0 (en) * | 2000-07-15 | 2000-08-30 | Ibm | Preferable modes of software package deployment |
US7032229B1 (en) * | 2001-06-04 | 2006-04-18 | Palmsource, Inc. | Automatic tracking of user progress in a software application |
US7073164B1 (en) * | 2001-06-07 | 2006-07-04 | I2 Technologies Us, Inc. | Software deployment system and method |
US7539985B2 (en) * | 2003-02-26 | 2009-05-26 | Bea Systems, Inc. | Systems and methods for dynamic component versioning |
-
2005
- 2005-09-28 US US11/238,423 patent/US7562358B2/en active Active
- 2005-09-29 CA CA2583673A patent/CA2583673C/en active Active
- 2005-09-29 EP EP05799616A patent/EP1800212A1/en not_active Ceased
- 2005-09-29 MX MX2007004061A patent/MX2007004061A/en unknown
- 2005-09-29 WO PCT/US2005/034934 patent/WO2006041700A1/en active Application Filing
Also Published As
Publication number | Publication date |
---|---|
US20060075398A1 (en) | 2006-04-06 |
EP1800212A1 (en) | 2007-06-27 |
US7562358B2 (en) | 2009-07-14 |
WO2006041700A1 (en) | 2006-04-20 |
CA2583673C (en) | 2011-12-06 |
MX2007004061A (en) | 2007-06-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CA2583673A1 (en) | Controlled deployment of software in a web-based architecture | |
CN106487850B (en) | The methods, devices and systems of mirror image are obtained under a kind of cloud environment | |
US9219705B2 (en) | Scaling network services using DNS | |
CA2734774C (en) | A user-transparent system for uniquely identifying network-distributed devices without explicitly provided device or user identifying information | |
US9436763B1 (en) | Infrastructure enabling intelligent execution and crawling of a web application | |
CN103154895B (en) | System and method for managing cookie agencies on the core in multiple nucleus system | |
CN103312761B (en) | System and method for optimizing downloadable content transmission | |
US8312285B2 (en) | Global profile management method and system | |
JP2017515206A (en) | Implementation of services to coordinate container placement and execution | |
US10942839B2 (en) | System and method for debugging applications on a developer workstation | |
US8392911B2 (en) | Download discovery for web servers | |
US20180329799A1 (en) | Analyzing analytic element network traffic | |
CN109600458B (en) | Website access method and device | |
US11647051B2 (en) | Network policy service for dynamic media | |
WO2008113917A3 (en) | Method for simulating the operation of a device with predetermined architecture and processor using another device connected to a computer network | |
US20040167960A1 (en) | Network service interceptor | |
US20100036853A1 (en) | Management of redirection | |
US20120137283A1 (en) | Systems and methods for tracking computing systems utilizing software repositories | |
US7809858B1 (en) | Cross-protocol URL mapping | |
EP1754145B1 (en) | Method and apparatus for supporting multiple versions of a web services protocol | |
US20140280335A1 (en) | System and method to allow a domain name server to process a natural language query and determine context | |
US20210126892A1 (en) | Name server management of domain name systems using virtual name servers | |
CN103609074A (en) | Application specific WEB request routing | |
CN113704659A (en) | Equipment terminal access marking method and system | |
US10645174B2 (en) | Enabling multiple sessions in a single browser |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
EEER | Examination request |