posts - 156,  comments - 601,  trackbacks - 0
   期待了许久的JSR-315(Servlet 3.0)规范终于Public Review了,这下本人估计就要热闹了。Public Review往往是带来最大的讨论与争议的过程。不过还是希望JSR-315规范能尽早的敲定,让我们这些期盼以久的开发人员能使用这些新特征。

   下面是官方讨论的两个大点:
   1. Annotations and pluggability
   2. Asychronous Servlets

本人较关心的也是Asychronous Servlets这块,所以分享一些信息给大家.

Gregw -- 3.0规范的实现作者的一个Blog
http://blogs.webtide.com/gregw/entry/servlet_3_0_public_review
  • A new ASYNC DispatcherType for redispatched asynchronous requests

  • The isAsyncStarted() method is false when a request is redispatched.

  • An IllegalStateException is thrown is startAsync() or startAsync(request.response) are called if getReader() or getOutputStream() have been called.  This restricts asynchronous handler to the simpler cases.

  • If asynchronous mode was started with startAsync(request,response), then it is an IllegalStateException to use any of the forward(...) methods on AsyncContext. This avoids the complication of redispatching wrappers, but allows wrappers to be used by asynchronous handlers.


Good Luck!
Yours Matthew!
posted on 2008-12-25 08:44 x.matthew 阅读(1828) 评论(0)  编辑  收藏 所属分类: 最新开源动态

只有注册用户登录后才能发表评论。


网站导航: