Development Tools

Javalin – simple web framework for Java and Kotlin

Javalin is a simple web framework for Java and Kotlin.

Javalin’s main goals are simplicity, a great developer experience, and first class interoperability between Kotlin and Java.

This is free and open source software.

Key Features

  • Simple – very few concepts that you need to learn. You never extend classes and you rarely implement interfaces.
  • Lightweight – just a few thousand lines of code on top of Jetty, and its performance is equivalent to raw Jetty code. Due to its size, it’s very easy to reason about the source code
  • Interoperable – made with inter-operability in mind, apps are built the same way in both Java and Kotlin.
  • Flexible – esigned to be simple and blocking, as this is the easiest programming model to reason about. But, if you set a Future as a result, Javalin switches into asynchronous mode.
  • Supports OpenAPI with its – OpenAPI plugin, allows to generate the OpenAPI specification from the application source code.
  • Jetty – runs on top of Jetty, one of the most used and stable web-servers on the JVM. You can configure the Jetty server fully, including SSL and HTTP2 and everything else that Jetty offers.

Website: javalin.io
Support: GitHub Code Repository
Developer: David Åse and many contributors
License: Apache License 2.0

Javalin is written in Kotlin and Java. Learn Kotlin with our recommended free books and free tutorials. Learn Java with our recommended free books and free tutorials.


Related Software

Kotlin Web Frameworks
KtorAsynchronous framework for creating microservices, web applications and more
JavalinSimple web framework for Java and Kotlin
http4kLightweight but fully-featured HTTP toolkit
SparkSimple expressive web framework for Java and Kotlin
KVisionObject oriented web framework for Kotlin/JavaScript
KobwebModern framework for full stack web apps
HexagonBuild server applications (Web applications or APIs) that run inside a cloud platform
JoobyModern, performant and easy to use web framework for Java and Kotlin

Read our verdict in the software roundup.

Java Web Microframeworks
Spring BootCreate Spring-powered, production-grade applications and services
JavalinSimple web framework for Java and Kotlin
KtorAsynchronous framework for creating microservices, web applications and more
QuarkusKubernetes native Java stack tailored for OpenJDK HotSpot and GraalVM
DropwizardJava framework for developing RESTful web services
SparkSimple expressive web framework for Java
RatpackSimple, capable, toolkit for creating high performance web applications
ArmeriaBuild any type of microservice leveraging your favorite technologies
JoobyModern, performant and easy to use web framework for Java and Kotlin
HelidonSet of Java libraries for writing microservices
PippoAims to be easy to use and hack
JoddSet of micro-frameworks and developer-friendly tools and utilities
RapidoidHTTP server and modern Java web framework / application container

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments