Will PaaS Cure All Developer Woes?

automation technology

With interest in platform as a service on the rise, what must developers do to avoid falling into old traps?

When it comes to the alphabet soup of cloud computing, at least one vendor is staying above the fray. Amazon Web Services, whose offerings include IaaS, PaaS and SaaS (infrastructure, platform and software as a service), is intent on not being grouped under any particular label.

“We don’t spend any time talking about the acronyms,” Andy Jassy, senior vice president of AWS, told eWEEK. “All those lines will get blurred over time. It’s a construct to box people in and it fits some stack paradigm. We started with raw storage, raw compute, and raw database in SimpleDB. And we’ve added load balancing, a relational database, Hadoop and Elastic Map reduce, a management GUI… All those lines start to get blurred, and you can expect to see additional abstraction from us.”

PAAS vs. IAAS

Amazon Web Services’ objections aside, the January release of the company’s Elastic Beanstalk service offers an excellent example of PaaS, versus IaaS: Developers upload their Java applications into the Elastic Beanstalk service, and Amazon handles all the capacity provisioning, load balancing, auto-scaling and application-health-monitoring details. The PaaS service taps lower-level AWS services to do the work, with compute power provided by Amazon’s Elastic Compute Cloud, an archetypal IaaS offering.

If you mapped an existing IT organisation to the new world of the cloud, your IT operations team would be the IaaS layer, the standard applications (email, social, office, ERP, CRM, etc.) would be available as SaaS, and the custom applications would run on a PaaS, Sacha Labourey, CEO and founder of Java PaaS player CloudBees, told eWEEK. So all three of them are really important as companies move toward the cloud, he said.

Ross Mason, CTO and founder of MuleSoft, which offers an iPaaS (integration platform as a service) solution, said, “SaaS changes the way we acquire applications, IaaS changes the way we deploy and consume infrastructure and PaaS changes the way we build applications. Platform is the magic word; it creates a development platform for building software in the cloud. It’s important to understand that, like enterprise software platforms, the PaaS universe is evolving to serve various development communities, e.g., languages, as well as serve different functions.”

Bob Bickel, an advisor at CloudBees and chairman at eXo, said, “PaaS is for developers what virtualisation was for system administrators. Virtualisation let sys admins forget about the underlying servers and to really share resources a lot more effectively. PaaS will be the same, and in a long-term vision really supplants lower layers like OS and virtualisation as being the key platform custom apps and SaaS are deployed on.”

Patrick Kerpan, president, CTO and co-founder of CohesiveFT, a maker of onboarding solutions for cloud computing, told eWEEK: “The significance of PaaS will be the transition from OS-based features to network-based features, that take advantage of growing customer acceptance of the idea and the fact that their information assets (their ‘stuff’) is ‘out there somewhere’ and the increasing ability of PaaS (and applications built on top of it) to seem more local, controlled and secure.”

Applications on Network Services

Applications will be built on network services. This is already happening.

“The longest pole in the tent is the evolution of the mindset of enterprise IT and of ISVs,” Kerpan said. “ This is a generational thing and can’t be hurried.”

And users appear to be buying in. Charles Teague, CEO of Lose It!, maker of a top-selling iPhone weight-loss application, said, “The CloudBees PaaS makes it straightforward for Lose It! to run a high-volume, data-intense Website handling 15,000 reads per minute with very little operational overhead. Their technology and service has allowed us to focus on creating the best product we can.”

And Microsoft, whose Windows Azure cloud-computing platform offers elements of IaaS, SaaS and PaaS, also has its appeal to users.

“For a very small investment, we can try a new project and see if it works, close it down tomorrow or ramp it up immediately,” said Eugene Shustef, chief engineer of Global Document Outsources at Xerox. “The Windows Azure platform enables us to do that; cloud computing lowers the barrier to innovation.”

Using Microsoft technology, Xerox built Xerox Cloud Print, a cloud-based printing service that allows users to route a printing job to any available public printer directly from their mobile devices. Now, when employees are traveling on business, they can do things like quickly printing a presentation for tomorrow’s client meeting. By running Windows Azure and SQL Azure, developers were able to build Xerox Cloud Print in just four months, Xerox officials said.

“This is the big advantage to developers,” MuleSoft’s Mason said. “With PaaS, they can now spin up their newest applications in minutes without going through the usual rigmarole of installing database, application runtime and other third-party software, before writing a line of code. A PaaS also means that patches and upgrades are managed by the PaaS provider, freeing the developer to just think about one thing—their app.”

Robin Purohit, vice president and general manager for software products at HP, explained: On one hand, it’s the Holy Grail of application development—“just code away and the platform will automatically handle scalability, availability, provisioning, upgrades, monitoring, etc. Conversely, there is no free lunch, so developers who think they can just forget about the ‘-ilities’ in their design may be creating an even tougher-to-manage application than previously possible.”

Continued on page 2