Re: [The Java Posse] Implement CAPTCHA in j2ee app

2010-07-23 Thread Steven Siebert
Do you need to implement it in a library, or can you call it as a web service? Reliable services include google recaptcha ( http://www.google.com/recaptcha) and OpenCaptcha ( http://www.opencaptcha.com/). Flicker and others also provide similar services...so you can implement a couple services to

[The Java Posse] Implement CAPTCHA in j2ee app

2010-07-23 Thread phm
Hi All, Has any one experience with java utilities to implement captcha in j2ee web application? Any pointers which libraries I can try/evaluate for my needs? I need to implement a very basic captcha requirement to validate user request. thx, -pm. -- You received this message because you are su