• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

where is the good source to learn Apache CXF

 
Ranch Hand
Posts: 348
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know any good book or source to learn SOAP with Apache CXF? it surprises me that no book is talking about this framework as this is the most popular SOAP framework in existence. Available books only scratches the surface and didn't talk about advanced stuff like interceptor, ws-*, etc.
Thanks
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

this is the most popular SOAP framework in existence.


Is it? I'd be interested in the source for this, as I have never seen/heard/read more than anecdotal evidence one way or the other.

The CXF web site has a pretty extensive user's guide; in which way is not sufficient - depth? breadth? some particular topic?
 
David Spades
Ranch Hand
Posts: 348
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AFAIK, Axis2 and CXF is the dominant SOAP framework, and Apache is beginning to shift from Axis2 to CXF, so...
as for the docs in CXF, it's just bits and pieces, not the entire picture (code, config, reason why the code should look like that, design pattern, etc)

Thanks
 
David Spades
Ranch Hand
Posts: 348
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's the link about this
http://www.javacodebook.com/2013/08/19/web-service-framework-comparison-2013-part-ii/
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic