/jax-rs-jersey-application-sample

JAX-RS/Jersey アプリケーションのサンプル

Primary LanguageJava

JAX-RS/Jersey application sample

A sample project of a Java web application. This project is based on:

  • JAX-RS API — Java API for RESTful services
    • Jersey — JAX-RS implementation
  • Gradle — Build Automation tool

On this project, an application server used in a development cycle is:

  • Jetty — Servlet engine and HTTP server

Building and running

Prerequisites

Building WAR file

./gradlew --daemon war

Running on Jetty for development

./gradlew --daemon jettyRun

Running tests

./gradlew --daemon test