Creating Command Line Tools With Java, Quarkus & GraalVM

preview_player
Показать описание
I’ve created a video in which I show how to create command line tools with Java, powered by Quarkus, Picocli, and GraalVM.

Рекомендации по теме
Комментарии
Автор

I prefer to just use plain java with picocli and uses the built-in service provider facility if I need some sort of injection.

AndiRadyKurniawan
Автор

maybe a stupid question, Can I try this in Scala?

yacinehechmi
Автор

Have you tried jbang for such small apps? Thanks for the video

fluuorid
Автор

is quarkus really needed here? or does it bloat the application? you can just use picocli and thats it....

IIIxwaveIII