-
-
Notifications
You must be signed in to change notification settings - Fork 813
Web resources
Manoel Campos edited this page Mar 20, 2025
·
8 revisions
This page contains a collection of blog articles and conference presentations about Byte Buddy. Feel free to add any resource that is missing on this page.
- Presentation of Byte Buddy at Java One 2014
- Introduction to runtime code generation (Rebel Labs)
- Introduction to annotation-based APIs with Java agents
- Presentation of Java byte code at Java Zone 2014
- Live coding demo for Nighthacking
- Explanation of invokedynamic with code examples using Byte Buddy
- Article on aspect-oriented programming with Java agents (German)
- Beginner's guide on writing Java agents with Byte Buddy
- Introduction to Byte Buddy
- Dynamic attachment with Byte Buddy
- Creating proxies similar to cglib with Byte Buddy