https://github.com/dashorst/jaxrs-quickstart-jersey
https://github.com/dashorst/jaxrs-quickstart-jersey
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dashorst/jaxrs-quickstart-jersey
- Owner: dashorst
- License: mit
- Created: 2013-08-17T15:40:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-17T16:25:07.000Z (almost 13 years ago)
- Last Synced: 2025-02-12T06:08:29.870Z (over 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jersey-quickstart
===================
This is a base project to quickly test concepts for JAX-RS using
jersey and Jetty.
It contains a Start class that configures jetty correctly and has
Maven configured such that RestEasy will automatically find your REST
resources.
Getting started
---------------
Perform a git clone of the repository and remove the git bits:
git clone https://github.com/dashorst/jaxrs-quickstart-jersey.git
cd jaxrs-quickstart-jersey
rm -rf .git
Now you can import the project into your favorite IDE, use the Maven
integration to import the POM file.
To run the project use the `Start` class located in the `src/test/java`
folder. This will start the embedded Jetty container and make the REST
resources available at port 8080 of localhost.