Java web UI framework like ASP.NET MVC?

Posted by Ethel Evans on Programmers See other posts from Programmers or by Ethel Evans
Published on 2011-02-09T18:08:24Z Indexed on 2011/02/12 7:32 UTC
Read the original article Hit count: 283

I'm doing some web apps for personal projects that might be shared out with my friends. I'm trying to use skills that will help me at work, but don't have $$ to spend on Visual Studio right now and don't want to try to cobble something together with Express Editions. Since I've been sort of wanting to bring my Java skills up to date and the main skills I want to work on are design and architecture skills, this isn't a big deal - except that I have no idea how to track down the right UI framework. I know I want something based on MVC, to get more practice with frameworks for that design pattern (we're using ASP .NET MVC2 at work).

The UIs that I'll be making will be pretty simple - data entry, buttons, text, images. They will need AJAX.

Any thoughts about which frameworks to look at? I'll be watching the comments, if anyone wants additional clarification on what I'm looking for.

© Programmers or respective owner

Related posts about java

Related posts about web-framework