I am revisiting a project and need to limit it to Java 1.4 (unfortunately). I was interested in introducing a MVC framework to improve ease of maintenance in the future.
Besides Struts 1, what options do I have? The lightweight the framework, the better.
Not to dismiss Struts off hand, I've just heard a lot of bad things about it. If anyone wants to defend it here, please do so.
Additionally the framework has to be able to run on Jrun, which may limit my choices. I can not, for example, get Spring MVC to work.