• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dynamic Image in Java (JSP)

b4u

Golden Member
Hi,

We often see some web pages that present some kind of numbers or letters, with some noise added to it, and ask the users to write what they see in a text box.

The usage is to eliminate, as far as possible, some kind of auto-input data to the web pages.

Is there a generic name for that, that I can use to google it?

Anyone have any info on how can I use such feature in JSP pages? I mean, there must be some code behind generating the picture to be displayed (I think).

Thank you.
 
Thanks, that was exactly what I was looking at ... googling for captcha I found JCAPTCHA which I'm looking right now ...

Anyone knows if it's good? Or do you know any other captcha for java, so I can include on a JSP page?

Thanks
 
Back
Top