I'm trying to find a precise comparison of JavaEE user interface frameworks and tools.
So far I've been working with symfony/PHP and RoR - these frameworks are provided with ORM, template engine, MVC engine and so on. It's very uncommon that you don't use framework's built-in templating engine and choose one on your own. In Java - that's the opposite, as I can see - frameworks are usually not bundled with one specific solution, and you've got to choose right tools for you.
I'm new to JavaEE and it's difficult to choose from so many tools available. So far I became familiar with spring mvc, jsp and apache tiles. Also, I read that there are also: velocity, freemaker, sitemesh, jsf, facelets, tapestry, themyleaf... and many, many more. Moreover, some of them are defined as layout engines, others as template engines, etc. (in symfony/PHP you've got everything already configured with the main framework so you don't have to distinguish).
Do you know any comparison on Java web tools (preferably up-to-date, e.g. struts seem to fade away)? Something for a beginner ;)
edit: I did a research - found quite a lot of docs on each of those frameworks, but I'd have to spend a lot of time to learn all of them instead of getting a basic understanding and being able to compare them. I'm not looking for docs of a particular tool.
