Grails may well be what you're looking for. It runs on Groovy (one of the more popular JVM-based languages).
It uses a coding-by-convention methodology, so there's little configuration.
It's MVC-based and has its own ORM (called GORM), but you can plug in Hibernate (possibly the most popular Java ORM).