Search code examples
javarestsoapapplication-server

What is good embeddable java application server


I need a recommendation for a good embeddable Java application server that is small, fast, lightweight and supports SOAP/REST and preferebly summat with a decent licence like Apache or MIT, i.e. no heavy duty copyleft.


Solution

  • If you do not need any J2EE functionality beyond Servlets, then Jetty is a good embedded choice. However, if you intend to use extended J2EE functionality such as EJBs, JPA, JMX and ease of administration is important to you then, you will need to go beyond an embedded solution and explore Glassfish etc.