eonum / grouperserve

Web service / API as a wrapper of the SwissDRG grouper
MIT License
0 stars 1 forks source link

Research and choose server technology #1

Closed tschimbr closed 8 years ago

tschimbr commented 8 years ago

Lightweigth and fast Java based server technology. Probably using Java servlets -> choose servlet container.

tschimbr commented 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

tschimbr commented 8 years ago

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..)

tschimbr commented 8 years ago

https://sparktutorials.github.io/2015/04/03/spark-lombok-jackson-reduce-boilerplate.html https://sparktutorials.github.io/2015/04/14/getting-started-with-spark-and-docker.html https://sparktutorials.github.io/2015/07/30/spark-testing-unit.html