Teleinterface
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
- | Special kind of [[APIDesignPatterns|API Design Pattern]] that allows two parties to communicate via an interface that does not understand the whole complexity of the communication. Somehow the information flows from one side to another without being observed by the [[API]] itself. | + | Special kind of meta-[[APIDesignPatterns|API Design Pattern]] that allows two parties to communicate via an interface that does not understand the whole complexity of the communication. Somehow the information flows from one side to another without being observed by the [[API]] itself. |
[[Image:Teleinterface.png]] | [[Image:Teleinterface.png]] | ||
Just like a [[wikipedia::teleport|teleport]] that allows to transfer people between two distinct locations in a hyperspace a [[Teleinterface]] transfers information between distant [[API]] parties without being spotted meanwhile. | Just like a [[wikipedia::teleport|teleport]] that allows to transfer people between two distinct locations in a hyperspace a [[Teleinterface]] transfers information between distant [[API]] parties without being spotted meanwhile. |
Revision as of 15:32, 2 February 2009
Special kind of meta-API Design Pattern that allows two parties to communicate via an interface that does not understand the whole complexity of the communication. Somehow the information flows from one side to another without being observed by the API itself.
Just like a teleport that allows to transfer people between two distinct locations in a hyperspace a Teleinterface transfers information between distant API parties without being spotted meanwhile.