Tag

Bytecode Enhancement

0 views collected around this technical thread.

JD Tech
JD Tech
Aug 31, 2024 · Cloud Native

Joylive Agent: Java Bytecode‑Based Proxyless Service Mesh for Microservice Governance

The article introduces Joylive Agent, a Java bytecode‑enhancement framework that implements a proxyless service‑mesh architecture for microservice governance, detailing its background, design principles, plugin system, bytecode manipulation techniques, traffic‑control strategies, multi‑active models, and deployment practices on Kubernetes.

Bytecode EnhancementJava agentProxyless
0 likes · 37 min read
Joylive Agent: Java Bytecode‑Based Proxyless Service Mesh for Microservice Governance
JD Tech Talk
JD Tech Talk
Aug 28, 2024 · Cloud Native

Joylive Agent: Java Bytecode Enhancement for Proxyless Service Mesh and Microservice Governance

The document introduces Joylive Agent, a Java bytecode‑enhancement framework that implements a proxyless service‑mesh architecture, detailing its microkernel design, plugin system, request abstraction, core governance features such as multi‑live routing, lane management, and providing implementation examples and Kubernetes deployment guidance.

Bytecode EnhancementJavaProxyless
0 likes · 33 min read
Joylive Agent: Java Bytecode Enhancement for Proxyless Service Mesh and Microservice Governance
Architect
Architect
Nov 10, 2021 · Fundamentals

Deep Dive into JVM: Class Loading, Memory Management, Debugging, Hot Deployment, and Performance Tuning

This comprehensive article explains the inner workings of the Java Virtual Machine, covering class file structure, class loaders, memory layout, garbage collection, execution engine, debugging via JPDA, hot deployment, hot swapping, and performance tuning techniques, providing practical code examples and configuration tips.

Bytecode EnhancementClass LoadingDebugging
0 likes · 74 min read
Deep Dive into JVM: Class Loading, Memory Management, Debugging, Hot Deployment, and Performance Tuning