在 WebSphere 8.5 上使用 JSF 2.2 需要哪些 JAR 文件

Which JAR files are needed to use JSF 2.2 on WebSphere 8.5

我正在使用默认实现 JSF 2.0 的 WebSphere 8.5。我想使用 JSF 2.2。我试图找出应该让我的应用程序使用 JSF 2.2 的 JAR 文件?

对于 MyFaces,您需要 myfaces-implmyfaces-api 及其运行时依赖项 commons-beanutilscommons-collectionscommons-digestercommons-logging.对于 Mojarra,您只需要 jsf-apijsf-impl.

无论您使用哪种实现,请确保遵循在 WebSphere 上打包第三方 JSF 实现的说明: 配置 JavaServer Faces 实现