Jetty 的替代品是什么?我正在寻找一个简单的 javax.servlet 容器

发布于 2024-11-06 07:07:14 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(4

愛上了 2024-11-13 07:07:14

尝试 Grizzly,它是 Jersey 的独立部分(JAX-RS 实现)。

Try Grizzly, which is the standalone part of Jersey (JAX-RS implementation).

厌倦 2024-11-13 07:07:14

可能的替代品

简单,但不太简单

话虽如此,除非您是确实受到限制,为什么不使用 Tomcat 甚至 GlassFish 适合您吗?

如果复杂性是一个问题,那么也许您应该首先从 Tomcat 开始,然后稍后看看如何使用 Jetty(或其他)以及它如何满足您的目标。 Tomcat 并不是那么重量级,至少您将有大量文档和示例可供查看。


更新:正如您在评论中提到的,您需要 JAX-RS 支持,Jersey 确实是一个不错的选择。查看 Vogella 关于 使用 Jersey 与 Java 进行 REST 以获得良好的启动效果。

Possible Alternatives

Simple, But Not Too Simple

That being said, except if you are really constrained, why wouldn't a minimalist config of Tomcat or even GlassFish work for you?

If complexity is an issue, then maybe you should start with Tomcat first and then see how Jetty (or others) could be used and how it would fit your goals later. Tomcat is not that heavyweight, and at least you'll have plenty of documentation and examples to look at.


Update: As you mention in the comment that you need JAX-RS support, Jersey is indeed a good option. Have a look at Vogella's article on REST with Java using Jersey for a good ramp-up.

天暗了我发光 2024-11-13 07:07:14

你知道嵌入jetty吗?这不是将您的应用程序部署在 jetty 中,而是将 jetty 嵌入到您的应用程序中。

我以前用过而且非常简单。这里有一些文档:

http://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty

Do you know about embedding jetty? This is instead of deploying your app in jetty, embedding jetty in your app.

I used before and it's quite easy. Here's some documentation:

http://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty

黎夕旧梦 2024-11-13 07:07:14

JBoss(现在称为 Wildfly)和 Tomcat 是 Jetty 的良好替代品。本文讨论了两者之间的一些差异。 http://www.futurehosting.com/jboss- vs-tomcat-choosing-a-java-application-server/

JBoss (which is now called Wildfly) and Tomcat are good alternatives to Jetty. This article talks about some of the differences between the two. http://www.futurehosting.com/jboss-vs-tomcat-choosing-a-java-application-server/

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