Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbcd90/olingo-jersey
Sample application to show integration of Apache Olingo with Apache Jersey
https://github.com/sbcd90/olingo-jersey
Last synced: 9 days ago
JSON representation
Sample application to show integration of Apache Olingo with Apache Jersey
- Host: GitHub
- URL: https://github.com/sbcd90/olingo-jersey
- Owner: sbcd90
- License: apache-2.0
- Created: 2016-01-07T15:01:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T08:03:56.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T18:21:11.217Z (7 months ago)
- Language: Java
- Size: 82 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# olingo-jersey
- Sample application to show integration of Apache Olingo with Apache Jersey
- Apache Olingo is a popular Java Library that implements the Open Data Protocol (OData)
- Apache Jersey is a lightweight popular framework for developing Restful Web Services in Java# Compile & execute with Maven
```
mvn clean package
mvn jetty:run
```# Sample URLs
```
/Cars
/Cars?$filter=Model eq 'Maruti'
```# Documentation
- [Apache Olingo Documentation](https://olingo.apache.org/)
- [Apache Jersey Documentation](https://jersey.java.net/)