|
|
|
|
|
|||||||||||||||||
|
The X3P ProtocolWhen using distributed services to implement B2B collaborations, the issue of application compatibility becomes crucial. If the different applications (on different servers) are not flexible in the way they operate together, then big-bang upgrades to all collaborating services in a distributed operation become mandatory. Such big-bang changes are difficult to synchronise, especially when many different organisations are involved.
Instead you want an application interface mechanism, which can adapt dynamically to different levels and versions of service, i.e. network applications which can adapt to each other by negotiations, i.e. plug-and-play. In order to support such negotiations you need a core application protocol, which supports the negotiation mechanism. X3P is such a protocol. X3P allows services to create authenticated vanilla sessions with each other. Such sessions can then be specialised (extended) to suit the needs of both ends via application negotiations. X3P is an extensible application communication protocol for peer-to-peer communication between application servers with the following key features:
X3P is a generic protocol for application functionality negotiation and service binding. The initiator of an X3P peer-to-peer session uses messages to express the desired service specialisation of the session to the responding peer. This may accept or reject a proposed specialisation or alternatively propose a different specialisation (e.g. an older version of an application protocol). See the X3P Protocol Description for more details. The first X3P version has been implemented in perl5 on top of the HTTP protocol. X3P provides high service integrity, since it uses independent back channels for authentication, negotiations and application service responses - application data is never sent directly as a response to a request but posted independently to the service address of the requesting service. The X3P implementation software is responsible for joining up the correct response with the corresponding request. Thus the application programmer has nevertheless an API, which mimics a traditional client-server interface. The first stable version of X3P technology is now available from MAKE. It is intended to become an open industry standard. The X3P protocol has initially been used to implement the server-to-server communication in the distributed version of the KIX collaboration framework. 2007-10-23 07:33 |
|
|
|
|
|
Home of www.metaagility.com Contact metaagility.com Copyright (2005) MetaAgility Knowledge Engineering. |