The document discusses new features in the Java Servlet 3.0 API, including improved pluggability, ease of development, and asynchronous servlet support. Pluggability is enhanced through modular web.xml files, and new APIs allow adding servlets and filters at runtime. Ease of development is improved with annotations for declarative programming and optional web.xml files. Asynchronous servlet support allows servlets to non-blocking operations.