Hello! Most tutorials and examples on the Olingo site are based on the CXFNonSpringJaxrsServlet. I would like to reuse components from an exising CXF-Spring application though, which require the Spring framework to be booted.
What would be the recommended way to get Spring booted up? Is there perhaps another Servlet that could be invoked or should spring be booted by adding code to boot the framework? And if I e.g. use CXFServlet instead of CXFNonSpringJaxrsServlet, how should I pass the required init parameters such as javax.ws.rs.Application and org.apache.olingo.odata2.service.factory? Thanks! Best regards, Jan Penninkhof
