Hi CXF Community,
Maybe this is just a new-be question about CXF/JAX-RS but reading
documentation doesn't bring me to a solution.
I have a resource which will handle the path segment
@Path("c/d")
Actually this is only a sub path of multiple and dynamic root paths:
a1/b1/c/d
a2/b2/c/d
...
an/bn/c/d
"c/d" is just a placeholde for a more complex resource handling which is the
same for all roots.
Has anyone an idea how to model this with CXF/JAX-RS or can at least point to
documentation describing this kind of problem?
Thanks in advance.
Regards,
Stephan
--