Update README.md
Renamed "Application Server" to "Server" since we added non-application servers too.
This commit is contained in:
20
README.md
20
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!
|
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)
|
- [Awesome Java](#awesome-java)
|
||||||
- [Application Server](#application-server)
|
|
||||||
- [Build Tool](#build-tool)
|
- [Build Tool](#build-tool)
|
||||||
- [Code Analysis](#code-analysis)
|
- [Code Analysis](#code-analysis)
|
||||||
- [Compiler-compiler](#compiler-compiler)
|
- [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)
|
- [Natural Language Processing](#natural-language-processing)
|
||||||
- [ORM](#orm)
|
- [ORM](#orm)
|
||||||
- [Permissions](#permissions)
|
- [Permissions](#permissions)
|
||||||
|
- [Server](#server)
|
||||||
- [Template Engine](#template-engine)
|
- [Template Engine](#template-engine)
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
- [Utility](#utility)
|
- [Utility](#utility)
|
||||||
@ -39,15 +39,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||||||
- [Influental Books](#influental-books)
|
- [Influental Books](#influental-books)
|
||||||
- [Contributing](#contributing)
|
- [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
|
## Build Tool
|
||||||
|
|
||||||
*Tools which handle the buildcycle of an application*
|
*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/)
|
* [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
|
## Template Engine
|
||||||
|
|
||||||
*Tools which substitute expressions in a template*
|
*Tools which substitute expressions in a template*
|
||||||
|
Reference in New Issue
Block a user