As we can see in this question, there are lots of cool view engines to ASP.NET. But what about Java/JSP? What options do I have?
Thanks
As we can see in this question, there are lots of cool view engines to ASP.NET. But what about Java/JSP? What options do I have?
Thanks
For general templating engines, FreeMarker is a good alternative to Velocity - it has a nice macro system, clean syntax and semantics. These are often combined with a page layout / composition framework like Apache Tiles or SiteMesh.
There is also resin/quercus which is a 100% java implementation of PHP. I've always liked how PHP integrates with HTML, although there's not much else I like about PHP. It's popular -- seems like you could easily cop a Wordpress theme into your java app.
Are you looking for Java's MVC (for the web)? That's JSF.
Third-party MVC: What's the most minimal Java web MVC framework?