---
title: MVC Applied to Web Services
type: article
date: 2010-05-16
source: website
original_url: "https://navveenbalani.dev/index.php/articles/mvc-applied-to-web-services/"
topics: ["architecture"]
legacy_categories: ["soa-architecture"]
tags: ["architecture", "mvc-soa", "soa", "webservices"]
summary: The Model-View-Controller (MVC) pattern is fairly useful in software engineering of object-oriented applications. This article takes a look at how it can be applied to the call static or dynamic Web services. - Web services architecture using MVC…
draft: false
---

The Model-View-Controller (MVC) pattern is fairly useful in software engineering of object-oriented applications. This article takes a look at how it can be applied to the call static or dynamic Web services.

- [Web services architecture using MVC style](/articles/applying-mvc-pattern-to-web-services)
- [Implementing the Web services MVC architecture](/articles/implementing-the-web-services-mvc-pattern)