test-driven-learning
RESTEasy
test-driven-learning | RESTEasy | |
---|---|---|
1 | 2 | |
0 | 1,097 | |
- | 0.5% | |
10.0 | 9.3 | |
almost 4 years ago | 6 days ago | |
Java | Java | |
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
test-driven-learning
-
Libraries other than Spring Boot for creating web APIs
One approach I do not think many consider is starting with the Netty, which is used by many frameworks. We ended up using this for our current product, and while this gives the ultimate flexibility in handling requests it also heightens the bar somewhat for the ones employing its use, as it just gives you the nuts and bolts and it is up to you to make it play nice for your use-cases. I had to write quite a few learning tests to grok it.
RESTEasy
-
Libraries other than Spring Boot for creating web APIs
REST-Easy - https://resteasy.dev
-
How I fixed java.io.IOException: Broken Pipe in Java (Wildfly 10.1)
Github - 1169
What are some alternatives?
avaje-jex - Web routing for Jetty, Grizzly, JDK Http server
Jersey - Eclipse Jersey Project - Read our Wiki:
rest - Jakarta RESTful Web Services
Feign - Feign makes writing java http clients easier
Grails - The Grails Web Application Framework
Retrofit - A type-safe HTTP client for Android and the JVM
Dropwizard - A damn simple library for building production-ready RESTful web services.
Restlet Framework - The first REST API framework for Java
Spark - A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Swagger - The content of swagger.io
RestExpress - Minimalist Java framework for rapidly creating scalable, containerless, RESTful microservices. Ship a production-quality, headless, RESTful API in the shortest time possible. Uses Netty for HTTP, Jackson for JSON, Metrics for metrics, properties files for configuration. Sub-projects and plugins enable, NoSQL, Swagger, Auth0, HAL integration, etc.
Crnk - JSON API library for Java