What / where are the necessary libraries for JSF (in particular, javax.faces material)

I have spent the last few hours on the Internet, and I cannot figure it out.

I want to include some classes javax.facesin the java package I'm working on.

In particular:

import javax.faces.application.Application;
import javax.faces.context.FacesContext;
import javax.faces.el.VariableResolver;

I am using eclipse 3.4

I know how to enable external libraries, configure my build path, etc.

What I DO NOT know is that the libraries (jars, libs, whatever) contain the classes that I need, and I don't know where to find them. I know the information is there (people are developing JSF stuff all over the word), but I don't seem to be able to figure it out.

Thanks in advance.

+3
source share
2 answers

myfaces, myfaces-api.jar myfaces-impl.jar , http://myfaces.apache.org/download.html

-1

, Java EE 5 ( javadocs, , Servlet API). app/servlet; Tomcat, Jetty, GlassFish .. - Java EE 5.

0

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


All Articles