All,
I currently have an Apache CXF application into which I am trying to integrate this library http://katharsis.io/ for the purposes of serializing objects into json-api compliant payloads. The documentation here http://katharsis.io/#jax-rs states that it can be integrated with jax-rs environments by registering an implementation of javax.ws.rs.Feature with the jax-rs environment. I have been reading through the Apache CXF documentation and have not been able to find anything explaining how to register an instance of javax.ws.rs.Feature. Does anyone have any insights as to how this can be accomplished? Thank you, Sharif Ghazzawi
