JSTL Status in Java EE 6

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.

+3
source share
1 answer

I downloaded the pdf as he mentioned.

+1
source

Source: https://habr.com/ru/post/1795258/


All Articles