Hi, Apache Tomcat is said to be a Reference Implementation. but what exactly IS a 'Reference Implementation' ?? How is it different from WebSpere and WebLogic?? And why do we need so many of these servers?? Thanx in advance..... ------------------
Sam Dalton
Author
Ranch Hand
Joined: Jul 26, 2001
Posts: 170
posted
0
A reference implementation is exactly what it say. It is a complete and correct implementation of the Servlet and JSP spec. The way that this differs from Websphere/Weblogic depends on the version of tomcat that you are using. Version 4 (beta) currently implements the newest public draft of the servlet 2.3 and jsp 1.2 spec, most version of weblogic/websphere do not. Tomcat is normally more current with regards to the spec than any other container. The reason for having loads of containers is CHOICE. Would you be happy having only one option of servlet container to deploy to? That would go against the way of Java. Rgds Sam
<a href="http://www.samjdalton.com" target="_blank" rel="nofollow">Sam Dalton</a>,<br />Co-author of [http://www.amazon.com/exec/obidos/tg/detail/-/1590592255/qid=1068633302//ref=sr_8_xs_ap_i0_xgl14/104-4904002-9274339?v=glance&s=books&n=507846]Professional JSP 2.0[/URL] (October 2003)<br />Co-author of <a href="http://www.amazon.com/exec/obidos/ASIN/1861007701/ref=ase_electricporkchop" target="_blank" rel="nofollow">Professional SCWCD Certification</a><br />Co-author of <a href="http://www.amazon.com/exec/obidos/ASIN/186100561X/ref=ase_electricporkchop" target="_blank" rel="nofollow">Professional Java Servlets 2.3</a>
tony james
Greenhorn
Joined: Jul 24, 2001
Posts: 12
posted
0
Thanx a lot Sam. u have cleared my doubt brilliantly!!! Rgds tony