We need to integrate a good CAPTCHA into our CA Siteminder implementation. What is the best CAPTCHA for use with Struts? We've been looking at reCAPTCHA.
|
|
The three CAPTCHA libraries I've used for Java are:
Our apps are Spring MVC based, and it was really easy to integrate these. Integrating these with a Struts based application should be just as straightforward. We just went with what looked best to us (icaptcha). |
||
|
|
|
|
I've gotten good results using JCaptcha. They also happen to have a nice documentation page on Struts integration. |
||
|
|
|
|
We've successfully used reCaptcha. There's a few things I like about reCaptcha
I think the last point is important. I imagine that there are captcha libraries that do that for you but in case I'm wrong, reCaptcha has it already. |
||
|
|



