I have an application using Spring Framework. Now I plan to convert it to web application. The research on Google shows that main competitor to Spring MVC is now Java EE 7. Are there any advantages to move to Java EE 7 instead of Spring?
Please notice, performance is very important for me.