不使用 Web/应用服务器的 Web 应用程序的最佳框架是什么?
我想部署一个 Web 应用程序,而不像 sonar/hudson 那样使用 Web 服务器(Tomcat、Jboss 等)。什么演示框架适合它,具有 JSP/Struts 之类的功能?
I want to deploy an web application without using web server(Tomcat,Jboss etc.) like sonar/hudson does. What presentation framework is suitable for it which has JSP/Struts like capabilites?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用嵌入式 Jetty
请参阅这个关于嵌入 Jetty 的官方教程,Hello World 非常简单:
You can use embedded Jetty
See this official tutorial about embedding Jetty, the Hello World is as simple as: