From a59c7d5a096b9bfda9d3b5dabda862df131be368 Mon Sep 17 00:00:00 2001 From: Maxim Kharchenko Date: Fri, 19 Sep 2014 15:21:14 +0300 Subject: [PATCH 1/2] Update README.md New section added: Rapid Application Development Tools Rapid Application Development Tools > LightAdmin --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 723c5f48..f80523a8 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Visualization](#visualization) - [Web Crawling](#web-crawling) - [Web Frameworks](#web-frameworks) + - [Rapid Application Development Tools](#rapid-application-development-tools) - [Resources](#resources) - [Communities](#communities) - [Influential Books](#influential-books) @@ -407,6 +408,12 @@ h * [Spring](http://projects.spring.io/spring-framework/) - Aims to simplify the development with Java EE and provides packages for dependency injection and aspect-oriented programming. * [Vaadin](https://vaadin.com/) - Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client-side. +## Rapid Application Development Tools + +*Tools which increase development productivity and allow quick prototyping.* + +* [LightAdmin](http://lightadmin.org/) - Pluggable CRUD and data administration UI library for Java web applications developed in a "Rapid" manner. + # Resources ## Communities From 48210451f8e7c12f0d4a004f9f849f5d5bbee492 Mon Sep 17 00:00:00 2001 From: Maxim Kharchenko Date: Fri, 19 Sep 2014 15:22:27 +0300 Subject: [PATCH 2/2] Update README.md Typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f80523a8..514c3dd5 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o ## Web Frameworks *Frameworks that handle the communication between the layers of an web application.* -h + * [Apache Tapestry](http://tapestry.apache.org/) - Component oriented framework for creating dynamic, robust, highly scalable web applications in Java. * [Apache Wicket](http://wicket.apache.org/) - Component-based web application framework similar to Tapestry with a stateful GUI. * [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.