Tagged articles
8 articles
Page 1 of 1
Programmer DD
Programmer DD
Nov 23, 2022 · Cloud Native

Why Java Struggles in the Cloud‑Native Era and How GraalVM Solves It

The article examines Java's performance and memory challenges in cloud‑native environments, introduces GraalVM and its components—Graal Compiler, Substrate VM, Truffle, and Sulong—explains how they enable ahead‑of‑time compilation, multi‑language support, and significant startup and memory improvements, and provides technical details and examples.

AoTJavaPartial Evaluation
0 likes · 13 min read
Why Java Struggles in the Cloud‑Native Era and How GraalVM Solves It
Java Architecture Diary
Java Architecture Diary
Jul 22, 2021 · Fundamentals

GraalVM 21.2 Highlights: Native Image, Compiler, and Multi‑Language Improvements

GraalVM 21.2 introduces major updates across its ecosystem, including new Gradle and Maven plugins for Native Image with JUnit 5 support, enhanced compiler optimizations, expanded Truffle language capabilities, improved JavaScript, Ruby, Python, LLVM, and upgraded tooling such as VisualVM and JFR integration.

Compiler OptimizationsMulti-languageTruffle
0 likes · 18 min read
GraalVM 21.2 Highlights: Native Image, Compiler, and Multi‑Language Improvements
Hujiang Technology
Hujiang Technology
Apr 10, 2018 · Blockchain

Building a Decentralized Voting DApp with Ganache, Truffle, and Web3.js

This tutorial walks through creating a decentralized voting application on Ethereum using Solidity contracts, Ganache for local blockchain simulation, Web3.js for RPC interaction, and Truffle for compilation, migration, and front‑end integration, covering setup, contract code, deployment, and both console and web UI interactions.

GanacheSmart ContractTruffle
0 likes · 20 min read
Building a Decentralized Voting DApp with Ganache, Truffle, and Web3.js