Spec says in "Compatibility with and Migration from JavaServer Faces 1.2" section:
Related Technologies
Other Java™ Platform Specifications
JSF is based on the following Java API specifications:
■ JavaServer Pages™ Specification, version 2.1 (JSP™) <http://java.sun.com/products/jsp/>
■ Java™ Servlet Specification, version 2.5 (Servlet) <http://java.sun.com/products/servlet/>
■ Java™2 Platform, Standard Edition, version 5.0 <http://java.sun.com/j2se/>
■ Java™2 Platform, Enterprise Edition, version 5.0 <http://java.sun.com/j2ee/>
■ JavaBeans™ Specification, version 1.0.1 <http://java.sun.com/products/javabeans/docs/spec.html>
■ JavaServer Pages™ Standard Tag Library, version 1.2 (JSTL) <http://java.sun.com/products/jsp/jstl/>
Therefore, a JSF container must support all of the above specifications. This requirement allows faces applications to be
portable across a variety of JSF implementations.
In addition, JSF is designed to work synergistically with other web-related Java APIs, including:
■ Portlet Specification, 1.0 JSR-168 <http://www.jcp.org/jsr/detail/168.jsp>
■ Portlet Specification, 2.0 JSR-286 <http://www.jcp.org/jsr/detail/286.jsp>
■ JSF Portlet Bridge Specification, JSR-301 <http://www.jcp.org/jsr/detail/301.jsp>
- is duplicated by
-
JBIDE-8433 Warning message for JSF2 + Servlet 2.5 projects should be more friendly.
- Closed