Tagged articles
3 articles
Page 1 of 1
JakartaEE China Community
JakartaEE China Community
Aug 12, 2025 · Backend Development

How to Migrate from javax to jakarta Namespace in Java EE

This article walks through the practical challenges of moving Java EE code from the javax to the jakarta namespace, evaluates bytecode‑level tools, Maven Shade relocation, Eclipse Transformer, script‑based approaches, and IDE refactoring, and shares concrete lessons learned from the TomEE migration effort.

Eclipse TransformerJava EEMaven Shade
0 likes · 10 min read
How to Migrate from javax to jakarta Namespace in Java EE
FunTester
FunTester
Jan 21, 2025 · Operations

Byteman Extensions: Custom Helper Classes, Agent Transformation, and ECA Rule Engine

The article explains how Byteman's rule engine can be extended with custom helper classes, describes its Java agent‑based bytecode transformation process, dynamic rule retransformation, and details the underlying ECA rule engine's parsing, type checking, and execution mechanisms.

AgentJava Instrumentationbytecode transformation
0 likes · 11 min read
Byteman Extensions: Custom Helper Classes, Agent Transformation, and ECA Rule Engine
Qizhuo Club
Qizhuo Club
Jan 26, 2018 · Mobile Development

Unveiling How RePlugin’s Gradle Plugins Automate Host & Plugin Build Processes

This article explains how the two essential Gradle plugins—replugin-host-gradle and replugin-plugin-gradle—generate configuration files, inject AndroidManifest components, create built‑in plugin descriptors, and use Transform API to modify bytecode, enabling seamless plugin development and integration in Android projects.

AndroidGradlePlugin Development
0 likes · 10 min read
Unveiling How RePlugin’s Gradle Plugins Automate Host & Plugin Build Processes