MVC Webframeworks [duplicate]
Possibl开发者_如何学Goe 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 ?
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 is a PHP MVC framework that's fairly simple to use.
Spring MVC and Struts are two popular MVC web frameworks for Java.
精彩评论