The Artima Developer Community
Sponsored Link

News & Ideas Forum (Closed for new topic posts)
Jason Hunter on Servlet 2.4

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Jason Hunter on Servlet 2.4 Posted: Apr 4, 2003 12:10 PM
Reply to this message Reply
Advertisement
Jason Hunter writes, "Servlet 2.4 lacks some of the fireworks of past releases. Servlet 2.2 introduced the notion of self-contained Web applications. Servlet 2.3 added the power of filters and filter chains. Servlet 2.4, while adding several interesting features, has no superstars and spends more time polishing and clarifying the features that came before?a tying up of loose ends."

http://www.javaworld.com/javaworld/jw-03-2003/jw-0328-servlet.html

Here's an excerpt from this JavaWorld article:

Here's a list of what's new:

- Servlets now require HTTP/1.1 and J2SE (Java 2 Platform, Standard Edition) 1.3, and can work with J2EE 1.4

- ServletRequest has new methods to observe the client connection

- New support for internationalization and charset choice

- RequestDispatcher has new features and clarifications

- New ServletRequest listener classes and methods

- A deprecated SingleThreadModel

- HttpSession details and interaction with logins has been clarified

- Classloading and welcome-file behavior has been clarified

- The web.xml file now uses XML Schema and has added a slew of new elements

Before we begin looking at these changes, let me point out that most servers don't yet have fully compliant Servlet 2.4 implementations. If you want to test those features, your best bet is to download the official reference implementation server, Apache Tomcat 5.0. It's open source, and you can download the server for free. Tomcat 5.0 will be the first Tomcat version to support Servlet 2.4, but, of course, its latest release is still an alpha.


What do you think of Servlets 2.4?

Topic: Securing Linux for Java Services Previous Topic   Next Topic Topic: Interview with Dean Jacobs on Clustering in J2EE

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use