泽西岛测试框架

发布于 2024-12-12 00:55:22 字数 103 浏览 0 评论 0原文

我有一个非 Maven 项目。我想使用泽西测试框架测试我的球衣休息服务。 jersey 文档仅与 jersey 测试框架的 Maven 相关。是否可以将 jar 或库添加到项目中以使用此框架?

I have a non maven project. I would like to test my jersey rest services using the Jersey Test Framework. The jersey docs only relate to maven for the jersey test framework. Is it possible to add a jar or library to the project to use this framework?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

尘世孤行 2024-12-19 00:55:22

使用 Jersey 客户端 代替 Jersey 测试框架有两个优点

  1. :文档齐全,只需要 jersey-client JAR
  2. 编写的代码是标准的,可以被您服务的 Java 客户端使用

Using Jersey client instead of Jersey Test Framework have two advantages:

  1. It's well documented and only needs the jersey-client JAR
  2. The written code is standard and can be use by the Java clients of your services
俏︾媚 2024-12-19 00:55:22

我建议您将 Maven 添加到您的项目中,因为某些原因

  1. 能够使用和有用的依赖项,
  2. 具有使用诸如 mvn clean package 之类的命令创建应用程序构建的机制

如果您使用 Ant 脚本,您可以轻松地使用 Apache Maven AntRun 插件 从 Maven 调用旧 Ant 脚本,无需重建大量 Ant 脚本。

I would suggest you to add Maven to your project for some reasons

  1. ability to use and helpful dependencies
  2. having mechanism to create a build of you application with one command like mvn clean package

If you use Ant scripts you can easily call old Ant scripts from Maven with Apache Maven AntRun Plugin without significant Ant scripts rebuilding.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文