Captcha Example...
Captcha captcha = new Captcha.Builder(200, 50).addText(new DefaultTextProducer(8)).gimp().addBackground().addNoise().build();
CaptchaServletUtil.writeImage(response, captcha.getImage());
SimpleCaptcha-1.1.1-JDK1.5.jar
Captcha captcha = new Captcha.Builder(200, 50).addText(new DefaultTextProducer(8)).gimp().addBackground().addNoise().build();
CaptchaServletUtil.writeImage(response, captcha.getImage());
SimpleCaptcha-1.1.1-JDK1.5.jar