Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadyalex/petproject
https://github.com/vadyalex/petproject
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vadyalex/petproject
- Owner: vadyalex
- Created: 2015-07-23T19:11:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T21:43:43.000Z (over 7 years ago)
- Last Synced: 2024-04-16T07:02:24.049Z (9 months ago)
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Yet another pet project
### [Java Jersey REST service](https://github.com/vadyalex/petproject/tree/java/jersey)
- Java 8
- Maven 3
- Jersey 1.19 (deploy as a war)
- Google Guice Dependency Injection Framework
- Jetty 9 + Eclipse Restfuse integration testing### [Java Jersey 2 REST service](https://github.com/vadyalex/petproject/tree/java/jersey2)
- Java 8
- Maven 3
- Jersey 2.25 (deploy as a war)
- Hk2 Dependency Injection Framework
- Jetty 9 + Eclipse Restfuse integration testing### [Java Jersey 2 async REST service](https://github.com/vadyalex/petproject/tree/java/jersey2-async)
- Java 8
- Maven 3
- Jersey 2.25 (deploy as a war)
- Hk2 Dependency Injection Framework
- Netflix Hystrix
- Jetty 9 + Eclipse Restfuse integration testing### [Java Spark REST service](https://github.com/vadyalex/petproject/tree/java/spark)
- Java 8
- Maven 3
- Spark (deploy as a war)
- [Metrics](https://github.com/dropwizard/metrics) library to expose internal statistic
- Jetty 9 + Eclipse Restfuse integration testing