Summary

Today, you have looked at using JavaServer Pages as a means of developing Web-based J2EE applications. Unlike servlets, JSPs allow you to develop your Web pages in HTML with embedded Java code when dynamic elements are required.

JSP pages are translated into Java servlets and compiled before they are used to service client requests. To the browser, a JSP is no different than any other Web page.

JSP defines elements to supplement the standard HTML tags:

  • Directives that are used to pass information to the page translation phase

  • Expression Language and JSP expressions to embed dynamic data in the Web page

  • JSP scriptlets to provide programming logic

  • Actions that define JSP tags used to support JavaBeans

JavaBeans are used to encapsulate Java ...

Get Sams Teach Yourself J2EE™ in 21 Days, 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.