Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mulesoft-labs/raml-for-jax-rs
This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
https://github.com/mulesoft-labs/raml-for-jax-rs
java raml raml-build raml-codegen raml-tooling
Last synced: about 2 months ago
JSON representation
This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
- Host: GitHub
- URL: https://github.com/mulesoft-labs/raml-for-jax-rs
- Owner: mulesoft-labs
- License: other
- Archived: true
- Created: 2014-04-01T23:00:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T08:42:37.000Z (almost 3 years ago)
- Last Synced: 2024-09-26T01:44:44.457Z (about 2 months ago)
- Topics: java, raml, raml-build, raml-codegen, raml-tooling
- Language: Java
- Homepage:
- Size: 29.5 MB
- Stars: 295
- Watchers: 352
- Forks: 181
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- License: LICENSE_HEADER.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# RAML for JAX-RS
## Introduction
The goal of RAML for JAX-RS is to provide a set of tools to work with these technologies in a way of being able to scaffold a JAVA + JAX-RS application based on an existing RAML API definition (Code Generation),
or its roundtrip, generate the RAML API definition based on an existing JAVA + JAX-RS application (Documentation).## Documentation
There are two projects:
- [jaxrs-to-raml](jaxrs-to-raml/README.md); and
- [raml-to-jaxrs](raml-to-jaxrs/README.md).NOTE: `raml-to-jaxrs` supports both RAML 0.8 and 1.0. `jaxrs-to-raml` supports RAML 1.0 only, to generate RAML 0.8, you can use version `1.3.x` of `raml-for-jax-rs`.
## Maven artifacts
Maven artifacts are available at:
- https://repository-master.mulesoft.org/releases/ - releases repository
- https://repository-master.mulesoft.org/snapshots/ - snaphots repositoryReleases are also available on Maven Central.
## Contributing
If you are interested in contributing some code to this project, thanks! Please submit a [Contributors Agreement](https://api-notebook.anypoint.mulesoft.com/notebooks#380297ed0e474010ff43) acknowledging that you are transferring ownership.To discuss this project:
- bug/feature request: please file a github issue
- If you're not sure: you can use the [RAML forum](http://forums.raml.org/) or [Slack](https://raml.org/slack)