The Artima Developer Community
Sponsored Link

Java Buzz Forum
Asynchronous Java web services

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Dominic Da Silva

Posts: 374
Nickname: dsuspense
Registered: Jul, 2003

Dominic Da Silva is President of SilvaSoft, Inc.
Asynchronous Java web services Posted: Jan 23, 2004 1:31 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Dominic Da Silva.
Original Post: Asynchronous Java web services
Feed Title: dsuspense
Feed URL: http://tss9.serverconfig.com/suspended.page/
Feed Description: Java/J2EE, .NET, OpenSource, Orlando living, Trinidad stuff and of course the Dolphins!...
Latest Java Buzz Posts
Latest Java Buzz Posts by Dominic Da Silva
Latest Posts From dsuspense

Advertisement
As most may know, Apache Axis does not support asychronous web services invocation via results callbacks.
.NET's web services implementation, however, does support asychronous invocation via results callbacks.
This paper discusses implementing an asynchronous invocation framework using four patterns for asynchronous invocation ("fire and forget", " 400 ;sync with server", "poll object", "results callback").
They also discuss how to implemt the framework using Axis, and provide benchmarks of the four patterns compared to synchronous invocation.
I believe async invocation support is being added to Axis in the future.
Does anyone know the timeline of when this feature will be supported?

Read: Asynchronous Java web services

Topic: What I tested wasn't really a mock Previous Topic   Next Topic Topic: Ward Cunningham: To Plan or Not To Plan

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use