Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以从 websphere 7 中删除 JSF 1.2 库吗?我尝试在 Websphere 服务器安装目录中搜索 JSF 库,但找不到它们。
请帮忙
JSF 1.2 是 Java EE 5 的一部分。WebSphere 与 Jave EE 5 兼容,因此我怀疑您是否可以删除部分 Jave EE 逻辑。
不过,您可以使用 JSF 2。只需确保首先使用 JSF 2 加载应用程序库。检查https://stackoverflow.com/a/2211960/1022141以及。