0
votes
0answers
15 views
+50
Apache CXF OAuthDataProvider in a JAX-RS web application
I'm writing a plain JAX-RS web application that exposes a REST API; I use Spring, but only for actual configuration, and rely on plain CXF and Hibernate for all other functionality.
I now want to ...