What is a good JVM based web framework for general use?
I am building some software using Clojure as a backend and I would like to use a JVM based solution for front end.
I am open to any framework and language.
I am aware of Compojure / Webjure / Ring, but I feel there may be more mature options. Thank you!
+2
pmn
source
to share
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
Jim ferrans
source
to share