Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vadyalex/petproject


https://github.com/vadyalex/petproject

Last synced: 29 days ago
JSON representation

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