Require Information Related to JSF
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:25]

# 1
I guess with frameworks you mean component-libraries...
a) just use standard JSF to get you started on the ideas (a book and jsftutorials.net)
b) JSF + facelets: most people enjoy switching to facelets and its templating mechanisms
c) FacesGoodies shows how to do an app with JSF + Trinidad
d) AppFuse also gets you started with a complete stack
e) check what your favourite IDE offers...
hth
Alexander