Markus KARG | 66ce6b3 | 2019-06-05 07:09:23 +0200 | [diff] [blame] | 1 | # Contributing to Jakarta RESTful Web Services |
Santiago Pericasgeertsen | 24d2010 | 2018-08-08 09:34:18 -0400 | [diff] [blame] | 2 | |
| 3 | Thanks for your interest in this project. |
| 4 | |
| 5 | ## Project description |
| 6 | |
| 7 | JAX-RS: Java API for RESTful Web Services (JAX-RS) is a Java programming |
| 8 | language API spec that provides support in creating web services according to |
| 9 | the Representational State Transfer (REST) architectural pattern. |
| 10 | |
| 11 | * https://projects.eclipse.org/projects/ee4j.jaxrs |
| 12 | |
| 13 | ## Developer resources |
| 14 | |
| 15 | Information regarding source code management, builds, coding standards, and |
| 16 | more. |
| 17 | |
David Walters | 30bbedd | 2024-09-20 11:30:31 -0400 | [diff] [blame] | 18 | * https://projects.eclipse.org/projects/ee4j.rest/developer |
Santiago Pericasgeertsen | 24d2010 | 2018-08-08 09:34:18 -0400 | [diff] [blame] | 19 | |
| 20 | The project maintains the following source code repositories |
| 21 | |
Markus KARG | 77e78fc | 2023-08-22 16:08:33 +0000 | [diff] [blame] | 22 | * https://github.com/jakartaee/rest |
Santiago Pericasgeertsen | 24d2010 | 2018-08-08 09:34:18 -0400 | [diff] [blame] | 23 | |
| 24 | ## Eclipse Contributor Agreement |
| 25 | |
| 26 | Before your contribution can be accepted by the project team contributors must |
| 27 | electronically sign the Eclipse Contributor Agreement (ECA). |
| 28 | |
| 29 | * http://www.eclipse.org/legal/ECA.php |
| 30 | |
| 31 | Commits that are provided by non-committers must have a Signed-off-by field in |
| 32 | the footer indicating that the author is aware of the terms by which the |
| 33 | contribution has been provided to the project. The non-committer must |
| 34 | additionally have an Eclipse Foundation account and must have a signed Eclipse |
| 35 | Contributor Agreement (ECA) on file. |
| 36 | |
| 37 | For more information, please see the Eclipse Committer Handbook: |
| 38 | https://www.eclipse.org/projects/handbook/#resources-commit |
| 39 | |
Arjan Tijms | 720f81a | 2020-05-06 00:36:04 +0200 | [diff] [blame] | 40 | ## Eclipse Development Process |
| 41 | |
| 42 | This Eclipse Foundation open project is governed by the Eclipse Foundation |
| 43 | Development Process and operates under the terms of the Eclipse IP Policy. |
| 44 | |
| 45 | The Jakarta EE Specification Committee has adopted the Jakarta EE Specification |
| 46 | Process (JESP) in accordance with the Eclipse Foundation Specification Process |
| 47 | v1.2 (EFSP) to ensure that the specification process is complied with by all |
| 48 | Jakarta EE specification projects. |
| 49 | |
| 50 | * https://eclipse.org/projects/dev_process |
| 51 | * https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf |
| 52 | * https://jakarta.ee/about/jesp/ |
| 53 | * https://www.eclipse.org/legal/efsp_non_assert.php |
| 54 | |
Santiago Pericasgeertsen | 24d2010 | 2018-08-08 09:34:18 -0400 | [diff] [blame] | 55 | ## Contact |
| 56 | |
| 57 | Contact the project developers via the project's "dev" list. |
| 58 | |
| 59 | * https://dev.eclipse.org/mailman/listinfo/jaxrs-dev |
| 60 | |