HailStorm was added to AlternativeTo by nikkushankar on and this page was last updated .
No comments or reviews, maybe you want to be first?
Official Links
AppStores & Other Links
What is HailStorm?
Simple Java Integration & Load Testing Tool.
Java 11 includes support for JEP 330, Launch Single-File Source-Code Programs. This feature allows you to execute a Java source code file directly using the java interpreter. The source code is compiled in memory and then executed by the interpreter, without producing a .class file on disk.
This enables using Java similar to a scripting language. With earlier precompiled java frameworks, People used to put a lot of stuff in configration files. Now its no longer needed people can create easily editable scripts and use them on the go.
Check the examples included in the folder src/test/java
Contribute to nikkushankar/hailstorm development by creating an account on GitHub.