On Thursday 25 March 2010 7:42:09 am fachhoch wrote: > do I need to use a pool of cxf clients in my web application ? I am > uisng cxf 2.2.6 ? I create client > > <jaxws:client id="findGrantsClient" > serviceClass="grantsSearch.service.GrantsSearchService" > address="http://mycompany.com:7001/myapp/cxf/findGrants"> > > I inject this client into my services , will this work thread safe in a > web application?
See: http://cxf.apache.org/faq.html Dan > > fachhoch wrote: > > I created client as per all the examples .I injected this client into my > > service class. Do I need to worry about thread issues, like make > > single thread access to the method which uses client to call webservice > > or is it thread safe ? -- Daniel Kulp [email protected] http://dankulp.com/blog
