Information Related

Hi,

Recently, got sometime to take a look at JSF 1.2 specs, excited me about the approach taken. I then started looking at the available framework but there are plethora of frameworks available so got kinda confused. Appreciate if anyone suggest the best framework to start off with JSF 1.2.

thx

[314 byte] By [javashisha] at [2007-11-27 10:50:15]
# 1

There is no "best" framework. Just start off with the default JSF implementation in the flavour of the Sun JSF RI 1.2. It's fairly complete enough for a simple webapplication. Once you need more extended and/or specific components, then you can look around what's available in 3rd party implementations (MyFaces, Tomahawk, IceFaces, ADF, etcetera), or just create custom components.

BalusCa at 2007-7-29 11:24:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Thanks Man. Just correct my understanding, I can add different implementations together if i require different components.

javashisha at 2007-7-29 11:24:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...