image

CHAPTER

5

JavaServer Pages, JSTL, and Expression Language

In the previous chapter, we built applications using Servlets, filters, and listeners and deployed them on the Oracle Java Cloud Service. You likely noticed that building applications using Servlets can be rather tedious and involves a lot of Java coding, even when what is being generated is static HTML code. To address this issue, JavaServer Pages (JSP) emerged. JSP lets you embed snippets of Java code into your HTML. The functionality is similar to Servlets, but JSP drastically reduced the amount of Java code that has to be written, leading to more streamlined, efficient coding and increased ...

Get Java EE Applications on Oracle Java Cloud: 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.