Sun RI v/s Myfaces

I am trying figure out which is the best among these two.

Ofcourse, MyFaces components are really excellent, however for choosing as platform for professional application developement which one is suggested.

If any one has done comparative study please pass it on,

TIA,

SAchin

[307 byte] By [sachin_sachina] at [2007-10-2 4:06:22]
# 1
As it looks now --> MyFaces . . .
guy.bashana at 2007-7-15 23:29:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
It doesn't matter. You can start with Sun RI then move to MyFaces or use Sun RI with MyFaces extensions only.Your bigger choise should be: Use JSF ot some other technology ...
guy.bashana at 2007-7-15 23:29:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

The fact that you can start with Sun RI and then start using MyFaces extensions (or Tomahawk as it is called) is a truth with modifications. I am currently working on a project where we use this strategy, and we are facing serious problems. The reason is that the tomahawk components do have issues when mixed with sun RI components. They claim to be pure extensions of the Sun RI components, but they are not. The Tomahawk datatable is a component that is particularly difficult to use, and that exhibits strange behavior when used. If this is only one of a few bugs I am not sure, but it is safe to say that moving from Sun RI and then start using MyFaces extensions is not something you can do without facing serious problems.

@vha at 2007-7-15 23:29:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
I use Sun RI with MyFaces extensions and it seems to be working fine. I try to avoid as much as I can using myFaces extension components with no reason. For example all of the tables in the application are the Sun RI data tables, but I use Tree2 and File upload from the myFaces
guy.bashana at 2007-7-15 23:29:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
HiI have been trying to use the myFaces components with the Sun RI using Java Studio Creator, specifically the tree2 component. Could you please let me know how you got this to work ? Or at least point me in the right direction. Any help at all will be much
JaredBouwera at 2007-7-15 23:29:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...