How the Cloud Changes Application Development
The cloud provides companies with more flexibility in deploying and
managing applications. But building cloud solutions is different than
traditional development, and businesses need to take that into
account as they move forward with their deployments. Here are a few best practices for cloud-based application development.
Start Simple
If your developers have limited or no experience with cloud applications, they will face a learning curve. Rather than tinker with a major enterprise application, let them begin with a small departmental solution. After the group gains expertise, they can take aim at more demanding projects.
Invest in Training
The cloud development environment contains familiar vendors as well as a few newcomers. Microsoft Azure, for example, builds on existing development tools, like Visual Studio. Programmers can download Azure Tools for Microsoft Visual Studio, which supports both Visual Studio 2008 and Visual Studio 2010. The Azure SDK (Software Development Kit) for Java supports Create/Read/Update/Delete operations on Azure Storage, Blobs, Tables and Queues.
The Azure Toolkit for Facebook, on the other hand, may be less familiar to corporate developers. IT departments will need to work with their vendors and third parties to bring staff up to speed on these newer classes of tools.
Track Performance Beyond Your Premises
Cloud applications face unique performance challenges because of the potential for latency and constrained network pipes as information travels across multiple data centers. Applications have to be architected so sufficient Wide Area Network resources are available along each step of the journey. The Windows Azure Management API enables businesses to use programming tools to monitor and manage cloud connections.
account as they move forward with their deployments. Here are a few best practices for cloud-based application development.
Start Simple
If your developers have limited or no experience with cloud applications, they will face a learning curve. Rather than tinker with a major enterprise application, let them begin with a small departmental solution. After the group gains expertise, they can take aim at more demanding projects.
Invest in Training
The cloud development environment contains familiar vendors as well as a few newcomers. Microsoft Azure, for example, builds on existing development tools, like Visual Studio. Programmers can download Azure Tools for Microsoft Visual Studio, which supports both Visual Studio 2008 and Visual Studio 2010. The Azure SDK (Software Development Kit) for Java supports Create/Read/Update/Delete operations on Azure Storage, Blobs, Tables and Queues.
The Azure Toolkit for Facebook, on the other hand, may be less familiar to corporate developers. IT departments will need to work with their vendors and third parties to bring staff up to speed on these newer classes of tools.
Track Performance Beyond Your Premises
Cloud applications face unique performance challenges because of the potential for latency and constrained network pipes as information travels across multiple data centers. Applications have to be architected so sufficient Wide Area Network resources are available along each step of the journey. The Windows Azure Management API enables businesses to use programming tools to monitor and manage cloud connections.
Post a Comment