14

Which implementations of the Servlet 3.0 specification are available (or at least in beta) besides GlassFish?

deamon
  • 89,107
  • 111
  • 320
  • 448

3 Answers3

10

Tomcat 7.0 is on its way. It is still in development. Jetty 8 is supposed to implement Servlet 3.0, it is also still in development (check the Versions section at bottom).

As far now there's only the GlassFish v3 as being a stable release.

Dwhitz
  • 1,250
  • 7
  • 26
  • 38
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
2

There is Jetty

HeDinges
  • 4,367
  • 4
  • 30
  • 28
1

I'd also mention Resin 4.0, in development.

Mirko N.
  • 10,537
  • 6
  • 38
  • 37