Hi i often read about this topic the following:
"Tomcat is a servlet container only, which simply means that it will not
provide support for Java EE features."
JPA for example is a Java EE feature. Which means it is supported of Glassfish. But i can also use JPA on a tomcat!
So why can i do that? I thought that i can just stick to Servlet/JSP with a tomcat.