Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

servlet source code

529432Jul 11 2008 — edited Jul 11 2008
i 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2008
Added on Jul 11 2008
1 comment
338 views