servlet source code
529432Jul 11 2008 — edited Jul 11 2008i want to attche the servlet source code to my IDE. For starters, I just need to know where to find the source. But I'm also concerned about which source to get.
The following is from my jar file's manifest
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.4.2_06-b03 (Sun Microsystems Inc.)
Name: javax/servlet/
Specification-Title: Java API for Servlets
Specification-Version: 2.4
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Title: javax.servlet
Implementation-Version: 2.4.public_draft
Implementation-Vendor: Apache Software Foundation
So, does this mean that i have the RI version of servlets, and if i can find the RI source for 2.4, I'll have the correct source for my project?