Part II, JSP Application Development
- Chapter 5
Examines the JSP basics, such as how to create, deploy, and run a JSP page, as well as how to use the JSP elements to generate dynamic content.
- Chapter 6
Describes what a JavaBeans component is and how it can be used effectively in a JSP page.
- Chapter 7
Describes what a custom tag library is and how to deploy and use one, and introduces the JSP Standard Tag Library (JSTL).
- Chapter 8
Explains how an HTML form can be used to send data to a web application and how to process the data using JavaBeans and JSTL, as well as what to be aware of when generating dynamic output.
- Chapter 9
Describes the kinds of errors you may encounter during development of a JSP-based application, and strategies and JSP features that help you deal with them.
- Chapter 10
Explains the JSP features that let you separate different types of processing in different pages to simplify maintenance and further development. Also describes how sessions can build up information over a sequence of requests from the same user, and how information that applies to all users can be shared using the application scope.
- Chapter 11
Describes how you can develop actions for a custom tag library as tag files, i.e., regular text files with JSP elements.
- Chapter 12
Provides a quick overview of relational databases, JDBC, and SQL basics, and introduces the JSTL actions for reading, updating, and deleting database data.
- Chapter 13
Describes how authentication and access control can be ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access