A cloud computing environment with the ability to deploy a web application that has been developed using one of a plurality of application frameworks and is configured to execute within one of a plurality of runtime environments can be delivered as a self-contained virtual machine disk image configured to launch in a virtualization environment. Upon request (or alternatively, in a pre-processing phase), a cloud computing platform provider can compose a virtual machine disk image comprising the cloud computing environment. The virtual machine disk image may be attached to any virtual machine, whether running on a personal computing device such as a laptop or in an infrastructure-as-a-service service provider to provide a cloud computing environment that is automatically configured to receive and deploy a web application.
|
1. A method for delivering a cloud computing environment for deploying a web application, wherein the cloud computing environment is configured to launch in a virtualization environment, the method comprising the steps of:
receiving a request for the cloud computing environment;
composing a virtual machine disk image comprising (i) at least one installed server providing a service accessible to the web application, (ii) a runtime environment configured to deploy the web application, (iii) a controller component configured to receive the web application, bind the service to the web application and package the web application into a deployment package; (iv) a deployment agent component configured to receive the deployment package from the controller component and deploy the web application into the runtime environment, (v) a router component configured to route web application requests to the runtime environment, and (vi) an address and discovery layer component configured to propagate messages among the server, runtime environment, controller component, deployment agent component and router component; and
providing the virtual machine disk image in response to the request.
15. A server configured to deliver a cloud computing environment for deploying a web application, wherein the cloud computing environment is configured to launch in a virtualization environment, the server comprising a processor configured to perform the steps of:
receiving a request for the cloud computing environment;
composing a virtual machine disk image comprising (i) at least one installed server providing a service accessible to the web application, (ii) a runtime environment configured to deploy the web application, (iii) a controller component configured to receive the web application, bind the service to the web application and package the web application into a deployment package; (iv) a deployment agent component configured to receive the deployment package from the controller component and deploy the web application into the runtime environment, (v) a router component configured to route web application requests to the runtime environment, and (vi) an address and discovery layer component configured to propagate messages among the server, runtime environment, controller component, deployment agent component and router component; and
providing the virtual machine disk image in response to the request.
8. A non-transitory computer-readable storage medium including instructions that, when executed on a computer processor, causes the computer processor to deliver a cloud computing environment for deploying a web application, wherein the cloud computing environment is configured to launch in a virtualization environment, by performing the steps of:
receiving a request for the cloud computing environment;
composing a virtual machine disk image comprising (i) at least one installed server providing a service accessible to the web application, (ii) a runtime environment configured to deploy the web application, (iii) a controller component configured to receive the web application, bind the service to the web application and package the web application into a deployment package; (iv) a deployment agent component configured to receive the deployment package from the controller component and deploy the web application into the runtime environment, (v) a router component configured to route web application requests to the runtime environment, and (vi) an address and discovery layer component configured to propagate messages among the server, runtime environment, controller component, deployment agent component and router component; and
providing the virtual machine disk image in response to the request.
2. The method of
3. The method of
4. The method of
5. The method of
6. The method of
7. The method of
9. The non-transitory computer-readable storage medium of
10. The non-transitory computer-readable storage medium of
11. The non-transitory computer-readable storage medium of
12. The non-transitory computer-readable storage medium of
13. The non-transitory computer-readable storage medium of
14. The non-transitory computer-readable storage medium of
16. The server of
17. The server of
18. The server of
19. The server of
20. The server of
|
The present application is a continuation-in-part of U.S. patent application Ser. No. 13/094,538 filed on Apr. 26, 2011 and entitled “Droplet Execution Engine for Dynamic Server Application Deployment”, which further claims the benefit of U.S. provisional patent application 61/327,915 filed on Apr. 26, 2010 and entitled “Droplet Execution Engine for Dynamic Server Application Deployment,” each of which is hereby incorporated by reference. The present application also claims the benefit of U.S. provisional patent application 61/474,497 filed on Apr. 12, 2011 and entitled “Microcloud Platform Delivery System,” which is hereby incorporated by reference. The present application is further related by subject matter to U.S. patent application Ser. No. 12/767,010 filed on Apr. 26, 2010 and entitled “Cloud Platform Architecture”, U.S. patent application Ser. No. 13/094,500 filed on Apr. 26, 2011 and entitled “Policy Engine for Cloud Platform” and U.S. patent application Ser. No. 13/094,521 filed on Apr. 26, 2011 and entitled “Rapid Updating of Cloud Applications”, each of which is hereby incorporated by reference.
“Platform-as-a-Service” (also commonly referred to as “PaaS”) generally describes a suite of technologies provided by a service provider as an integrated solution that enables a web developer (or any other application developer) to build, deploy and manage the life cycle of a web application (or any other type of networked application). One primary component of PaaS is a “cloud-computing platform” which is a network (e.g., Internet, etc.) infrastructure run and maintained by the service provider upon which developed web applications may be deployed. By providing the hardware resources and software layers required to robustly run a web application, the cloud computing platform enables developers to focus on the development of the web application, itself, and leave the logistics of scalability and other computing and storage resource requirements (e.g., data storage, database access, processing power, facilities, power and bandwidth, etc.) to the cloud computing platform (e.g., at a cost charged by the service provider). A service provider may additionally provide a plug-in component to a traditional IDE (i.e., integrated development environment) that assists a developer who creates web applications using the IDE to properly structure, develop and test such applications in a manner that is compatible with the service provider's cloud computing platform. Once the developer completes a web application using the IDE, the plug-in component assists the developer in deploying the web application into the cloud computing platform.
However, due to complexities in providing flexible and scalable cloud computing platforms, PaaS is offered by few service providers. Current offerings of cloud computing platforms provide limited choices in the computer languages, application frameworks, runtime environments, available services and other technology options that may be selected to create a web application that can be launched in the cloud computing platform. For example, a cloud computing platform that only supports a runtime environment such as .NET® runtime environment made available by Microsoft would not be suitable for an enterprise with a technology development policy that requires development of web applications using an open source runtime environment such as the Apache Tomcat™ application server. Furthermore, software layers of current cloud computing platforms are inextricably coupled to the hardware resources (e.g., servers, storage, data centers, etc.) upon which they are built, making any enterprise requested customization, modification and/or portability of functionality prohibitive. Such inflexibility and limited choices make adoption of current PaaS more suitable for small start-up companies than for sophisticated enterprises that need to address issues such as governance, security, privacy and higher levels of control over web applications (service level requirements, scalability, fault tolerance etc.).
One or more embodiments of the present invention provide a cloud computing environment for deployment of web applications that can be developed utilizing any choice of application framework (e.g., Ruby on Rails™, Spring™, etc.), any choice of runtime environment (e.g., Apache Tomcat™ application server, Microsoft .NET®, etc.) and any choice of programming language (e.g., Java, Ruby, Scala, Python, etc.). The cloud computing environment further decouples the software-based components of the cloud computing environment that provide web application deployment functionality from any hardware-based infrastructure platform upon which the software-based components might be built. As such, instances of the cloud computing environment can be launched on top of any type of hardware resource, from a single laptop to an enterprise-wide data center. The flexibility of such a cloud computing environment can lead to increased adoption at all levels, from the single developer to the entire enterprise.
One method, according to an embodiment, delivers the cloud computing environment as a self-contained virtual machine disk image configured to launch in a virtualization environment. According to the method, a cloud computing platform provider first receives a request for the cloud computing environment. In response to the request (or alternatively, in a pre-processing phase) the cloud computing platform provider composes a virtual machine disk image comprising (i) at least one installed server providing a service accessible to the web application (e.g., a database server such as a MySQL™ database), (ii) a runtime environment configured to deploy the web application (e.g., Apache Tomcat™ server), (iii) a controller component configured to receive the web application, bind the service to the web application and package the web application into a deployment package; (iv) a deployment agent component configured to receive the deployment package from the controller component and deploy the web application into the runtime environment, (v) a router component configured to route web application requests to the runtime environment, and (vi) an address and discovery layer component configured to propagate messages among the server, runtime environment, controller component, deployment agent component and router component. In response to the request, the cloud computing platform provider provides the virtual machine disk image. This virtual machine disk image may be attached to any virtual machine, whether running on a personal computing device such as a laptop or in an infrastructure-as-a-service service provider to provide a cloud computing environment that is automatically configured to receive and deploy a web application.
Cloud computing platform provider 108 provides service provider 102 an infrastructure platform 110 upon which a cloud computing environment 112 may be executed. In the particular embodiment of
Virtualization environment 120 of
In the embodiment of
Web application 125 can access a set of base services 128 (e.g., run in one or more virtual machines) provided by cloud computing environment 112 as well as third-party services such as those that may be provided directly by service provider 102 (e.g., custom database 104, CRM service 106, etc.). For example, a relational database service (e.g., MySQL, etc.), monitoring service, background task scheduler, logging service, messaging service, memory object caching service and the like may comprise base services 128 in one embodiment. A service provisioner 130 (e.g., run in one or more virtual machines) serves as a communications intermediary between these available services (e.g., base services 128 and other third party provided services such as custom database 104 and CRM service 106) and other components of cloud computing environment 112 (e.g., cloud controller 134, health manager 138, router 136, container VMs 1261 to 126m, etc.) and assists with the task of provisioning or binding such available services to web applications during the web application deployment process.
It should be recognized that service provisioner 130 as depicted in
Returning to
Cloud controller 134 (e.g., run in one or more virtual machines) orchestrates the deployment process for web applications that are submitted to cloud computing environment 112 for deployment. Cloud controller 134 receives web applications submitted to cloud computing environment 112 and, as further detailed below, interacts with other components of cloud computing environment 112 to bind available services required by submitted web applications and package web applications for transmission to available container VMs (e.g., container VMs 1261 to 126m) for deployment. In the embodiment depicted in
Once cloud controller 134 successfully orchestrates the deployment of web application 125 in container VM 1261, an enterprise customer 150 can access web application 125, for example, through a web browser or any other appropriate client application residing on a computer laptop or other computer terminal. Router 136 (e.g., run in one or more virtual machines) receives the web browser's access request (e.g., a uniform resource locator or URL) and routes the request to container VM 1261 which hosts web application 125. More generally, router 136 maintains mappings in internal routing tables between URLs and deployed web applications in order to properly route URL requests from customers to the appropriate container VMs hosting the requested web applications (as well as maintain load balancing among web application instances, etc.). These mappings are received by router 136 through address and discovery layer 132, as detailed further below, when a container VM successfully deploys a web application and thus broadcasts routing information (e.g., hostname, network address information, port number, etc.) for the web application through addressing and discovery layer 132.
It should be recognized that the embodiment of
It should be recognized that embodiments may configure cloud computing environment 112 and infrastructure platform 110 in a loosely coupled manner with communication between computing environment 112 and infrastructure 110 only occurring through orchestration component 122 of infrastructure platform 110 which monitors hardware resource consumption by connecting to addressing and discovery layer 132). In such loosely coupled embodiments, it should be recognized that cloud computing environment 112 may be implemented on any infrastructure platform, including on a laptop or personal computer (e.g., in which case, each component of cloud computer environment 112 runs as a separate process or daemon on the laptop or personal computer).
Upon receipt of such service provisioning data, in step 318, cloud controller 134 is then able to transmit the identity of available services to IDE 142 as requested in step 310. Upon receipt of the identity of available services, in step 320, the IDE plug-in then determines and transmits a selection of desired available services to bind to the submitted web application. It should be recognized that such a selection process may, in certain embodiments, be automated, in accordance with pre-configured preferences set in the IDE, or may involve manual selection by developer 140 in other embodiments. Upon receipt of the selection of services, in step 322, cloud controller 134 begins a “staging process” to stage, or otherwise modify the contents of the WAR file (or other package) of the submitted web application to bind the selected services to the web application. In one embodiment, this staging process involves unpacking the WAR file or extracting its constituent directory structure and files, accordingly inserting new files and/or modifying existing files to bind the selected services, and repacking the WAR file (e.g., or otherwise creating a new WAR file that replaces the previous WAR file). For example, in step 324, cloud controller 134 and the shim components of service provisioner 130 for the selected services may exchange messages through addressing and discovery layer 132 (or via HTTP or other network protocols in other embodiments) to establish or otherwise obtain additional service provisioning data such as service login credentials (e.g., username/password combinations), hostname, network address and port number to access the service and any requisite software drivers/libraries that may be needed to enable the submitted web application to communicate with the services upon deployment. Cloud controller 134 is then able to incorporate such service provisioning data into the contents of the WAR file as part of the staging process. In one embodiment, set-up information identifying the application framework utilized to develop the submitted web application (i.e., that was received by cloud controller 134 in step 300) enables cloud controller 134 to properly insert service provisioning data into the contents of the WAR file to bind selected services based upon a data organization structure of the WAR file that is imposed by the application framework (e.g., inserting additional environmental variables, entries in configuration files, additional system parameters and the like reflecting, for example, the hostname, network address, port number and login credentials for the service, etc.). For example, if the application framework is the Spring framework, cloud controller 134 inserts service provisioning data into the contents of the WAR file in accordance with how a Spring framework developed web application organizes its data within the WAR file. Once the contents of the WAR file have been modified to bind selected services to the submitted web application, in step 326, cloud controller 134 generates a start script file that can be executed by a container VM to start a runtime environment and launch the submitted web application in the runtime environment. For example, if the WAR file is intended to be deployed in a runtime environment such as Apache Tomcat application server, the start script file may include commands to start Apache Tomcat and then start the servlet (or servlets) that comprises web application 125 (e.g., via a net start command, etc.). In an alternative embodiment, such binding as described in steps 322-324 may be deferred until the submitted web application is actually deployed, as further described below (when describing
In step 328, cloud controller 134 then creates a web application deployment package that can be unpacked by any available container VM. In one embodiment, such a web application deployment package is a “tar” file (also referred to as a tarball) that includes the start script file, an instance of the runtime environment (e.g., Apache Tomcat, etc.) to be installed and started in a container VM, and the WAR file for web application 125 (e.g., embedded in an appropriate directory within the directory structure of the instance of the runtime environment). Alternative embodiments may include further optimizations to streamline the communication (and utilized network bandwidth) between the IDE plug-in at enterprise 100 and cloud controller 134. For example, in one embodiment, in step 302, IDE plug-in may include as part of the transmission of set-up characteristics, a “fingerprint” list of hash values (e.g., SHA-1 values, etc.) and file sizes for each file in the WAR file. Cloud controller 134, in turn, maintains its own table of fingerprint entries for hash value/file size pairs, with each entry associated with a stored file. Upon receipt of the list from the IDE plug-in, cloud controller 134 determines whether it already has any of the files in the WAR file by reviewing its table. In such manner, cloud controller 134 can specifically request only those files with associated hash values and file sizes for which cloud controller 134 does not have an entry in its table. Such an optimization can significantly reduce the amount of data transmitted by IDE plug-in to cloud controller 134. For example, if only a few lines of code have been changed in a single library file of an already uploaded web application, the foregoing fingerprinting process enables the IDE plug-in to transmit only the library file itself, rather than the entire WAR file. Similarly, since different web applications often share common application framework files, the foregoing fingerprinting process can further significantly reduce the uploading times for different web applications. It should be recognized that although an IDE (or IDE plug-in) is described in
A virtualization software layer, also referred to hereinafter as hypervisor 412, is installed on top of hardware platform 402. Hypervisor 412 supports virtual machine execution space 414 within which multiple container VMs for hosting web applications may be concurrently instantiated and executed. As shown, virtual execution space 414 supports container VMs 1261 to 126x. For each of container VMs 1261 to 126x, hypervisor 412 manages a corresponding virtual hardware platform (i.e., virtual hardware platforms 4161-416x) that includes emulated hardware such as virtual hard drive 4181, virtual NIC 4201, virtual CPU 4221 and RAM 4241 for VM 1261. For example, virtual hardware platform 4161 may function as an equivalent of a standard x86 hardware architecture such that any x86 supported operating system, e.g., Microsoft Windows®, Linux®, Solaris® x86, NetWare, FreeBSD, etc., may be installed as guest operating system 426 to execute web application 125 for container VM 1261, although it should be recognized that, in alternative, embodiments, each of container VMs 1261 to 126x may support the execution of multiple web applications rather than a single web application. Hypervisor 412 is responsible for transforming I/O requests from guest operating system 426 to virtual platform 4161 into corresponding requests to hardware platform 402. In the embodiment of
It should be recognized that the various terms, layers and categorizations used to describe the virtualization components in
In certain embodiments, base services 128 and/or third party services (such as custom database 104 and CRM service 106) are dynamically bound to web application 125 upon its launch in step 512 rather than during steps 322-324 of the staging process as previously described in the context of
Once deployment agent 428 recognizes that web application 125 has successfully launched (e.g., by confirming the successful binding of a port number to web application 125 in one embodiment), deployment agent 428 broadcasts the hostname, network address information of container VM 1261 and the bound port number of deployed web application 125, in step 514, through addressing and discovery layer 132. In turn, router 136 retrieves the broadcast hostname, network address information and bound port number though the addressing and discovery layer 132 in step 516 and updates its internal routing table in step 518, thereby enabling router 136 to properly route URL requests received from enterprise customer 150 for web application 125 to container VM 1261. It should be recognized that the process of dynamically updating routing information in router 136 upon successful deployment of a web application through steps 514 to 518 provides cloud computing environment 112 flexibility to more easily migrate, move or otherwise re-deploy web applications to different containers VM 1261 to 126m for any of a number of reasons (e.g., during hardware failures, for load balancing purposes, etc.). For example, in one exemplary scenario, health manager 138 may recognize that web application 125 has stopped running because server 1161 that hosts container VM 1261 in which web application 125 has been deployed has suffered a hardware failure. Upon such recognition, health manager 138 may initiate a request to cloud controller 134 to re-deploy web application 125 in a different container VM running on a different server. Once web application 125 has been successfully re-deployed by cloud controller 134, as a result of steps 514 to 518, router 136 will be automatically updated with new routing information to properly route requests to web application 125 which is now deployed on a different container VM on a different server (and therefore is associated with new network routing information). It should be recognized that although the foregoing description utilizes hostnames, network addresses and port numbers to generally describe network address information for a web application, any type of network information may be utilized as network address information in embodiments, depending upon the structure of the connected network and communications protocols implemented by cloud computing environment 112. Additionally, in step 520, deployment agent 428 also identifies a process identifier for the deployed web application 125 and generates a stop script file, in the event that cloud controller 134 receives a command to stop web application 125 in the future (e.g., by request of administrator 146, etc.).
As depicted in
Alternatively, microcloud 600 may be uploaded (e.g., by cloud computing platform provider 108 or the user himself, for example) to an IaaS service provider 625 that, for example, provides an IaaS platform 645 enabling users to dynamically launch (and stop) virtual machine instances 650 in a manner that supports the users' particular business needs. For example, a user can log into IaaS platform 645, allocate himself a virtual machine instance (e.g., with a selected guest operating system), and upload, configure and install desired applications, libraries and data accordingly (for example, to launch a web application, etc.). As depicted in
It should be recognized that the microcloud platform delivery system of
It should be recognized that various modifications and changes may be made to the specific embodiments described herein without departing from the broader spirit and scope of the invention as set forth in the appended claims. For example, while the foregoing description has discussed embodiments using web applications or Internet applications, it should be recognized that any network utilizing application can leverage the techniques disclosed herein, and as such, “web application” as used herein shall be interpreted to include any type of client-server based application that employs network based communications. Furthermore, although the foregoing embodiments have focused on the use of container VMs to host deployed web applications, it should be recognized that any “application container” may be used to host web applications, including such container VMs, processes in virtual machines, kernel level containers, processes in traditional non-virtualized operating systems and any other execution environment that provides an isolated environment capable of running application level code. Similarly, while the various components of cloud computing environment 112 have been generally described as being implemented in one or more virtual machines (e.g., for load balancing and scalability purposes), it should be recognized that any type of “application container” (as previously discussed above) can also implement such components, including, for example, traditional non-virtualized computing environment background processes, threads or daemons. Furthermore, any combination of different types of “application containers” to host web applications and implement other components (e.g., cloud controller 134, router 136, health manager 138, base services 128, service provisioner 130, addressing and discovery layer 132, etc.) can comprise any particular cloud computing environment 112 implementation. It should further be recognized that multiple instances of the various components of cloud computing environment 112 (e.g., cloud controller 134, router 136, health monitor 138, service provisioner 130, etc.) may be implemented in alternative embodiments, for example, for scalability purposes.
The various embodiments described herein may employ various computer-implemented operations involving data stored in computer systems. For example, these operations may require physical manipulation of physical quantities usually, though not necessarily, these quantities may take the form of electrical or magnetic signals where they, or representations of them, are capable of being stored, transferred, combined, compared, or otherwise manipulated. Further, such manipulations are often referred to in terms, such as producing, identifying, determining, or comparing. Any operations described herein that form part of one or more embodiments of the invention may be useful machine operations. In addition, one or more embodiments of the invention also relate to a device or an apparatus for performing these operations. The apparatus may be specially constructed for specific required purposes, or it may be a general purpose computer selectively activated or configured by a computer program stored in the computer. In particular, various general purpose machines may be used with computer programs written in accordance with the teachings herein, or it may be more convenient to construct a more specialized apparatus to perform the required operations.
The various embodiments described herein may be practiced with other computer system configurations including hand-held devices, microprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like.
One or more embodiments of the present invention may be implemented as one or more computer programs or as one or more computer program modules embodied in one or more computer readable media. The term computer readable medium refers to any data storage device that can store data which can thereafter be input to a computer system computer readable media may be based on any existing or subsequently developed technology for embodying computer programs in a manner that enables them to be read by a computer. Examples of a computer readable medium include a hard drive, network attached storage (NAS), read-only memory, random-access memory (e.g., a flash memory device), a CD (Compact Discs) CD-ROM, a CD-R, or a CD-RW, a DVD (Digital Versatile Disc), a magnetic tape, and other optical and non-optical data storage devices. The computer readable medium can also be distributed over a network coupled computer system so that the computer readable code is stored and executed in a distributed fashion.
Although one or more embodiments of the present invention have been described in some detail for clarity of understanding, it will be apparent that certain changes and modifications may be made within the scope of the claims. Accordingly, the described embodiments are to be considered as illustrative and not restrictive, and the scope of the claims is not to be limited to details given herein, but may be modified within the scope and equivalents of the claims. In the claims, elements and/or steps do not imply any particular order of operation, unless explicitly stated in the claims.
Plural instances may be provided for components, operations or structures described herein as a single instance. Finally, boundaries between various components, operations and data stores are somewhat arbitrary, and particular operations are illustrated in the context of specific illustrative configurations. Other allocations of functionality are envisioned and may fall within the scope of the invention(s). In general, structures and functionality presented as separate components in exemplary configurations may be implemented as a combined structure or component. Similarly, structures and functionality presented as a single component may be implemented as separate components. These and other variations, modifications, additions, and improvements may fall within the scope of the appended claims(s).
Lucovsky, Mark, Collison, Derek, Spivak, Vadim, Skaar, Kent, Zygmuntowicz, Ezra, Shaldybin, Oleg, Murphy, Killian
Patent | Priority | Assignee | Title |
10180886, | Nov 16 2015 | Red Hat, Inc.; Red Hat, Inc | Recreating a computing environment using tags and snapshots |
10216503, | Mar 13 2013 | ELASTICBOX INC | Deploying, monitoring, and controlling multiple components of an application |
10261891, | Aug 05 2016 | International Business Machines Corporation | Automated test input generation for integration testing of microservice-based web applications |
10382275, | Oct 22 2012 | Amazon Technologies, Inc. | Automated infrastructure configuration |
10437621, | Apr 22 2015 | Cisco Technology, Inc. | Monitoring and managing applications on virtual machines using a proxy agent |
10482518, | Oct 17 2012 | Walmart Apollo, LLC | HTTP parallel processing router |
10489279, | Aug 05 2016 | International Business Machines Corporation | Automated test input generation for integration testing of microservice-based web applications |
10510119, | Jan 10 2014 | United Services Automobile Association | Determining status of building modifications using informatics sensor data |
10510121, | Aug 16 2013 | HL ACQUISITION, INC | System and method for performing dwelling maintenance analytics on insured property |
10552911, | Jan 10 2014 | United Services Automobile Association | Determining status of building modifications using informatics sensor data |
10567356, | Jun 20 2017 | Microsoft Technology Licensing, LLC | Monitoring cloud computing environments with data control policies |
10579370, | Aug 03 2018 | EMC IP Company LLC | Method to disintegrate a monolith service to microservices |
10614525, | Mar 05 2014 | United Services Automobile Association (USAA) | Utilizing credit and informatic data for insurance underwriting purposes |
10635437, | Apr 25 2019 | Capital One Services, LLC | Techniques to deploy an application as a cloud computing service |
10679296, | Jan 10 2014 | United Services Automobile Association (USAA) | Systems and methods for determining insurance coverage based on informatics |
10699348, | Jan 10 2014 | United Services Automobile Association (USAA) | Utilizing credit and informatic data for insurance underwriting purposes |
10708136, | Jun 20 2017 | Microsoft Technology Licensing, LLC | Standardization of network management across cloud computing environments and data control policies |
10713726, | Jan 13 2013 | United Services Automobile Association (USAA) | Determining insurance policy modifications using informatic sensor data |
10715598, | Mar 15 2013 | State Farm Mutual Automobile Insurance Company | Implementation of a web-scale data fabric |
10740847, | Jan 10 2014 | United Services Automobile Association (USAA) | Method and system for making rapid insurance policy decisions |
10762218, | Jun 20 2017 | Microsoft Technology Licensing, LLC | Network buildout for cloud computing environments with data control policies |
10783588, | Jan 10 2014 | United Services Automobile Association (USAA) | Identifying and recommending insurance policy products/services using informatic sensor data |
10795781, | Nov 16 2015 | Red Hat, Inc. | Recreating a computing environment using tags and snapshots |
10810003, | Jan 30 2019 | SALESFORCE, INC | Method and system for optimization of container image layering |
10817273, | Apr 26 2010 | Pivotal Software, Inc. | Droplet execution engine for dynamic server application deployment |
10817929, | Sep 29 2011 | Amazon Technologies, Inc. | Customizable uniform control user interface for hosted service images |
10970758, | Sep 29 2011 | Amazon Technologies, Inc. | Electronic marketplace for hosted service images |
10977736, | Jan 10 2014 | United Services Automobile Association (USAA) | Determining risks related to activities on insured properties using informatic sensor data |
11055093, | Dec 23 2019 | Salesforce.com, Inc.; SALESFORCE COM, INC | Methods and systems for automated, intelligent application development by scanning metadata by a plug-in to make recommendations |
11068992, | Jan 10 2014 | United Services Automobile Association (USAA) | Insurance policy modifications using informatic sensor data |
11087404, | Jan 10 2014 | UNITED SERVICES AUTOMOBILE ASSOCIATION USAA | Electronic sensor management |
11113765, | Jan 10 2014 | United Services Automobile Association (USAA) | Determining appliance insurance coverage/products using informatic sensor data |
11120506, | Jan 10 2014 | United Services Automobile Association (USAA) | Streamlined property insurance application and renewal process |
11138096, | Aug 05 2016 | International Business Machines Corporation | Automated test input generation for integration testing of microservice-based web applications |
11138672, | Jan 10 2014 | United Services Automobile Association (USAA) | Determining and initiating insurance claim events |
11151657, | Jan 10 2014 | United Services Automobile Association (USAA) | Insurance policy modification based on secondary informatics |
11164257, | Jan 10 2014 | United Services Automobile Association (USAA) | Streamlined property insurance application and renewal process |
11227339, | Jan 10 2014 | United Services Automobile Association (USAA) | Systems and methods for utilizing imaging informatics |
11356503, | Aug 30 2018 | JPMORGAN CHASE BANK, N A | Systems and methods for hybrid burst optimized regulated workload orchestration for infrastructure as a service |
11416941, | Jan 10 2014 | United Services Automobile Association (USAA) | Electronic sensor management |
11422902, | Nov 16 2015 | Red Hat, Inc. | Recreating a computing environment using tags and snapshots |
11423429, | Jan 10 2014 | United Services Automobile Association (USAA) | Determining status of building modifications using informatics sensor data |
11461850, | Jan 10 2014 | United Services Automobile Association (USAA) | Determining insurance policy modifications using informatic sensor data |
11526948, | Jan 10 2014 | United Services Automobile Association (USAA) | Identifying and recommending insurance policy products/services using informatic sensor data |
11526949, | Jan 10 2014 | United Services Automobile Association (USAA) | Determining risks related to activities on insured properties using informatic sensor data |
11532004, | Jan 10 2014 | United Services Automobile Association (USAA) | Utilizing credit and informatic data for insurance underwriting purposes |
11532006, | Jan 10 2014 | United Services Automobile Association (USAA) | Determining and initiating insurance claim events |
11604630, | Apr 26 2010 | Pivotal Software, Inc. | Droplet execution engine for dynamic server application deployment |
11640350, | Aug 05 2016 | International Business Machines Corporation | Automated test input generation for integration testing of microservice-based web applications |
11847666, | Feb 24 2014 | United Services Automobile Association (USAA) | Determining status of building modifications using informatics sensor data |
11856053, | Aug 30 2018 | JPMORGAN CHASE BANK , N.A. | Systems and methods for hybrid burst optimized regulated workload orchestration for infrastructure as a service |
11895553, | Aug 28 2017 | Red Hat, Inc. | Web application with components in different virtual environments |
11941702, | Jan 10 2014 | United Services Automobile Association (USAA) | Systems and methods for utilizing imaging informatics |
11966939, | Jan 10 2014 | United Services Automobile Association (USAA) | Determining appliance insurance coverage/products using informatic sensor data |
9015238, | Mar 15 2013 | State Farm Mutual Automobile Insurance Company | Implementation of a web scale data fabric |
9208240, | Mar 15 2013 | State Farm Mutual Automobile Insurance Company | Implementation of a web scale data fabric |
9329881, | Apr 23 2013 | SAP SE | Optimized deployment of data services on the cloud |
9363322, | Mar 15 2013 | State Farm Mutual Automobile Insurance Company | Implementation of a web scale data fabric |
9477486, | Aug 31 2011 | Microsoft Technology Licensing, LLC | Attestation protocol for securely booting a guest operating system |
9842045, | Feb 19 2016 | International Business Machines Corporation | Failure recovery testing framework for microservice-based applications |
9948715, | Mar 15 2013 | State Farm Mutual Automobile Insurance Company | Implementation of a web-scale data fabric |
Patent | Priority | Assignee | Title |
6609128, | Jul 30 1999 | Accenture LLP | Codes table framework design in an E-commerce architecture |
6976093, | May 29 1998 | R2 SOLUTIONS LLC | Web server content replication |
7275244, | Mar 18 2003 | Microsoft Technology Licensing, LLC | System and method for incrementally saving web files to a web server using file hash values |
7356679, | Apr 11 2003 | VMware LLC | Computer image capture, customization and deployment |
7370322, | Apr 11 2001 | Oracle America, Inc | Method and apparatus for performing online application upgrades in a java platform |
7577722, | Apr 05 2002 | VMware LLC | Provisioning of computer systems using virtual machines |
7874008, | Aug 29 2006 | International Business Machines Corporation | Dynamically configuring extensible role based manageable resources |
7971059, | May 30 2007 | Bank of America | Secure channel for image transmission |
8091084, | Apr 28 2006 | Parallels International GmbH | Portable virtual machine |
8108912, | May 29 2008 | Red Hat, Inc. | Systems and methods for management of secure data in cloud-based network |
8176094, | May 30 2008 | Suse LLC | System and method for efficiently building virtual appliances in a hosted environment |
8176559, | Dec 16 2009 | JPMORGAN CHASE BANK, N A , AS ADMINISTRATIVE AGENT | Obfuscated malware detection |
8201237, | Dec 10 2008 | Amazon Technologies, Inc | Establishing secure remote access to private computer networks |
8225093, | Dec 05 2006 | Qualcomm Incorporated | Providing secure inter-application communication for a mobile operating environment |
8375360, | Nov 22 2006 | Hewlett Packard Enterprise Development LP | Provision of services over a common delivery platform such as a mobile telephony network |
8407689, | Jun 25 2010 | Microsoft Technology Licensing, LLC | Updating nodes considering service model constraints |
8429630, | Sep 15 2005 | CA, INC | Globally distributed utility computing cloud |
8627310, | Sep 30 2010 | International Business Machines Corporation | Capturing multi-disk virtual machine images automatically |
20020178254, | |||
20030061247, | |||
20050198303, | |||
20050289536, | |||
20060037071, | |||
20060079356, | |||
20060136897, | |||
20070058548, | |||
20070209035, | |||
20080163171, | |||
20080209016, | |||
20090070752, | |||
20090070853, | |||
20090172781, | |||
20090216970, | |||
20100131590, | |||
20100142447, | |||
20100251328, | |||
20100257605, | |||
20100281166, | |||
20100318649, | |||
20100333085, | |||
20110004916, | |||
20110055714, | |||
20110061046, | |||
20110107411, | |||
20110126197, | |||
20110145836, | |||
20110153727, | |||
20110153824, | |||
20110167469, | |||
20110214124, | |||
20120084769, | |||
20120102481, | |||
EP2299360, | |||
EP2381363, | |||
JP2007507046, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jun 10 2011 | VMware, Inc. | (assignment on the face of the patent) | / | |||
Jul 19 2011 | LUCOVSKY, MARK | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027057 | /0551 | |
Jul 25 2011 | MURPHY, KILLIAN | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027057 | /0551 | |
Aug 17 2011 | SPIVAK, VADIM | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027057 | /0551 | |
Aug 17 2011 | SHALDYBIN, OLEG | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027057 | /0551 | |
Aug 22 2011 | ZYGMUNTOWICZ, EZRA | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027057 | /0551 | |
Aug 24 2011 | SKAAR, KENT | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027057 | /0551 | |
Aug 25 2011 | COLLISON, DEREK | VMWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027057 | /0551 | |
Nov 26 2014 | VMWARE, INC | PIVOTAL SOFTWARE, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 034604 | /0252 |
Date | Maintenance Fee Events |
Feb 19 2018 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Feb 02 2022 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Date | Maintenance Schedule |
Aug 19 2017 | 4 years fee payment window open |
Feb 19 2018 | 6 months grace period start (w surcharge) |
Aug 19 2018 | patent expiry (for year 4) |
Aug 19 2020 | 2 years to revive unintentionally abandoned end. (for year 4) |
Aug 19 2021 | 8 years fee payment window open |
Feb 19 2022 | 6 months grace period start (w surcharge) |
Aug 19 2022 | patent expiry (for year 8) |
Aug 19 2024 | 2 years to revive unintentionally abandoned end. (for year 8) |
Aug 19 2025 | 12 years fee payment window open |
Feb 19 2026 | 6 months grace period start (w surcharge) |
Aug 19 2026 | patent expiry (for year 12) |
Aug 19 2028 | 2 years to revive unintentionally abandoned end. (for year 12) |