Client for restful web service

Posted by Ish on Stack Overflow See other posts from Stack Overflow or by Ish
Published on 2010-05-17T18:05:41Z Indexed on 2010/05/17 18:10 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

I'd like to create a http-centric client for a restful web service created using CXF. To that end:

  • Does any one know the (maven) dependencies for ONLY the CXF clients (Proxy & HTTP)?

  • Is there any advantage to using CXF's built-in clients over say, Apache HttpClient?

© Stack Overflow or respective owner

Related posts about java

Related posts about cxf