Rapidoid
Dropwizard
Rapidoid | Dropwizard | |
---|---|---|
- | 7 | |
1,631 | 8,509 | |
0.5% | -0.0% | |
0.0 | 9.7 | |
about 2 years ago | 5 days ago | |
Java | Java | |
Apache License 2.0 | 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.
Rapidoid
We haven't tracked posts mentioning Rapidoid yet.
Tracking mentions began in Dec 2020.
Dropwizard
- 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?
Spark - A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Feign - Feign makes writing java http clients easier
Microserver - Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monolith styles.
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
Jersey - Eclipse Jersey Project - Read our Wiki:
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.
javalin - A simple and modern Java and Kotlin web framework [Moved to: https://github.com/javalin/javalin]