用于 JSF 编码的 Mojarra
谁能教我如何使用 mojarra 来编码我的 JSF 文件。我下载了 mojarra 并期望某种 jar,但我下载的是一个我不知道如何处理的文件文件夹
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 what to do with
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在
lib
文件夹中找到jsf-api.jar
和jsf-impl.jar
。那是 Mojarra JAR。顺便说一句,我不太明白你所说的“JSF编码”是什么意思。这本身就毫无意义。 Mojarra只是Sun提供的基本JSF实现。
You can find
jsf-api.jar
andjsf-impl.jar
in thelib
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.