Jersey w/ Spring 3.0?

前端 未结 2 623
谎友^
谎友^ 2021-01-12 14:45

I see some are using Jersey w/ Spring. With Spring 3.0 there are now annotations available to make RESTful APIs directly in a controller. Why should I consider using Jersey

2条回答
  •  甜味超标
    2021-01-12 15:35

    Spring 3 is backwards compatible so you can use Jersey.

    What you get is not tying your application to a propietary API.

提交回复
热议问题