Servlet 2.5的新特点:适合你的需要吗?
2008-01-05 18:27:29 来源:WEB开发网核心提示:根据Servlet的标准的重大变化决定了版本号从2.4 跳跃到了2.5,在这个发行的标准中, 有四个具体的阐明, 二个对其它文档的改变, 增加了六个主要变化,Servlet 2.5的新特点:适合你的需要吗?,很多大的改变是通过使用JDK1.5的新特性带来的,一个很大的问题就是,有意思的是,Hani Suleiman 可
根据Servlet的标准的重大变化决定了版本号从2.4 跳跃到了2.5。
在这个发行的标准中, 有四个具体的阐明, 二个对其它文档的改变, 增加了六个主要变化。
很多大的改变是通过使用JDK1.5的新特性带来的。
一个很大的问题就是,为什么JSR为Servlet的 init() 添加了annotations ,带来了init() (@PostConstrUCt), destroy() (@PReDestroy)等新方法。JCP Executive Committee 的成员Hani Suleiman 在他的blog上,描述了他本来希望看到的新特性,但是事实却未能通过。有意思的是,Hani Suleiman 可是JCP Executive Committee 的成员,JCP Executive Committee 对专家组提交的方案是有最终决定权的。为何Hani Suleiman未能让本来应有的一些变化添加到Servlet标准里呢?
新的特性包括:
Clarification on session scope for when pages contain more then one session context
the ability to apply a single filter to many requests and many filters to a single request
the ability to create multiple mappings to the same Servlet
Allow the use of alternative HTTP methods with authorization constraints
Support the use of annotations to inject resources into a servlet
Removal of the restriction on not being able to call setStatus() in error handling
- ››适合做商品团购营销的网站
- ››适合所有浏览器hack的CSS技巧
- ››适合C# Actor的消息执行方式(1):Erlang中的模式...
- ››适合C# Actor的消息执行方式(2):C# Actor的尴尬...
- ››适合C# Actor的消息执行方式(3):中看不中用的解...
- ››适合C# Actor的消息执行方式(4):阶段性总结
- ››适合C# Actor的消息执行方式(5):一个简单的网络...
- ››适合C# Actor的消息执行方式(6):协变与逆变
- ››适合1-5个月经验的seo优化全过程分享
- ››Servlet 3.0 新特性详解
- ››Servlet API 和 NIO: 最终组合在一起
- ››Servlet的Cookie值保存与获取
赞助商链接