https://github.com/cchacin/tomee-jaxrs-starter-project-xtend
Forked from: https://github.com/tomitribe/tomee-jaxrs-starter-project
https://github.com/cchacin/tomee-jaxrs-starter-project-xtend
Last synced: 5 months ago
JSON representation
Forked from: https://github.com/tomitribe/tomee-jaxrs-starter-project
- Host: GitHub
- URL: https://github.com/cchacin/tomee-jaxrs-starter-project-xtend
- Owner: cchacin
- License: apache-2.0
- Created: 2014-09-05T21:10:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T02:48:05.000Z (about 5 years ago)
- Last Synced: 2024-04-16T19:17:10.774Z (over 1 year ago)
- Language: Xtend
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache TomEE JAX-RS Starter Project
Know JAX-RS, but haven't yet dug into Apache TomEE? Way too busy or impatient to read documentation? This repo is for you.
The only thing better than a Maven archetype is a repo you can fork with everything already setup. Skip the documentation and just fork-and-code. This starter project contains:
- 1 JAX-RS class, 1 JAXB class and 1 JUnit/Arquillian test
- Maven pom for building a war file
- Arquillian setup for testing against TomEE JAX-RS Embedded
- TomEE Maven Plugin for deploying and running our war fileEverything ready-to-run with a simple `maven clean install tomee:run`
Delete the sample code, replace with your own and you're good to go.
Have time for some reading and curious on how everything works? [Read here](http://www.tomitribe.com/blog/2014/06/apache-tomee-jax-rs-and-arquillian-starter-project/).