From 490fb5073c25d3d27708b98cfe9c599223346698 Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 10 Jul 2014 20:23:11 +0200 Subject: [PATCH] Update README.md Renamed "Application Server" to "Server" since we added non-application servers too. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d66575a..db75465 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [awesome-python](https://github.com/vinta/awesome-python). Topics which have no libraries as of yet are located in README.tmp! - [Awesome Java](#awesome-java) - - [Application Server](#application-server) - [Build Tool](#build-tool) - [Code Analysis](#code-analysis) - [Compiler-compiler](#compiler-compiler) @@ -26,6 +25,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [Natural Language Processing](#natural-language-processing) - [ORM](#orm) - [Permissions](#permissions) + - [Server](#server) - [Template Engine](#template-engine) - [Testing](#testing) - [Utility](#utility) @@ -39,15 +39,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [Influental Books](#influental-books) - [Contributing](#contributing) -## Application Server - -*Servers which are specifically used to deploy applications* - -* [GlassFish](https://glassfish.java.net/) - Open source reference implementation for Java EE sponsored by Oracle -* [WildFly](http://www.wildfly.org/) - Formerly known as JBoss and developed by Red Hat with extensive Java EE support -* [Jetty](http://www.eclipse.org/jetty/) - Lightweight, small server often embedded in projects. Part of the Eclipse Foundation -* [Apache Tomcat](http://tomcat.apache.org/) - Robust allround server for Servlet and JSP - ## Build Tool *Tools which handle the buildcycle of an application* @@ -205,6 +196,15 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Apache Shiro](http://shiro.apache.org/) +## Application Server + +*Servers which are specifically used to deploy applications* + +* [GlassFish](https://glassfish.java.net/) - Open source reference implementation for Java EE sponsored by Oracle +* [WildFly](http://www.wildfly.org/) - Formerly known as JBoss and developed by Red Hat with extensive Java EE support +* [Jetty](http://www.eclipse.org/jetty/) - Lightweight, small server often embedded in projects. Part of the Eclipse Foundation +* [Apache Tomcat](http://tomcat.apache.org/) - Robust allround server for Servlet and JSP + ## Template Engine *Tools which substitute expressions in a template*