I came accross two cases before;
at first case, I realized that I could not use Servlet 3.0 in Weblogic 10.3.x since Weblogic 10.3.x is Servlet 2.5 container Using Servlet 3.0 with Weblogic 10.3
at second case, Glassfish can be configured for new jSF release by replacing jar files under modules with new ones. How do I upgrade the JSF API in GlassFish?
The point is that what is the relationship among Application server, Container and Java EE new release? I mean when container JSF releases new version does Application server need to upgrade itself? Same concern for Java EE?
Thanks.