What is a good JVM based web framework for general use?
1 answer
For JVM languages other than Java, at least:
- JRuby (Ruby on JVM), which runs the popular Rails ;
- Scala and Lift ;
- Jython (Python to JVM) and Django .
- Groovy and Grails ;
Java itself has quite a few frameworks, none of which stand out from the rest. Some contenders include Java Server Faces , Apache Wicket , JBoss Seam , Spring MVC, and Apache Struts 2 .
+3
source to share