-
-
Notifications
You must be signed in to change notification settings - Fork 808
Web resources
Rafael Winterhalter edited this page Feb 18, 2022
·
7 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-bases 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