InfoQ Homepage Cloud Computing Content on InfoQ
-
Emergent Data Architectures Highlights From GigaOm Structure Conference
The GigaOM Stucture conference a couple of weeks ago addressed many areas of cloud computing. One of the key themes of the event was the emergence of new data architectures. Throughout the panels, interviews, and presentations many speakers identified significant changes in how data gets handled that will be coming.
-
Microsoft Announced New Features for Windows Azure During TechEd 2010
Microsoft announced Windows Azure Tools for Visual Studio 1.2 (June 2010) at TechEd 2010. Some of the most important features are: .NET 4 support, support for Visual Studio 2010 RTM, and IntelliTrace debugging. Microsoft also announced a billing plan for Azure CDN, and new options for SQL Azure.
-
Unsolved SOA Mysteries
In his new post, eBIZQ’s Joe McKendrick discusses some of the mysteries surrounding SOA: the difference between SOA and cloud computing, how can SOA fail when nobody really has fully implemented it, how to measure SOA success, and others.
-
Google Offers Cloud Storage to Developers
Google Storage for Developers (GSD) is a new RESTful service providing data storage which is replicated across several data centers located in US. GSD is called “for Developers” because data is transferred and accessed though an API based on regular HTTP commands like GET, POST, PUT, HEAD, and DELETE.
-
Do We Need LAMP as PaaS in the Cloud?
LAMP has been a major platform for the Internet, but current cloud offerings do not seem to include LAMP as PaaS. Is LAMP needed in a cloud computing world?
-
Platform as a Service, Portability and Mobility
Are current PaaS solutions really vendor lock-in opportunities? In a recent article Joe McKendrick discusses this possibility in terms of application portability and mobility. He also ties this to similar issues that affect the SOA world.
-
Akshell: A RAD Cloud Service based on server-side JavaScript and an Online IDE
Akshell is a Cloud Service that helps developers do Rapid Application Development using server-side JavaScript and an online IDE. It also provides Cloud hosting, so deployment is instant. Its creator describes it as a “web application network”.
-
Eugenio Pace on Identity Federation, WIF and ADFS 2.0
Microsoft has entered the cloud and customers are looking into moving their applications to this new platform. In doing so authentication and identity management needs to be addressed. InfoQ Editor Jon Arild Tørresdal talked to Eugenio Pace, Senior Program Manager in the Patterns & Practices team about the recent federation and identity technologies released from Microsoft.
-
Debate: What is the Role of an Operations Team in Software Development Today? [Updated May 10th]
In the last several years, with the rise of such phenomena as Cloud Computing and DevOps, there has been some debate about the role of the traditional Operations team as it is often found in today's software development shops. InfoQ will explore this debate further, to get an understanding of the different aspects which are involved and the tradeoffs of each approach.
-
Scenarios and Solutions for Using Windows Azure
Bill Zack, Architect Evangelist for Microsoft, has detailed in an online presentation key scenarios for using the cloud and solutions provided by Windows Azure.
-
Useful Helpers for Applications Deployed on Google App Engine
Some of the later helper frameworks and tools for applications written for Google App Engine are: SimpleDS and Objectify - two persistence frameworks, Kotori – a JUnit runner, Apple Guice – a case study GWT application, and Engine Watch – a GAE monitoring application for Android devices.
-
Enterprise Customers Can Use Their Licenses to Run Windows Instances on EC2
Amazon extends their Windows VM offering, and offers customers the possibility to use their enterprise license to run Windows instances on EC2 through a pilot program consented with Microsoft. Microsoft is going to evaluate the results of the program, possibly offering the same license mobility in the future, and promises to support Windows VM on Azure some time this year.
-
SQL Azure Unveils New Features and a Prototype Lab
SQL Azure will be rolling out new features over the next few months including MARS support, spatial data, and a 50 GB option. Also available is SQL Azure Labs, where previews of possible enhancements like OData Services will be showcased.
-
Google Apps Has a Marketplace and Instant Failover
The Google Apps Marketplace allows providers to create applications that integrate with Google Apps. The idea is to allow companies to integrate their own applications with Google’s applications serving some 2 million organizations totaling over 25 million individuals. Google also promises zero data loss and instant failover for Google Apps customers.
-
WebSockets and Bayeux/CometD
There are two technologies which bring communication into browser-based applications at the moment; Bayeux (aka CometD) and more recently, WebSockets. Will one supersede the other, or are there sufficient differences for both to thrive?