Write a review to share your experiences with open source!
On DevRates we focus on reviews by developers using libraries on their daily work.
Interested in the latest trends and top-rated open source projects for all layers of your application?
DevRates contains projects reviews of most popular tagged categories and programming languages.
Follow projects and don't miss any news from blogs and twitter on your wall.
Your company is looking for talented developers? Register on DevRates and show your technology stack on your company profile.
Apache CXF is an open-source, fully featured Web services framework. It originated as the combination of two open-source projects: Celtix developed by IONA Technologies (acquired by Progress Software in 2008) and XFire developed by a team hosted at Codehaus. These two projects were combined by people working together at the Apache Software Foundation. The name CXF derives from combining the "Celtix" and "XFire" project names.
full review »A great JAX-WS and JAX-RS implementation. It is quite complex and quite heavy (uses Spring inside). However it has several pros:
- setting a class as WS or REST service is very easy
- generated WSDL and WADL documents and can crate stubs from WSDL and WADL
- supports XML and JSON out-of-the-box for REST
- custom filters, plugins and security options
For me it wins with Axis for WS and with RESTEasy for REST services.
full review »Great JAX-WS implementation. Well architected. Relatively easy to extend. A little heavy weight, but understandable due to the amount of features supported.