JSF 2.0 中的验证码
在我的项目中,我必须将验证码集成到我的注册表单中,我已经看到了 JCaptcha 和 google recaptcha,任何人都可以建议我集成验证码的最佳且简单的方法。实际上,我不想要像 recaptcha 这样的第三方验证码,那么我如何生成自己的验证码。我正在使用 JSF 2.0 和 Richfaces。
In my project I have to integrate Captcha to my Signup Form, I have seen JCaptcha and google recaptcha can anybody suggest me the best and easy way to integrate captcha. Actually I don't want third party captcha like recaptcha so how can i generate my own one. I am using JSF 2.0 and Richfaces.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
得到解决方案: http://javahunter.wordpress .com/2010/09/25/integrating-captcha-in-jsf-2-0/
Got Solution : http://javahunter.wordpress.com/2010/09/25/integrating-captcha-in-jsf-2-0/
您还可以通过使用 PrimeFaces 组件来延长寿命并减少工作量:
验证码
PrimeFaces 与 RichFaces 配合良好。
You can also live longer and work less by using PrimeFaces component:
Captcha
PrimeFaces works fine with RichFaces.