From 3a8f91aec09040f52feedee334fe763388257292 Mon Sep 17 00:00:00 2001 From: akullpp Date: Sat, 12 Jul 2014 09:27:13 +0200 Subject: [PATCH] Update README.md Renamed Development Tools and added a description. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 179fb2a..a995442 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [Database](#database) - [Date and Time](#date-and-time) - [Dependency Injection](#dependency-injection) - - [Development Tools](#development-tools) + - [Development](#development) - [Distributed Applications](#distributed-applications) - [GUI](#gui) - [Game Development](#game-development) @@ -93,7 +93,9 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Spring](http://spring.io/) - The Spring Context module provides DI. * [Weld](http://docs.jboss.org/weld/reference/latest/en-US/html_single/) - CDI reference implementation. -## Development Tools +## Development + +*Tools with augment the process of development at a fundamental level* * [DCEVM](http://ssw.jku.at/dcevm/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. * [JRebel](http://zeroturnaround.com/software/jrebel/) - Instantly reloads code and configuration changes without redeploys.