We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Service oriented architectures (Hardcore separation of concerns)

Formal Metadata

Title
Service oriented architectures (Hardcore separation of concerns)
Title of Series
Number of Parts
150
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
In other words: what would win, a monolithic empire death star, or a flexible modular reble fleet? I've recently built two systems that were highly service oriented. Instead of one large applications, they were split into many small parts. Two layers of APIs, message queues (ZeroMQ) for the trnasport layer, business specific services (such as integration with external SMS system, and integration with external invoicing system), and a set of business logic specific web applications that the users of the system actually interact with. This talk would be about the benefits and tradeoffs related to un-monolithic and service oriented architectures. And also about using the architecture itself to solve essential complexity instead of solving it by implementing "artificial" restrictinos in a monolithic system. If you split up your system in the right places, a lot of problems solve themselves, at the cost of requiring architectural changes for some types of future change in demands of your system.