Comments
bruce.armstrong wrote: Somebody just said it better than I did, and with more chops to say it: Open Letter to Mark Zuckerberg, Sheryl Sandberg & Facebook Mobile
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


Windows Azure vs VMware vFabric
Java EE and .NET PaaS platforms for enterprises

VMware vFabric Cloud Application Platform
Recently VMware introduced its cloud application platform strategy and solutions, enabling developers to build and run modern applications that intelligently share information with underlying infrastructure to maximize application performance, quality of service and infrastructure utilization.

This cloud application platform combines the Spring Java development framework with platform services including lightweight application server, global data management, cloud-ready messaging, dynamic load balancing and application performance management.

The arrival of more PaaS solutions for cloud is a welcome sign, as PaaS will provide the much needed extensibility to the organizations to adapt to cloud.

While we welcome this move, we already having Microsoft PaaS platform Windows Azure taking deep roots in cloud application development and hence an analysis of the common features between VMware vFabric and Windows Azure will be beneficial to the enterprises in their path towards cloud-based application development.

Windows Azure vs VMware vFabric

Multi Tiered Application Design Patterns

Windows Azure

VMware vFabric

Windows Azure currently supports the following two types of roles:

Web role: A web role is a role that is customized for web application programming as supported by IIS 7 and ASP.NET.

Worker role: A worker role is a role that is useful for generalized development, and may perform background processing for a web role.

My article on , Windows Azure Design Patterns explains  how multi tiered applications can be built using the platform.

vFabric Enterprise Ready Server (ERS) is the web server and load-balancing component of the VMware vFabric  cloud application platform.

 

vFabric tc Server is the runtime server at the heart  of the VMware vFabric  cloud application platform.

 

Classically speaking    ERS and tc Server can play  the roles much like  the  web role and worker role  plays. However we needed to see their provisioning on demand capabilities  on platforms like force.com where  vFabric may be deployed.

Development Platform

Windows Azure

VMware vFabric

Windows Azure currently supports the following programming languages :

As Windows Azure is built in .net framework,  the major  languages like  C#, VB.net are fully supported.

More than the  programming languages, to build applications and services on Windows Azure, developers can use their existing Microsoft Visual Studio® expertise.

Most of the complex tasks like publish, deploy to cloud can be done easily with a simple right click from the Visual Studio IDE.

As mentioned  vFabric is a 100% Spring Java Development framework, co-existence of other languages does not arise.

 

SpringSource Tool SuiteTM (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java, Spring, Groovy and Grails based technologies as well as the most advanced tooling available for enterprise OSGi development.

However we have to see how the development IDE integrates with  the target cloud platform (like  vmforce, EC2).

Relational Database  & NOSQL  Support

Windows Azure

VMware vFabric

SQLAzure   the  Cloud incarnation of the popular  Sql Server relational database, continues to take the lead due to combination of

 

  • Smaller or no learning cycle
  • Continued usage of existing tools
  • Adaptability to Cloud
  • Rich set of interfaces and development tool support

 

SQL Azure offers the same Tabular Data

Stream (TDS) interface for communicating with the database that is used to access any on premise SQL Server database. As a result, with SQL Azure, developers can use the same tools  and libraries they use to build client applications for SQL Server.

 

Windows Azure also provides NOSQL storage options for  unstructured  data like,

 

  • Binary Large Object (BLOB) Service, the simplest way to store text or binary data with Windows Azure.
  • Table Serviceis better for large amounts of data that needs additional structure, which works exceptionally well with applications that need to work with data is a very detailed manner via queries.

 

vFabric GemFire is the data management component of vFabric Cloud Application Platform.

The vendor site claims the following too, GemFire blends advanced techniques like replication, partitioning, data-aware routing, and continuous querying to deliver what databases can't: real-time, elastically scalable data access.

With GemFire, you get horizontal scale, dramatically faster throughput, minimal latencies, and continuous availability-together with all the reliability and data management capabilities of a database.

As it is a ‘In Memory' database and built on JVM we have to wait for its performance on large datasets and also  the ease of database programming which requires a strong procedural 4GL language support like PL/SQL or TSQL.

However the architecture of Gemfire shows lot of features for scalability  if it is configured properly and may take a while to get into the mainstream database programming.  We may need to study them closely for new use cases and design patterns which should be supportive of that model.

‘On Premise'  Integration

Windows Azure

VMware vFabric

Windows Azure Appfabric  Service Bus, provides secure messaging and connectivity capabilities that enable building distributed and disconnected applications in the cloud, as well hybrid application across both on-premise and the cloud. It enables using various communication and messaging protocols and patterns, and saves the need for the developer to worry about delivery assurance, reliable messaging and scale.

Access Control provides an easy way to provide identity and access control to web applications and services, while integrating with standards-based identity providers, including enterprise directories such as Active Directory®, and web identities such as Windows Live ID, Google, Yahoo! and Facebook.

Microsoft® SQL Azure Data Sync, currently in CTP (Community Technology Preview) is a cloud-based data synchronization service built on Microsoft Sync Framework technologies. It provides bi-directional data synchronization and data management capabilities allowing data to be easily shared between multiple SQL Azure databases and between on-premises and SQL Azure databases.

Perhaps  at this stage, among all the attributes vFabric looks very weak in this context.

 

RabbitMQ provides the robust and reliable inter-system messaging that is critical for cloud-based applications. A cloud-ready messaging service that facilitates communications between apps both inside and outside the datacenter.

 

However  major integration tools for data  is missing in this platform.

 

At this time the application server tcServer guarantees 100%   compatibility with  Tomcat server. However to migrate enterprise applications  support for enterprise application servers like Web Logic, Web Sphere are needed.

We also  needed security integration with on premise  directories and access managers.

Summary
With Java EE being a major platform on enterprise, a good PaaS platform like vFabric is very exciting. This gives lot of choices for existing Java EE-based applications to move to the cloud.  The comparison with Windows Azure  is done only for the new Cloud applications or building new SaaS. Again we expect both these platforms to get upgraded with many new features that will boost the SaaS market. At this time  for new applications Windows Azure is ahead, but vFabric is a good choice for migrating existing Java EE applications to the cloud. We will definitely see integration aspects between them for the good of the enterprises.

About Srinivasan Sundara Rajan
Srinivasan Sundara Rajan works at Gavs Technologies as a Chief Architect. His primary focus is enabling Agile Enterprises by facilitating the adoption of Every Thing As A Service Model with particular concentration on BpaaS (Business Process As A Service). Srinivasan is currently writing a series of articles on Indutry SaaS/BpaaS use cases which enterprises can adopt.All the views expressed are Srinivasan's independent analysis of industry and solutions and need not necessarily be of his current or past organizations. Srinivasan would like to thank every one who augmented his Architectural skills with Analytical ideas.

Enterprise Open Source Magazine Latest Stories . . .
In this CTO Power Panel at the 10th International Cloud Expo, moderated by Cloud Expo Conference Chair Jeremy Geelan, industry-leading CTOs & VPs of Technology will discuss such topics as: Which do you think is the most important cloud computing standard still to tackle? Who should...
Private clouds solve many problems for enterprises and bring unique operational challenges along with them. There are dozens of companies of all sizes that will build you a private cloud and turn over the keys – then what? Trying to convert a traditional enterprise IT operations team t...
The networking industry has gone through different waves over last 30+ years. In the ’80s, the first wave was all about connecting and sharing; how to connect a computer to other peripheral devices and other computers. There were many players who developed technology and services to ad...
The impact of Big Data is extremely broad for business, information management and technology. Being able to analyze your growing mountain of data can give you a distinct competitive advantage, but Big Data can be more than traditional tools can handle. In his session at the 10th Int...
Cloud computing is creating the new Wall Street boom, according to NIA. The only industry that is as bright as cloud computing on Wall Street is social networking, NIA said in a recent report. 2012 will be known as the year cloud computing became widely adopted worldwide. Cloud comput...
If your organization already uses virtualized infrastructure, you are well on your way to providing IT as a Service. But as businesses demand faster results in today’s competitive market, organizations look to gain more benefits from cloud computing than just virtualized infrastructure...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE