Search code examples
javajsfjsf-2captchajava-ee-6

JSF 2.0 How a CAPTCHA works


Can sombody recommend me a good captcha tool for my JSF pages? Is there any captcha tool included in JEE6 or i have to add it to my project, like an external .jar?

Also is there any brief tutorial on how to include it in my program? or Does Someone what would be the steps i should follow to do so?(I never used a captcha before).


Solution

  • Here is good example I thing you can use. There is no integrated support in JEE6, you have to do this yourself as in provided example or you have to get some componenet that has this functionality. I know of another one in primefaces components here (it uses popular reCAPTCHA componenet)