I've webapp that is currently deployed as a war to Tomcat7. I want migrate this webapp to Jetty. I explored Jetty but looks like there are too many options. The webapp uses Spring MVC and Camel. I'm using Maven to do builds, testing and deployment.
I'm looking for good options to quickly migrate this app to Jetty.
EDIT: My main interest is embedded Jetty. I'm assuming embedded Jetty should work fine with Spring.
Thanks.