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
-
T he official release of Web Service Software Factory is now available for download . Service Factory is an integrated collection of tools, ...
-
Costco, the big box retailer, has for over a decade been the business with more electric vehicle charge stations in more places around Calif...
-
I'm stil revisiting old sketches but this time i took a very old sketch, from two years ago that i made before coming to italy.
-
V8 / 5.461 cc / 525 PS / 515 ft/lb (700 Nm) @ 1.750 - 5.000 / twin turbo / 0 - 62 mph (100 km/h): 4,4 s / Vmax: 155 mph (250 km/h) AMG Per...
-
A fter a week in Seattle, I'm finally home today. Yeah man! After so many days of croissants, ham, scrambled-eggs and cereals, I'm d...
-
Step one is admitting you have a problem. So here goes: I am a book junkie. I love books. I buy them whenever I can. They are the only thing...
-
Berlin, Salzufer 1, Germany (by the way, this dealership is not only very nice, but also the biggest MB in Europe) 377.000 sqft (35.000 m2) ...
-
H ere I am doing my last moment preparations and packing for my trip to sunny Seattle. In a few hours time, I will be flying off to Singapor...
-
S ince I'm on a tight schedule to Seattle, I've came up with a plan to avoid jet-lag (HaH! As if so simple!). Here is how it goes......

No comments:
Post a Comment