views:

27

answers:

2

Can anybody recommend good book for understanding good concept about cxf web services

A: 

There are two fairly good books on CXF:

Apache CXF Web Service Development - http://books.naveenbalani.com/

Developing Web Services with Apache CXF and Axis2 - http://agileskills2.org/DWSAA/

The first is more targetting CXF directly, but the second does a good job explaining many of the generic WebServices concepts.

Daniel Kulp
A: 

you can go through Apache CXF web serrvices development by Naveen Balani. This is a good book to start. You can also see the his website: http://naveenbalani.com/index.php/2010/05/comparing-spring-web-services-and-apache-cxf/

where he talks about Spring, CXF and other frameworks

Vamsi