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


source to share


1 answer


For JVM languages ​​other than Java, at least:



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







All Articles