November 2017
Intermediate to advanced
420 pages
10h 29m
English
In addition to the maven plugin, RAML for the JAX-RS project also has a command-line interface (CLI) tool for generating RAML from the JAX-RS resources. Its usage is as follows:
jaxrstoraml -a <arg> -o <arg> [-s <arg>] [-t <arg>] -a,--applicationDirectory <arg> application path -o,--output <arg> RAML output file -s,--sourceRoot <arg> JaxRs source root -t,--translatedAnnotations <arg> translated annotation list (comma separated)
From the jaxrs-to-raml-cli project folder, execute the jaxrstoraml program to generate the test.raml file, ...