Dynamic Image in Java (JSP)

b4u

Golden Member
Nov 8, 2002
1,380
2
81
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.
 

b4u

Golden Member
Nov 8, 2002
1,380
2
81
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