It seems that JSTL is no longer mentioned in the Java EE 6 Tutorial , Oracle instead prefers JSF libraries more than older jstl libraries. Does this mean that it is no longer supported and will be revised in a future version of the platform?
edit: The documentation for the JSF tags seems to include the documentation for the core tags. I am not sure if this means that they are more considered the main function, since they are not even examples in the textbook.
source
share