HomeHomeHomeArchiteturMiddlewareMDSDBeratungCoachingTrainig
header

go back go up Publications :: Design and Implementation of an Asynchronous Invoc...

dotted Line
dotted Line
menu not Selected Home
dotted Line
menu not Selected Services
dotted Line
menu not Selected Experience
dotted Line
menu not Selected New DSL Book
dotted Line
menu not Selected Conferences
dotted Line
menu selected Publications
   menu not Selected Papers
   menu not Selected Workshop Papers
   menu not Selected Patterns
   menu not Selected Books
   menu not Selected Articles
   menu not Selected Podcasts
   menu not Selected Videos
dotted Line
menu not Selected Vorlesungen
dotted Line
menu not Selected Site
dotted Line
dotted Line
magic Pixel

Design and Implementation of an Asynchronous Invocation Framework for Web Services

Asynchronous invocations are an important functionality in the context of distributed object frameworks, because in many situations clients should not block dur-ing remote invocations. There should be a loose coupling between clients and remote services. Popular web service frameworks, such as Apache Axis, offer only synchronous invocations (over HTTP). An alternative are messaging protocols but these implement a different communication paradigm. When client asynchrony is not supported, client developers have to build asynchronous invocations on top of the synchronous invocation facility. But this is tedious, error-prone, and might result in different remote invocation styles used within the same application. In this paper we build a framework using pat-terns for asynchronous invocation of web services. The framework design is based on the asynchrony patterns and other patterns from the same pattern language.

[Paper]
01.08.2004
../data/pub/WebServicesAsync.pdf Download... Abstract... Abstract...
Design and Implementation of an Asynchronous Invocation Framework for Web Services
together with Uwe Zdun , Michael Kircher
Conference: ICWS-Europe'03