I'm creating an web application for company intranet, because other parts of this system are written in Java, so for integration purposes Java was chosen as a web frontend.
There are the requirements:
- it has to be simple to learn in short period of time
- it has to support MVC pattern
- no extended xml configuration
- application will consist of many form that user will fill, and some js to help with it
- good IDE plugins that will help with development
I was thinking of Wicket/Spring MVC/Stripes
What are your recommendations regarding those requirements? What other frameworks, that are probably better for my application should I look at?
Also: can you comment those three frameworks on how do they meet my requirements?