Home » Apache CXF
Apache CXF metrics with Apache Karaf Decanter
Recently, I had the question several times: how can I have metrics (number of requests, request time, …) of the SOAP and REST services deployed in Apache Karaf or Apache Unomi (also running on Karaf). SOAP and REST…
Read More »Apache Karaf Christmas gifts: docker.io, profiles, and decanter
We are heading to Christmas time, and the Karaf team wanted to prepare some gifts for you 😉 Of course, we are working hard in the preparation of the new Karaf releases. A bunch of bug fixes and…
Read More »Use Camel, CXF and Karaf to implement batches
Introduction Apache Camel has not be designed to be used for implementing batch tasks. For instance, if your Camel route has a consumer endpoint polling files in a directory, Camel will periodically and indefinitely monitor the folder and…
Read More »JAX-RS services using CXF and Karaf
Apache CXF provides a really great layer to implement JAX-RS services. Especially, it fully supports OSGi, including Blueprint. It means that you can very easily create and deploy your REST services in a Apache Karaf container. In this…
Read More »