Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Java SE, MicroProfile and GraalVM: the Helidon's Way
Description: An airhacks.fm conversation with Dmitry Kornilov (@m0mus) about:
"What was your first computer?" - Dmitry's introduction,
Helidon 2.0 supports GraalVM native compilation,
Helidon CLI used Apache Maven Archetype,
Helidon CLI is written in Java and cross-compiled to an executable file,
the Helicon CLI source code and repository,
watch and deploy: wad.sh - a primitive version of Helidon CLI,
with Helidon you can compile MicroProfile applications and compile them to a native image,
Helidon supports Weld and has full CDI compatibility,
Helidon comes with MicroProfile Reactive Messaging and MicroProfile Reactive Operators,
Reactive Operators were contributed by David Karnok,
Quarkus...