As a Java programmer I prefer to use good old Java to extract/transform/load data to make it usable in tools I work for data visualization. However, it is a burden having to use maven just to write a single Java file. Hopefully there's a new tool called jbang that makes it easier to do scripting in Java. More than simple scripts What is impressive about jbang is that you are not restricted to standard Java APIs in fact you can use any library you want coming from Maven! What you will miss is the burden of having to deal with pom.xml and maven builds. Dependencies are simply declared in the Java file itself using a " DEPS " comment, for example: //DEPS org.slf4j:slf4j-nop:1.7.25 Installation To install jbang you just have to check the best way for you in downloads page. In my case I have sdkman, so it was just a matter of running: $ sdk install jbang Hello World The simplest hello world we can thing can run with jbang without any additional configuration, just install j...
Blog about programming and client applications. Target Programming languages are JavaFX, Visage, HTML 5+ Javascript or even command line apps :-D