Tomcat vs. Jetty vs. Undertow: Comparison of Spring Boot Embedded Servlet Containers

With the rise in popularity of micro services we have seen a similar rise in popularity of applications with embedded servlet containers. Spring boot is a Java based framework that supports application services. It runs as a standalone jar with an embedded servlet container or as a WAR file inside a container.       … Continue reading Tomcat vs. Jetty vs. Undertow: Comparison of Spring Boot Embedded Servlet Containers