What's the most minimal Java web MVC framework?

Posted by Chris Collins on Stack Overflow See other posts from Stack Overflow or by Chris Collins
Published on 2009-04-28T04:28:52Z Indexed on 2010/05/16 20:30 UTC
Read the original article Hit count: 170

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about mvc