开发者

Which implemtation of JSF 1.1 to use MyFaces or Sun RI

开发者 https://www.devze.com 2022-12-31 09:13 出处:网络
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 th开发者_C百科e two

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 th开发者_C百科e 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消