posted 7 years ago
I am used to crafting contract-first REST interfaces using Spring MVC. With CXF, I understand that its a full-stack REST framework supporting both
contract first and implementation first approaches.
Is there an advantage to integrating Spring MVC with CXF in designing a REST service? Does Spring MVC add a value to CXF?
Regards,
/Kobe