Difference com.sun.jersey and org.glassfish.jersey

后端 未结 1 736
轮回少年
轮回少年 2021-01-30 06:22

What is the difference between com.sun.jersey and org.glassfish.jersey?

Currently I have my REST service working on com.sun.jersey

1条回答
  •  孤城傲影
    2021-01-30 06:58

    The only difference between com.sun.jersey and org.glassfish.jersey is that the package name was changed because Jersey team is now part of another organization (Glassfish). Versions below 2 use package com.sun.jersey, versions above 2 use org.glassfish.jersey. And yes, there are some differences between 1.x and 2.x.

    0 讨论(0)
提交回复
热议问题