is Java EE bundled with Tomcat?

I'm beginning to use Tomcat, i'm trying to use Spring Framework and some of it's example requires some stuff related to Java EE and everytime i have to download the single .jar package with that feature..

Is there any Java EE SDK ? i've found on the site a big file, but it contains also the Sun Java Application Server, but I don't need it, since i use Tomcat.. so is there any way to download just the Java EE libraries without the app server?

Thanks

[476 byte] By [Leonardo_Da_Vincia] at [2007-11-27 4:36:14]
# 1
Which stuff in particular do you need from the Java EE?If its related to servlets/JSP it will be bundled with Tomcat.Try the [TOMCAT]/common/lib directory for servlet-api.jar and jsp-api.jarThey have the javax.servlet and javax.servlet.jsp imports that you need.
evnafetsa at 2007-7-12 9:46:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...