The arrival of 'The Cloud' has somewhat changed the software development landscape. Not only it requires us to rethink the way we design and deploy our applications but it also opens up avenues for new business opportunities.
In preparing our applications for the cloud, we need to examine the architecture of our applications today. One of the commonly used application architecture today is the Layered Architecture, where code with similar responsibilities are being logically factored and separated into multiple layers. This design pattern is known for offering a high-degree of maintainability, extensibility, testability, deployment flexibility and ease of technology upgrade.
However, will the Layered Architecture be able to survive the cloud? The answer is Yes! While the physical distribution of code components now reside in virtual instances on the cloud instead of physical servers in our datacentres, the fundamentals of layering our applications should remain the same. The thing that we need to pay attention to now is how to distribute our layers (tiering) in the cloud.
Take note that the term layer refers to the logical separation of code and tier refers to the physical deployment of code components.
In my next post, I will explore one of the possible tiering deployment patterns in the Windows Azure Platform.
Home » Windows Azure » Layering and the Cloud
Layering and the Cloud
08:09
Jurnalis Jalanan
Labels:
Cloud Computing,
Layered Architecture,
Windows Azure
Popular Post
-
D oing mobile development? Then, checkout the Mobile Client Software Factory CTP from the Patterns & Practices group.
-
No technical specification available (click images for a larger view)
-
I passed! I passed! Just received news that I passed my Exam 70–441 : PRO: Designing Database Solutions by Using Microsoft SQL Server 2005 ...
-
The next version of SQL Server Mobile - SQL Server 2005 Everywhere Edition . Currently, still in CTP. Weird name....
-
Here is another beautiful example of an ice art car created over night my mother nature. I am so glad this stunning picture was taken becaus...
-
hmmm, this would be a handmade tach. Don't see many of those in Bentleys I've never seen a vintage license plate with a new registr...
-
T he CTP release for Visual Studio Team Edition for Database Professionals is now available for download . Download and test it out today!
-
F or those who are interested in VSTS and MSF, do check-out the following event. David Anderson is flying all the way here to give the talk ...
-
I was supposed to do a presentation in the MIND usergroup yesterday but it was called-off at the last moment. So, I ended up watching Cars....
-
The Hands-on-Labs for Web Service Software Factory is now available. You can download it from the gotdotnet workspace .

No comments:
Post a Comment