Hacker News new | ask | show | jobs
Rails, Wicket, Grails, Play, Tapestry, Lift, JSP, Context (jtict.com)
2 points by Alind 5231 days ago
1 comments

Biggest thing I see in these tests is that tomcat actually slows down a web framework. Using Netty with Play was actually faster then using JSP's on tomcat. That's crazy it takes less time to get a request, render a template, and return the response ; then to have Tomcat respond to a simple request using a JSP which is compiled (pre-rendered)