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
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
JoobyModern, performant and easy to use web framework for Java and Kotlin
Vaadin-on-KotlinWeb application framework for building database-backed applications
KiluaComposable web framework
HexagonBuild server applications that run inside a cloud platform

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
Light-4JHigh-performance framework designed for cloud-native services
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
TakesCompact web framework built around immutable HTTP messages
tinystructModular application framework with a small, flexible core
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 carefully curated directory of recommended free and open source software, covering every major software category.

The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more.

Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted