TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rails, Wicket, Grails, Play, Tapestry, Lift, JSP, Context

2 点作者 Alind超过 13 年前

1 comment

dkhenry超过 13 年前
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)