Spark
A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin (by perwendel)
Feign
Feign makes writing java http clients easier (by OpenFeign)
Spark | Feign | |
---|---|---|
3 | 6 | |
9,638 | 9,527 | |
- | 0.5% | |
0.0 | 9.6 | |
about 1 year ago | 2 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Spark
Posts with mentions or reviews of Spark.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-11.
-
Show HN: Java REST without annotations, DI nor reactive streams
This project reminds me of java spark [1]. I was always a cheerleader of the project. We even used it in production, loved the non-annotation centric approach.
[1]https://github.com/perwendel/spark
-
Modularity principles - Calling All Java Library Maintainers!!
You opensource contributor, if your favourite library doesn't contain Automatic-Module-Name go and open a simple pull request like this
Feign
Posts with mentions or reviews of Feign.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-19.
-
How I practice TDD
A new, Feign client, to make the get request to https://example.com/themes. This client will expose a get() method.
-
Spring Feign Client
The actual project for feign is OpenFeign https://github.com/OpenFeign/feign . Spring comes with it's own starter . Add below dependency to the project
-
What should I do to help transition from ERP to Java development?
Find a community/project that interests you, I've gone with feign. Head on into the issues tab, and you'll see all the potential contributions you could make. Starting out, it's a good idea to search for tags like "bug", or "good first issue".
-
Client Library to Make HTTP Requests Look Like Regular Methods
Feign has support for what you're looking for. https://github.com/OpenFeign/feign/tree/master/jaxrs2
-
How does the community like the fact that Spring 5 goes "reactive" for restful?
feign-spring4 gives you a type safe client proxy of an interface annotated with Spring MVC annotations.
-
How are library developers expected to test multi-release jars?
At the risk of doxxing myself, I'm a contributer attempting to fix this issue with this pr. The project has existed for a while now, and since I'm not part of the openfeign team, so the final solution they end up using isn't up to me. So there's technical debt to deal with (how the project is built and tested currently) and whether or not multi-release jars are the best solution in this case.
What are some alternatives?
When comparing Spark and Feign you can also consider the following projects:
Jersey - Eclipse Jersey Project - Read our Wiki:
Retrofit - A type-safe HTTP client for Android and the JVM
Swagger - The content of swagger.io
Dropwizard - A damn simple library for building production-ready RESTful web services.
RESTEasy - An Implementation of the Jakarta RESTful Web Services Specification
Rapidoid - Rapidoid - Extremely Fast, Simple and Powerful Java Web Framework and HTTP Server!
openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)