I think you just want to make asynchronous web service calls, which JAX-WS supports out-of-the-box. See the first paragraph here[1] for Metro and CXF examples of this.
HTH, Glen [1] http://www.jroller.com/gmazza/entry/creating_service_side_asynchronous_web ironman77 wrote: > > Hi All, > > In a cxf based webservice if I want do some separate ("parallel") > processing depending on request data without effecting the existing flow, > is threading the only option? > > For example, consider the following scenario: > > Existing cxf service: Request --->BusinessLogic-->Response > > New cxf service: Request--->BusinessLogic-->Response > | > | > --->DoSomething else > > In the new cxf service, everthing remains same from request-response > perspective, I want to do some other logic. What is the best way to > design such scenario? > > Thank you, > J > -- View this message in context: http://cxf.547215.n5.nabble.com/Design-question-tp2256700p2256702.html Sent from the cxf-user mailing list archive at Nabble.com.
