Dependency of components in MVC distributed architecture

Connectors in distributed architecture play an important role. Software engineers meet more and more challenges of designing connectors. Particularly, in a distributed MVC architecture, there are many issues in the design of connectors such as: how to apply the architecture pattern to design of connector in distributed MVC system; how to make the connectors of MVC become loosely coupled. With the aim of resolving the problems, this paper proposes a layered model to design connectors in distributed MVC architecture. And then, a design example of a complicated message-based MVC is given by using this model.