Added the byteman library which falls under the bytecode manipulation category but is distinct in purpose from the tools already mentioned

This commit is contained in:
gandrianakis
2015-09-09 17:49:33 +03:00
parent aaaa7fb44d
commit 13ef572c31

View File

@ -88,6 +88,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [ASM](http://asm.ow2.org/) - All purpose, low level, bytecode manipulation and analysis.
* [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API.
* [Byteman](http://byteman.jboss.org/) - Manipulate bytecode at runtime via DSL (rules) mainly for testing/troubleshooting.
* [Javassist](http://jboss-javassist.github.io/javassist) - Tries to simplify the editing of bytecode.
## Cluster Management