MVC 网络框架
可能的重复:
现在选择 Java Web 框架吗?
我知道 Ruby-on-Rails 和Django 是两个面向 MVC 的 Web 框架,分别采用 Ruby 和 Python。还有其他 MVC 框架吗?有没有使用 Java 的 MVC 框架?
Possible Duplicate:
Choosing a Java Web Framework now?
I know that Ruby-on-Rails and Django are 2 MVC oriented webframeworks, in Ruby and Python respectively. Are there any other MVC frameworks ? Any MVC frameworks that use Java ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
更接近 Java 中 Rails 的东西(好吧,不是真正的 Java)是 Grails。
当然,您需要 Groovy 才能使用它,但值得一试。
Something closer to rails in Java (well, not really Java) would be Grails.
Of course you'd need Groovy to use that, but it's worth a shot.
CakePHP 是一个使用起来相当简单的 PHP MVC 框架。
CakePHP is a PHP MVC framework that's fairly simple to use.
Spring MVC 和 < a href="http://struts.apache.org/" rel="nofollow noreferrer">Struts 是两个流行的Java MVC Web 框架。
Spring MVC and Struts are two popular MVC web frameworks for Java.