recaptcha-codelab

Goes through the process of adding reCAPTCHA to a comment form using Java and Maven in phases.

  1. phase1 -- Initial UI
  2. final -- Final version of the codelab with reCAPTCHA support.

Please ask questions on Stackoverflow

Project setup, installation, and configuration

How do I, as a developer, start working on the project?

  1. cd phase1 (or final if you wish to skip ahead)
  2. mvn clean appengine:devserver

Contributing changes

Licensing