基于servlet 3.0的Web框架
我很想知道是否有人知道是否有任何主要 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然,您可以查看 Spring 3.1 文档:
http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/htmlsingle/spring-framework-reference.html#d0e1428
(目前处于里程碑 2 )。
Sure, you can take a look at Spring 3.1 documentation :
http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/htmlsingle/spring-framework-reference.html#d0e1428
(Currently in Milestone 2).
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.