Mojarra for JSF Encoding
Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of files i don't know wh开发者_JAVA百科at to do with
You can find jsf-api.jar
and jsf-impl.jar
in the lib
folder. That are the Mojarra JAR's.
By the way, I do not quite understand what you mean with "JSF encoding". That makes at its own no sense. Mojarra is just the Sun-provided basic JSF implementation.
If you don't know what to do with Mojarra - JavaPassion JSF course is a good place to start.
精彩评论