posted 4 years ago
Java EE is the specification. Tomcat is simply one (partial) implementation of that specification. But then again, so is jetty. Glassfish, JBoss/Wildfly, WebLogic Server, IBM's WebSphere, the JoNaS server, all implementations. The spec is strictly documentation, not products. Unlike Microsoft's Office suite, where the specification is ultimately dependent on an implementation (Microsoft's own products).
Sun/Oracles does provide what's known as reference implementations of their specs. For example, Mojarra for JavaServer Faces. I understand that Tomcat served as the reference implementation for the servlet/JSP spart of the J2EE spec, but was supposedly abandoned in favor of Glassfish.
A reference implementation isn't all that special. What it means is basically that that is the platform that Sun/Oracle uses to proof/demonstrate the specification implementation. the Java specs are the final definition, even about the reference implementation. Oracle will quite cheerfully apply a battery of validation tests to any implementation of that spec - for a fee, of course - and if the product in question passes, will certify it.
Some people, when well-known sources tell them that fire will burn them, don't put their hands in the fire.
Some people, being skeptical, will put their hands in the fire, get burned, and learn not to put their hands in the fire.
And some people, believing that they know better than well-known sources, will claim it's a lie, put their hands in the fire, and continue to scream it's a lie even as their hands burn down to charred stumps.