Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the most minimal Java web MVC framework? [closed]

I'm looking for a Java web framework that requires the most minimal amount of configuration for a very small app. Spring & Struts are definitely overkill here. This is an app that could be written without any framework at all but I would prefer to use a minimal MVC framework if I can find one.

like image 535
Chris Collins Avatar asked Apr 28 '09 04:04

Chris Collins


2 Answers

Stripes and ZTemplates are supposed to be pretty light.

like image 192
jsight Avatar answered Oct 13 '22 01:10

jsight


Checkout spark. Its as mimimalistic as it can get.

like image 22
joshua Avatar answered Oct 13 '22 00:10

joshua