From 41340e507f362ae7d1f67de66fd01cca5ee23442 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 13 Jan 2016 21:03:43 +0100 Subject: [PATCH] Added Blade --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 738890f..9b1930b 100644 --- a/README.md +++ b/README.md @@ -655,6 +655,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Tapestry](http://tapestry.apache.org/) - Component-oriented framework for creating dynamic, robust, highly scalable web applications. * [Apache Wicket](http://wicket.apache.org/) - Component-based web application framework similar to Tapestry with a stateful GUI. +* [Blade](https://github.com/biezhi/blade) - Lightweight, modular framework which aims to be elegant and simple. * [Google Web Toolkit](http://www.gwtproject.org/) - Toolbox which includes a Java-to-JavaScript compiler for client-side code, XML parser, API for RPC, JUnit integration, internationalization support and widgets for the GUI. * [Grails](https://grails.org/) - Groovy framework with the aim to provide a highly productive environment by favoring convention over configuration, no XML and support for mixins. * [Ninja](http://www.ninjaframework.org/) - Full stack web framework.