Code Monkey home page Code Monkey logo

groovy-jaxrs-quickstart's Introduction

Groovy JAXRS Quick Start:

This project is a template project(maven archetype) for qu(k)ick starting RESTful services server in groovy (which plays on top of java tools).

##This templates includes:

  • Groovy and java compilation together, you are free to choose the one you love
  • Jersey Configuration for JAX-RS Server (Jersey 2.x)
  • Jackson configuration for automatic pojo to JSON conversion
  • Jersey configuration for support for multi part
  • Jetty plugin configuration for easy and agile development. You are just "mvn jetty:run" away from starting server
  • Jersey test framework core configuration and special configuration for jetty container
  • Spock configuration to ease writing tests
  • junit 4.x configured, in case you choose to write tests in java
  • Sample Classes for Resources, Services and Tests at respective places to guide through examples

How to make use of this template:

###Install this archetype to your local maven repository Pull this repository, and run mvn clean install This should install org.datoin.maven:groovy-jaxrs-quickstart

Create a new project

Run mvn archeType:generate and choose org.datoin.maven:groovy-jaxrs-quickstart archetype. You are good to start after issuing artifactId, groupId and version for your new project

To run server

mvn compile jetty:run

groovy-jaxrs-quickstart's People

Watchers

Umar Shah avatar Monis avatar James Cloos avatar Thamme Gowda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.