Closed tschimbr closed 8 years ago
Probably use Jetty as the servlet container and JAX-RS to create a JSON REST API: https://www.javacodegeeks.com/2015/03/creating-web-services-and-a-rest-server-with-jax-rs-and-jetty.html
Use Spark on top of this stack: http://sparkjava.com/ easy, lightweight framework to create REST-APIs in a non-Java style (no XML, compact code, lambdas..)
Lightweigth and fast Java based server technology. Probably using Java servlets -> choose servlet container.