JSF 1.1 的哪个实现使用 MyFaces 还是 Sun RI
我们希望在 SUN RI 1.1 JSF 实现和 MyFaces 之间做出选择。我们将使用的应用程序服务器是Weblogic 8.1。您能否提供两者之间比较的要点 哪一个更好。我们可以在 SUN RI 1.1_02 中使用 Facelets吗?
如果将来想将应用程序迁移到 JSF 1.2 和 JDK 1.5,哪个是更好的选择。
We want make a choice between SUN RI 1.1 JSF implementaiton and MyFaces. Appserver we will be using is Weblogic 8.1. Could you please provide main points for Comparison between the two
Which one is better. Can we use Facelets in SUN RI 1.1_02.
Which is the better choice if want to move the Application to JSF 1.2 and JDK 1.5 in Future.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RI 1.1_02 没问题。 Facelets 至少需要 Servlet 2.4。不过,Weblogic 8.1 最高支持 Servlet 2.3。因此,您必须坚持使用 JSP 的 RI 1.1_02。
RI 1.1_02 is fine. Facelets requires at least Servlet 2.4. Weblogic 8.1 however supports max Servlet 2.3. So you'll have to stick to RI 1.1_02 with JSP.