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.
我们希望在 SUN RI 1.1 JSF 实现和 MyFaces 之间做出选择。我们将使用的 Appserver 是 Weblogic 8.1。您能否提供两者之间比较哪个更好的要点。我们可以在 SUN RI 1.1_02 中使用 Facelets。
如果将来要将应用程序迁移到 JSF 1.2 和 JDK 1.5,那么哪个是更好的选择。
RI 1.1_02 很好。Facelets 至少需要 Servlet 2.4。然而,Weblogic 8.1 支持最大 Servlet 2.3。所以你必须坚持使用 JSP 的 RI 1.1_02。