Shortest path to get started with JSF project

Hello,

I am looking for a path of least resistance (or effort) to get started with JSF. This is really an add to the "JSP due diligence" thread that I started but with a specific question. At this time, I am primarily interested in implementing an MVC framework. The components of JSF seem interesting and I think will be valuable to us, but it would be too much to bite off at this time. So, could I implement JSF with my JSP pages (with code to use the backing beans but my own html components) and then later add JSF components as the next step? Perhaps this is non sensical but appreciate you saying that so I know how much effort is involved.

Thanks!

Priya

[687 byte] By [exception512a] at [2007-11-27 7:50:19]
# 1
Trying to use JSF without the JSF components sounds like it would be harder. Much of the benefit of JSF is the binding of bean properties to component values.
RaymondDeCampoa at 2007-7-12 19:31:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks a lot for the input!Priya
exception512a at 2007-7-12 19:31:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...