Putting the "Web" into Web Services: Interaction Models, Part 2

  • Authors:
  • Steve Vinoski

  • Affiliations:
  • -

  • Venue:
  • IEEE Internet Computing
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

As I discussed in my previous column, each different style of middleware promotes one or more interaction models that determine how applications based on that middleware communicate and work with each other. In the relatively simple publish-subscribe model, for example, source publishes information, perhaps by postingto a message queue, and subscribers interested in that information either retrieve it from the queue or receive it automatically from a broker. Complex interaction models, on the other hand, often arise in distributed object systems, in which stateful objectsrely on clients to properly manipulate their state through sequences of method invocations.