Contact Us About Sponsorship

Questions about Micronaut Foundation sponsorship?

Please complete this form, and we’ll follow up with you shortly.

Back to the Future with Micronaut Servlet

by Graeme Rocher Tags:

The Micronaut Team at Object Computing, Inc. is pleased to announce the first milestone of Micronaut Servlet, a new implementation of the Micronaut framework that runs on traditional Java servlet containers.

Micronaut Servlet provides support for replacing the Netty-based HTTP server that comes with the Micronaut framework with either Jetty, Tomcat, or Undertow, which may be of interest to those who are already familiar with the thread-per-request model of traditional servlet containers and have an existing large investment in the servlet ecosystem.

Additionally, the Jetty and Tomcat implementations can be used with GraalVM native image to produce native servlet applications that start in milliseconds and consume very little memory.

Grails users also stand to benefit in the future by allowing the Micronaut framework to run side-by-side, embedded within an existing Grails servlet-based application.

See the documentation for Micronaut Servlet for more information.