Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
com.sun.jersey和 和有什么不一样org.glassfish.jersey?
com.sun.jersey
org.glassfish.jersey
目前我正在使用我的 REST 服务com.sun.jersey并且我想编写测试,但是我找不到一个好的教程(似乎没有任何工作)。但是,我可以找到有关org.glassfish.jersey测试的良好文档。
com.sun.jersey 和 org.glassfish.jersey 之间的唯一区别是软件包名称已更改,因为 Jersey 团队现在是另一个组织 (Glassfish) 的一部分。低于 2 的版本使用包 com.sun.jersey,高于 2 的版本使用 org.glassfish.jersey。是的,1.x 和 2.x 之间存在一些差异。