InfoQ Homepage GraalVM Content on InfoQ
-
JavaFX 14 Released
JavaFX 14 is available to help developers create cross-platform GUI applications with a single codebase. Improvements include HTTP/2 support with an embedded browser, controlled by native Java code.
-
GraalVM 20.0: Run Tomcat as Native Image on Windows
GraalVM, a polyglot virtual machine that provides a shared runtime to execute applications written in multiple languages like Java, Python, and JavaScript, has released major version 20.0 with full support on Windows Platform. In a related news, Apache Tomcat 9 has announced full support for GraalVM native image generation that includes the container.
-
GraalVM 19.3 Brings JDK 11 Support
GraalVM, a polyglot virtual machine that provides a shared runtime to execute applications written in multiple languages like Java, C, Python, and JavaScript, has released version 19.3 with support for JDK 11. Previous versions of GraalVM were based on JDK 8.
-
Helidon Supports GraalVM for Native Executable Applications
Shortly after the release of Helidon 1.0, Oracle announced Helidon support for GraalVM that converts Helidon applications to native executable code via the native-image utility. Helidon was designed to be simple and fast, and is comprised of two versions: Helidon SE and Helidon MP. Dmitry Kornilov, senior software development manager at Oracle, spoke to InfoQ about Helidon support for GraalVM.
-
GraalVM 19.0: the Anticipated GA Release
More than a year of numerous release candidates, Oracle has released the GA version of GraalVM 19.0, a polyglot virtual machine and platform created by Oracle Labs. Features added in the RC releases include: migrating Nashorn to GraalVM, integration with Python’s numpy library, and a managed mode LLVM interpreter. Oracle Labs have also included the formal release of GraalVM Enterprise Edition.
-
New Renaissance Performance Benchmark Aims to Compare JVMs
Charles University and Oracle Labs have released a new JVM performance benchmark, named Renaissance. The performance tests focus on modern parallel workloads, primarily comparing GraalVM in HotSpot mode against OpenJDK.
-
Quarkus Java Framework: Q&A with John Clingan and Mark Little
After initial coverage on Quarkus, a Kubernetes native Java framework tailored for GraalVM and OpenJDK HotSpot was recently released by Red Hat. Now it is time for a Q&A with John Clingan and Mark Little.
-
Micronaut for Spring Allows Spring Boot Apps to Run as Micronaut Apps
In conjunction with the minor release of Micronaut 1.0.1, Object Computing, Inc. (OCI) also released Micronaut for Spring 1.0 M1. Using Ahead-of-Time compilation, Micronaut for Spring allows for: integrating Spring components into a Micronaut application; running Spring applications as Micronaut applications; and exposing Micronaut beans to a Spring application.