There are a lot of technical questions regarding JSF and jquery but this is a question about making a clean decision about these two widely used technologies.
It's obvious that jquery and JSF 1.2 (Im always referring to JSF 1.2) can be used together, but is it wise to use them together?
Or it would be just better to use a rich jquery-based frontend with pure JSP?
Moreover, when using jsf with jquery would it be also necessary to use pure jsp as well?
I hope that the experienced developers out there can give some very strong arguments while answering this critical question. Im really worried that if I start a jsf/jquery web app I will end up writting some hybrid weird code of jsf/jsp/jquery that would be mostly a trouble rather than a clean java web app.
Thanks in advance.
ps: Im sorry if this seams to be not a pure programming question but I think it is more important to know the answer to this before finding all the small technical details.