Skip to Content.
Sympa Menu

gang-of-4-patterns - [gang-of-4-patterns] Messaging Design Pattern and transparent access to distributed components

gang-of-4-patterns AT lists.cs.illinois.edu

Subject: Design Patterns discussion

List archive

[gang-of-4-patterns] Messaging Design Pattern and transparent access to distributed components


Chronological Thread 
  • From: Messaging Design Pattern <dsheppard2k AT yahoo.com>
  • To: patterns-discussion AT cs.uiuc.edu, telecom-patterns AT cs.uiuc.edu, ipc-patterns AT cs.uiuc.edu, gang-of-4-patterns AT cs.uiuc.edu
  • Subject: [gang-of-4-patterns] Messaging Design Pattern and transparent access to distributed components
  • Date: Mon, 26 Apr 2010 07:27:46 -0700 (PDT)
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/gang-of-4-patterns>
  • List-id: Design Patterns discussion <gang-of-4-patterns.cs.uiuc.edu>

Dear List members,

Please find enclosed a link to a draft discussing the Messaging Design Pattern and a distributed component model:

http://jt.dev.java.net/files/documents/5553/149793/distributedModel.pdf

Any feedback would be appreciated,

Ed


Messaging Design Pattern and transparent access to distributed components

 

Abstract

 

This paper discusses a distributed component model based on the messaging design pattern (MDP). This pattern is utilized to implement transparent and secure access to remote components in a distributed environment. Our model also demonstrates how software engineering processes and techniques can be improved by using MDP.  For instance, it has been used for the implementation of Service Oriented Architecture (SAO) and Enterprise Service Bus (ESB) technologies. At the core of these technologies lies the need for communication between components and applications. This communication challenge is exactly the one that MDP targets and solves.

 

Additional references


Messaging Design Pattern - http://jt.dev.java.net/files/documents/5553/149438/Messaging.pdf


 

 





Archive powered by MHonArc 2.6.16.

Top of Page