Servlet 3.0 特性

Posted ABO

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Servlet 3.0 特性相关的知识,希望对你有一定的参考价值。

Servlet 3.0 了解即可。

在servlet3.0中可以使用注解来替代我们配置文件.简单说:在servlet3.0中可以没有web.xml文件。
版本对应关系
                      servlet2.5      javaee5.0     tomcat 5.x tomcat6     jdk1.5
                     servlet3.0       javaee6.0      tomcat7.0               jdk1.6

 

1.使用注解来替换配置文件

 

2.servlet3.0中的文件上传

 

3.servlet3.0中异步处理

 

以上是关于Servlet 3.0 特性的主要内容,如果未能解决你的问题,请参考以下文章

Servlet 3.0 特性

Servlet 3.0 新特性详解

Servlet 3.0 新特性详解 (转载)

Servlet3.0

Servlet3.0新特性

Java EE - Servlet 3.0 和 Spring MVC