InfoSec812 / codepalousa-restlet-raml

A Demo Application Showing How To Use Restlet Framework With Apache DeltaSpike And Integrate RAML Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restlet Demo Application With RAML Documentation

Build Status

Overview

An example application using Restlet Framework, Apache DeltaSpike, and the Restlet RAML module. This was an attempt which did not succeed (Restlet Version 2.3.1). The RAML introspection is not complete and does not generate JSON/XML schemas or examples. I will revisit this at another time when Restlet has improved

Prerequisites

  • Java >= 1.8
  • Maven >= 3.3.1

Building

git clone git@github.com:InfoSec812/codepalousa-restlet-raml.git
cd codepalousa-restlet-raml
mvn clean test

Running

mvn exec:java

About

A Demo Application Showing How To Use Restlet Framework With Apache DeltaSpike And Integrate RAML Documentation


Languages

Language:Java 100.0%