Client server pattern

March 26, 2011
The new implementation for me

Few days ago I gave a talk about software architectures. My goal was to explain as easy as possible the main ideas behind the most popular software architectures like the client-server model, the 3-tier and multi-tier layered models, the idea behind SOA architecture and cloud computing, and few widely used architectural patterns like MVC (Model-View-Controller), MVP (Model-View-Presenter), PAC (Presentation Abstraction Control), MVVM (Model-View-ViewModel). In my talk I explain that MVC, MVP and MVVM are not necessary bound to any particular architectural model like client-server, 3-tier of SOA. MVC, MVP and MVVM are architectural principles applicable when we need to separate the presentation (UI), the data model and the presentation logic.

Additionally I made an overview of the popular architectural principals IoC (Inversion of Control) and DI (Dependency Injection) and give examples how to build your own Inversion of Control (IoC) container.

Source: www.slideshare.net
RELATED VIDEO
iOS Programming - client server communication with json
iOS Programming - client server communication with json ...
Client Server Architecture video v 1 0 Java tutorials
Client Server Architecture video v 1 0 Java tutorials
3 Tier Client Server Architecture
3 Tier Client Server Architecture
RELATED FACTS
Share this Post
latest post
follow us