I have a webapp that is currently being used as a war with Tomcat7. I want to port this webapp to Jetty. I researched Jetty, but there seem to be too many options. Webapp uses Spring MVC and Camel. I use Maven to build, test, and deploy.
I am looking for good options for quickly migrating this application to Jetty.
EDIT: My main interest is the built-in Jetty. I assume that embedded Jetty should work fine with Spring.
Thank.
source
share