I know that every servlet container (e.g. Tomcat, Glassfish, etc.) comes with a servlet-api implementation.
What I'm looking for is a universal (container agnostic) version of servlet-api for compiling my application code.
I would also like to use the source code or Javadoc for use in my IDE during development.
Is there such a version of servlet-api.jar?
Chrish
source share