commit | 35e581f056840b26b411f44f58c00b1b6ceac47f | [log] [tgz] |
---|---|---|
author | Markus KARG <markus@headcrashing.eu> | Fri Jul 26 14:14:06 2019 +0200 |
committer | Maxim Nesen <24524084+senivam@users.noreply.github.com> | Fri Jul 26 14:14:05 2019 +0200 |
tree | 682e4a73a1c3190e03c7843e186cf1364e8504a6 | |
parent | 445a5410af2b03b6e9abcf5309b11271ecff1b41 [diff] |
Fixed: Various bugs in Helloworld CDI SE Example (#4206) * Fixed: Various bugs in Helloworld CDI SE Example (1) README.MD - Sample link misses mandatory parameter (2) pom.xml - Surplus prefix for main class (3) App.java - Surplus base path for root url Signed-off-by: Markus KARG <markus@headcrashing.eu>
Jersey is a REST framework that provides JAX-RS Reference Implementation and more. Jersey provides its own APIs that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development. Jersey also exposes numerous extension SPIs so that developers may extend Jersey to best suit their needs.
Goals of Jersey project can be summarized in the following points:
Jersey is licensed under a dual license - EPL 2.0 and GPL 2.0 with Class-path Exception. That means you can choose which one of the two suits your needs better and use it under those terms.
We use contribution policy, which means we can only accept contributions under the terms of ECA.
See the Jersey website to access Jersey documentation. If you run into any issues or have questions, ask at jersey-dev@eclipse.org, StackOverflow or file an issue on Jersey GitHub Project.