基于servlet 3.0的Web框架

发布于 2024-12-03 02:35:11 字数 181 浏览 1 评论 0原文

我很想知道是否有人知道是否有任何主要 Web 框架团队正在致力于将 Servlet 3.0 规范合并到他们的堆栈中? AFAIK,到目前为止它们都基于 2.5 规范。我认为 3.0 规范在易于配置和异步请求处理方面带来了很多不错的功能。我对服务器推送功能特别感兴趣。

有关于这个的信息吗?

谢谢。

I was curious to know if anyone's aware whether any of the main web framework teams are working on incorporating the Servlet 3.0 specs into their stacks?
AFAIK, they're all based on the 2.5 specs as of now. I think the 3.0 specs brings a lot of nice features in terms of ease of configuration and asynchronous request handling. I was especially interested in the server push capabilities.

any information about this?

thanks.

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

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

发布评论

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

评论(2

瘫痪情歌 2024-12-10 02:35:11

Grails 2.0 基于Servlet 3.0。查看此链接进行异步处理

对于服务器推送,使用像 Atmosphere 这样的东西会比原始 servlet 3.0 Api 容易得多。查看这个< /a> 了解更多详细信息。

Grails 2.0 is based on Servlet 3.0. Check out this link for asynchronous processing

For server push, it will be much easier to use something like Atmosphere than raw servlet 3.0 Api. Check out this for more detail.

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