/rest-java

Primary LanguageJavaApache License 2.0Apache-2.0

JAVA REST Application

sample web project that demonstrates the use of:

  • Jersey + JAX-RS
  • Spring Integration
  • Spring Data + Hibernate
  • OAuth
  • Velocity + Java Mail
  • Facebook Login
  • Password Reset
  • Login/Sign Up + Email Verification
  • JSR 303 Validation

Fork for use

to build:

gradle clean build integrationTest

or use the gradle wrapper:

./gradlew clean build integrationTest

to run:

gradle tomcatRun

see http://porterhead.blogspot.co.uk/2013/01/writing-rest-services-in-java-part-1.html for full details