Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tutorial shows how to set up the JCaptcha extension and configure JBossCache 2

Add project dependencies

jcaptcha-extension-jbosscache-store v1.0 supports JBossCache 2.x
jcaptcha-extension-jbosscache-store v2.x supports JBossCache 3.x

Maven2 users

Add the following dependency to your project POM

Code Block
<dependency>
	<groupId>com.octo.captcha</groupId>
	<artifactId>jcaptcha-extension-jbosscache-store</artifactId>
	<version>1.0-SNAPSHOT<<version> </version>
</dependency>

Without Maven2

...

  • The JCaptcha extension
    • jcaptcha-extension-jbosscache-store-1.0-SNAPSHOT.jar
  • JBossCache dependencies

...