I know it may be subjective, but what 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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
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. |
|||
|
|
|
Jetty is probably the most popular embeddable java application server. |
|||
|