Java Servlet Devlelopment Servlets Kit (JSDK) by Sun MicroSystems

Java Servlet Development kit....
kit for developing servlets ,containing the servlet API calsses (in packages javax.servlets.http) and tools (servletrunner) used to be called java servlet development kit.

Latet sun microsystems renamed the java development kit (JDK) to java 2 software development kit (J2SDK),Since J2SDK sounds a lot like JSDK.the servlet team renamed JSDK to java server web development kit (JSWDK),they also added support for JSPs.The java server web development kit (jsdwk) is the reference implementation for the java servlet API.The JSWDK contains a web container that runs java servlets and jsp files. It also contains a simple HTTP web server.Tomcat contains code based on JSWDK as well as a lot of new stuff and it will be supported servlet and JSP implementation from now onwards.

Important Note: Apache tomcat server is used in the official reference implementation for the Java server pages and java servlet technologies developed by Sun Micro Systems.

0 comments:

Post a Comment