I am practising JSF. Well I understand that JSF is a serverside component framework in web application development. Well I am in confusion that if JSF provides all those UI components to develop web based application then is it meaningful to integrate jQuery and JSF? if so on what contexts I need to use jQuery and JSF techs?
thanks
The answer are depended on your aims. JSF is allmost always used with some framework such as RichFaces, MyFaces, etc. And they usually provide it’s own js api. So usually jquery are not needed. But, if you want to develop a custom UI component you can use jquery to build it.