🎤 Talks donnés à Voxxed Days Zurich 🎤

🎤 Talks donnés à Voxxed Days Zurich 🎤

2026, Mar 31    

JBang, a Java file to rule them all? 💍

📍Voxxed Days Zurich (🇨🇭) / 🗣️ Anglais / 🗓️ Jeudi 25 mars 2026 / ⏰ 12h00 - 12h20 / 🕒 20 mins

In the Java world, we're used to initializing a project with numerous files and directories.
To the point that CLI tools have emerged to help us create SpringBoot or Quarkus projects, for example.
Then comes the choice of the "package manager": Maven or Gradle?
And it's only from there that we can start developing and running our code 😅.

All these tedious steps explain why, when we need to automate a quick action with a few lines of code, we prefer other languages to Java, such as Python.

And if I told you that, with JBang, you'll be able to stay with your favorite language, Java, and develop a simple class (with external dependencies) in just a few seconds!

That's the bet (spoiler: it works) that I propose to discover during a live coding session.

So, get ready for the joys of scripting in Java!


📚 Code source / 🌠 Slides