From d062c9ebc7e2f23c6ebd1b3bcf605300fc175435 Mon Sep 17 00:00:00 2001 From: skybber Date: Thu, 20 Aug 2015 13:32:17 +0200 Subject: [PATCH] HotswapAgent added. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 260ac2d..23c9f09 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AspectJ](https://eclipse.org/aspectj/) - Seamless aspect-oriented programming extension. * [Auto](https://github.com/google/auto) - Collection of source code generators. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. +* [HotswapAgent](https://github.com/HotswapProjects/HotswapAgent) - Java unlimited runtime class and resource redefinition. * [Immutables](http://immutables.github.io/) - Scala-like case classes in standard Java. * [JHipster](https://github.com/jhipster/generator-jhipster) - A [Yeoman](http://yeoman.io/) source code generator to create Java applications based on [Spring Boot](http://projects.spring.io/spring-boot/) and [AngularJS](https://angularjs.org/). * [JRebel](http://zeroturnaround.com/software/jrebel/) - Commercial software that instantly reloads code and configuration changes without redeploys.