Login  Register

A JAX-RS implementation over Spring Rest ( Spring MVC ) , which one to use ???

Posted by BintuGomes on Oct 11, 2019; 1:04pm
URL: https://forum.jogamp.org/A-JAX-RS-implementation-over-Spring-Rest-Spring-MVC-which-one-to-use-tp4040108.html

While looking what is the difference between creating a REST Api using Jersey vs Spring Rest in Spring MVC .

I found that Jersey is an implementation of JAX-RS specification , while Spring Mvc is an alternative way of creating REST API and which is not following any specification

I wonder what would be the benefits of using one over another ? and in which situation would be suitable to use the former and not the later ?