Skip to content

Deploy spring application in undertow web container

Posted on:July 22, 2014 at 05:30 AM

With Undertow ,the new web container replacement for JBoss AS/Wildfly , kicking ass in performance benchmarks [Ref: http://www.techempower.com/benchmarks/#section=data-r9&hw=peak&test=db] including node.js

I decided to explore it further. The Async features as well as Non-blocking IO features looks interesting. So going to explore that further and keep you guys posted.

Meanwhile , I have created reference template for getting kick started.

This could be used by anyone looking @ exploring undertow & spring deployments.

Source Code: https://github.com/rohitdev/project-templates