| Author |
Servlet 2.3 source
|
Meng Tan
Ranch Hand
Joined: Jan 20, 2001
Posts: 115
|
|
Hi, Does anybody know where can we obtain the Servlet 2.3 API source code? I tried to look in the Sun site but could only find the class files. Thanks.
|
 |
james edwin
Ranch Hand
Joined: Nov 22, 2001
Posts: 393
|
|
Hi, there must a jar file called servlet.jar which u have set in the classpath like for tomcat it's lying under tomcat\lib directory. Just extract this u will get all class files. [ January 28, 2002: Message edited by: james edwin ]
|
Regards,
James
|
 |
Meng Tan
Ranch Hand
Joined: Jan 20, 2001
Posts: 115
|
|
Hi James, Actually I want the Servlet source files rather then the class files. The source code for Servlet 2.1 was available for download in Sun's archive section but the source for Servlet 2.3 is not available. Thanks.
|
 |
Meng Tan
Ranch Hand
Joined: Jan 20, 2001
Posts: 115
|
|
|
Sorry I forgot to tell u that there is no source files in Tomcat 4.0.1 's Servlet.jar.
|
 |
james edwin
Ranch Hand
Joined: Nov 22, 2001
Posts: 393
|
|
hi, In servlet.jar we have class files which u can always decomplie and check for the code. For code on sun site,i have no idea.
|
 |
Meng Tan
Ranch Hand
Joined: Jan 20, 2001
Posts: 115
|
|
Hi James, Can u show mw how to decompile a Java class? Thanks.
|
 |
james edwin
Ranch Hand
Joined: Nov 22, 2001
Posts: 393
|
|
hi, N number od decomplier r avaiable for java class files.I use JAD .Search on google u will get it. Thanks
|
 |
 |
|
|
subject: Servlet 2.3 source
|
|
|