A few Java libraries have shown up recently that use text templates, but compile to Java classes at build time. They can thus claim to some extent to be "reflection free". Together with potential ...
A GitHub template for building Java CLI applications that compile to native executables via GraalVM native-image. Click "Use this template" on GitHub, clone your new repo, and you're ready to go.
Template engines can be applied to a wide variety of development scenarios where you want to generate text based on specific processing rules, and are often used as the view component in MVC ...