CHAPTER 5Understanding Views
View technologies for web applications in the open source world appear to be a rather popular topic with the seemingly endless number of them available for Java. There always appears to be a newer, better one to learn if you grow tired of the incumbent JSP. JSP, however, remains the most popular view technology; produced by Sun to compete with Microsoft's Active Server Pages (ASP), JSP has become the industry standard, and there is a high level of developer knowledge surrounding JSP.
JSP allows developers to mix traditional markup languages such as HTML with Java code (called scriptlets) to produce dynamic output. On the downside, this facility is extremely open to abuse; therefore, there are custom tag libraries ...
Get The Definitive Guide to Grails, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.