I know that each servlet container (e.g. Tomcat, Glassfish, etc.) comes with an implementation of servlet-api.
What I am looking for is a generic (container agnostic) version of servlet-api to compile my application code against.
I would also like source code or Javadoc to use in my IDE during development.
Does such a version of servlet-api.jar exist?