views:

109

answers:

3

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 ?

A: 

Spring MVC and Struts are two popular MVC web frameworks for Java.

Noel M
A: 

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.

quantumSoup
A: 

CakePHP is a PHP MVC framework that's fairly simple to use.

JKirchartz
why got this downvoted, there are 2 questions in the original post, one general about mvc frameworks, one specfici about java, so this answer is not incorrect.
KillianDS
Seriously... bad karma.
JKirchartz