thread « cxf « Java Enterprise Q&A





1. Pausing and notifying particular threads in a Java Webservice    stackoverflow.com

I'm writing a Java webservice with CXF. I have the following problem: A client calls a method from the webservice. The webservice has to do two things in parallel and starts ...

2. CXF Web Service Thread Pooling    coderanch.com

Hi, In our porject we are creating some CXF web services on Tomcat server. Web service calls are coming from different channels like SMS channel or telephony channel. So, do we need to hanlde thred manualy for each request or Tomcat or CXF Web service framwork will handle it? Any help will be highly appreciated. Thanks in advance.