[gang-of-4-patterns] [patterns-discussion] Messaging Design Pattern and transparent access to distributed components
phillip henry
ph1ll1phenry at yahoo.com
Tue Apr 27 17:33:30 CDT 2010
OK, I'll bite.
"As always, we should praise the wisdom of the Designer for the versatility and simplicity of nature’s patterns and beautiful design. "
I'm really not sure this is the forum for religious comments. But, that aside, I looked at the JtInterface and all it is is:
java.lang.Object processMessage(java.lang.Object msg)
(http://freedom.lunarpages.com/Jt/docs/api/Jt/JtInterface.html)
This really isn't very useful. Where is the type safety? How am I any richer for implementing what is really a fairly nondescript signature?
Phillip
________________________________
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
Sent: Mon, April 26, 2010 3:27:46 PM
Subject: [patterns-discussion] Messaging Design Pattern and transparent access to distributed components
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cs.uiuc.edu/pipermail/gang-of-4-patterns/attachments/20100427/38d36316/attachment.html
More information about the gang-of-4-patterns
mailing list