Question

I am building some software using Clojure as a backend, and I'd like to use a JVM based solution for the front-end.

I am open to any of the frameworks & languages out there.

I know about Compojure / Webjure / Ring, but I feel like there may be more mature options. Thanks!

Was it helpful?

Solution

For JVM languages other than Java there's at least:

Java itself has quite a few frameworks, none of which stands out from the rest yet. Some contenders include Java Server Faces, Apache Wicket, JBoss Seam, Spring MVC, and Apache Struts 2.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top