关于支持 Java 编写的 Web 服务的轻量级开源 Web 服务器的建议

发布于 2024-10-05 12:36:17 字数 1539 浏览 6 评论 0原文

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

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

发布评论

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

评论(4

澉约 2024-10-12 12:36:17

Jetty 是一个可嵌入的开源应用程序服务器(即运行时内存占用较低)手机等)。

Jetty is an open-source application server that is embeddable (i.e. it has a low memory footprint as it runs on mobile phones, etc.).

不疑不惑不回忆 2024-10-12 12:36:17

我发现tomcat非常方便。它很容易安装、部署你的网络应用程序并且相当稳定。所有 java servlet 容器都带有初始最小 RAM 设置,这几乎总是不够,您必须自己更改最大 RAM 设置。

I found tomcat very handy. It is easy to install, deploy your webapp and fairly stable. All java servlet containers come with initial minimal RAM setting which is almost always not enough and you will have to change maximum RAM setting yourself.

零時差 2024-10-12 12:36:17

如果您想在桌面应用程序中部署 Web 服务并且正在寻找嵌入式服务器,则可以使用作为 J2SE6 一部分提供的 javax.xml.ws.Endpoint。检查一下。
通过Endpoint部署Web服务非常容易。
并且是 Java 的一部分,因此您不会依赖第三方库。
另一个选择是 Jetty (Apache)

If you want to deploy web services in a desktop application and you are looking for embedded server, you can use the javax.xml.ws.Endpoint that is comes as part of J2SE6. Check it out.
It is very easy to deploy web services via the Endpoint.
And is part of Java so you will have no dependencies with third-party libraries.
Another option is Jetty (Apache)

紫轩蝶泪 2024-10-12 12:36:17

不是那么轻量级,但我发现 glassfish 很容易设置和运行。我所要做的就是使用注释创建一个 EJB3 bean,Web 服务就完成了。真的很简单。这是为了概念验证,因此需要做更多的工作来进行正确的设置。

Not so lightweight, but I found glassfish easy to setup and get running. All I had to do was create a EJB3 bean using annotations and the web service was done. Really simple. This was for a proof of concept so would take more to do as a proper setup.

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