Skip to content
larochef edited this page Dec 16, 2011 · 6 revisions

Installing gwt-recaptcha is simple :

  • Build the code
  • Put the jar in your war/WEB-INF/lib directory
  • inherit the module `
`

In order to make it work, you'll also need to include the jar recaptcha4j in your WEB-INF/lib

Maven infos :

<dependency>
	<groupId>net.tanesha.recaptcha4j</groupId>
	<artifactId>recaptcha4j</artifactId>
	<version>0.0.7</version>
</dependency>

And begin using the captchas in your pages, that's all !

Clone this wiki locally