Skip to content

Examples of JVM-Microframeworks: Micronaut, Quarkus, Vert.x, Helidon, Javalin, Ratpack, Spring Fu, http4k and Ktor

Notifications You must be signed in to change notification settings

csh0711/jvm-microframeworks-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samples of JVM-Microframeworks

This repository contains several "Hello World" examples of JVM-Microframeworks.

This includes all code fragments of Carlos' and my Java Magazin article Per Microframeworks durch die Galaxis - Der schnellste Weg zu modernen Java-Microservices (edition 06.2020).

You can find the article here as well as the introduction to the different frameworks here.

Cover Javamagazin 06.20

Presented frameworks

Micronaut

Quarkus.io

Javalin

Ktor

Eclipse Vert.x

http4k

Spring Fu

Ratpack

Helidon

Scenario

Every example contains a REST endpoint http://localhost:8080/hello which returns a plain text response via GET.

Just start the application from the command line or your favourite IDE and open the URL http://localhost:8080/hello with your browser or REST client.

Advanced examples

If you need a bit more than just "Hello World" - please have a look at my other repository with Kotlin / MongoDB samples.

About

Examples of JVM-Microframeworks: Micronaut, Quarkus, Vert.x, Helidon, Javalin, Ratpack, Spring Fu, http4k and Ktor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published