Spark
A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin (by perwendel)
Dropwizard
A damn simple library for building production-ready RESTful web services. (by dropwizard)
Spark | Dropwizard | |
---|---|---|
3 | 7 | |
9,638 | 8,508 | |
- | -0.0% | |
0.0 | 9.7 | |
about 1 year ago | 5 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
Dropwizard
Posts with mentions or reviews of Dropwizard.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-11.
- Javalin – a simple web framework for Java and Kotlin
-
Is there any example of a recent dropwizard application?
I'm trying to set up a simple RESTful API with dropwizard that does some basic CRUD with a postgresql database. I've managed to get some endpoints working with dummy responses following the documentation, but I am now quite stuck when it comes to implementing the database functionality. The page about JDBI3 doesn't really help because the example usage doesn't match with the example app in the repository, where the code looks quite different and with no recent commits. It seems to assume prior knowledge of all of these libraries (which I don't have).
- Dropwizard 2.1.0 has been released
-
Non Spring users what are you using ??
You might like Dropwizard then.
-
best light framework or library for developing API without the magic (Spring)
Dropwizard is a nice opinionated veneer over all the standard bits and pieces. https://www.dropwizard.io
What are some alternatives?
When comparing Spark and Dropwizard you can also consider the following projects:
Jersey - Eclipse Jersey Project - Read our Wiki:
Feign - Feign makes writing java http clients easier
Swagger - The content of swagger.io
Retrofit - A type-safe HTTP client for Android and the JVM
RESTEasy - An Implementation of the Jakarta RESTful Web Services Specification
javalin - A simple and modern Java and Kotlin web framework [Moved to: https://github.com/javalin/javalin]
Rapidoid - Rapidoid - Extremely Fast, Simple and Powerful Java Web Framework and HTTP Server!