Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cescoffier/rose-jersey
ROSE extension to manage REST Resources
https://github.com/cescoffier/rose-jersey
Last synced: 19 days ago
JSON representation
ROSE extension to manage REST Resources
- Host: GitHub
- URL: https://github.com/cescoffier/rose-jersey
- Owner: cescoffier
- Created: 2010-09-16T19:09:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-06T17:19:52.000Z (about 14 years ago)
- Last Synced: 2024-10-17T07:54:01.824Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The goal of the project is to provide an extension to OW2 Chameleon Rose (http://chameleon.ow2.org) to manage REST Resources using Sun Jersey. This allows to get OSGi services exposed as REST resources.
The idea is to 'annotate' services which will be detected by Rose. Then, Rose delegates the exposition to the Jersey exposer (this project), which manages the communication with Jersey.
The result will be close to the Spring-Jersey bridge but for iPOJO and OSGi services.