Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Category: <span>Articles</span>

Deploying CloudFoundry, Heroku and othe PaaS

This article provides a step by step approach on how to deploy your application on the CloudBees, CloudFoundry, Heroku, Windows Azure, OpenShift, Elastic Beanstalk and Google AppEngine Platform-as-a-Services (PaaS) clouds. For each of these platforms, you are guided through the deployment process with screenshots and code examples. You can even …

Data Ingress and Storage Access in Cloud Architecture

Buck Woody discusses in this article data ingress and storage access in Cloud Computing reference architecture. He explains how to create a centralized, off-premises (cloud-based) data store that provides flexibility, security, consistency, and guards against vendor lock-in. Buck is Senior Technical Specialist on Windows Azure at Microsoft and the examples …

Java EE 7 Cloud Computing Support

Anil Gaur, Vice President of Software Development at Oracle, explains how Java EE 7 includes cloud computing support to build Java applications on PaaS platforms. It provides the API for developing PaaS based applications as well as the support for multi-tenancy, capacity on demand, and auto-provisioning of cloud services. Java …

Implementing Pub/Sub Applications with SignalR in Windows Azure

This article by Bruno Terkaly will show you how SignalR enables you to implement asynchronous scalable pub/sub applications with real-time, persistent and long-running connections more easily than you’ve ever imagined. SignalR, a new technology from Microsoft that makes long polling practical and scalable, is the solution you’ve been waiting for …

Software Architecture for High Availability in the Cloud

This article from Brian Jimerson discusses how to engineer enterprise applications to ensure the highest level of availability and fault tolerance in the cloud. Recent events suggest that most cloud-based applications are not designed for traditional data center architectures, and when inevitable failures occur, these applications are unable to survive …

Managing Virtual Machines in the Cloud with the Open-Source libvirt API

This article explores one important area of virtualization: operating system-level virtualization. This variant allows for a complete operating system to be created inside a virtual machine (VM). The management of such VMs is an important problem that has not yet been solved in the general case. The article presents the …

Cloud Security Architecture from a Cloud Consumer’s Perspective

Developers have developed applications for IaaS (Amazon AWS, Rackspace, etc) and PaaS (Azure, Google App Engine, Cloud Foundry) Cloud platforms. These platforms provide basic security features including support for authentication, DoS attack mitigation, firewall policy management, logging, basic user and profile management but security concerns continue to be the number …