Glossary
- Apache Jakarta Tomcat
An add-on for the popular Apache Web server that provides a servlet container for executing servlets and JSPs. Tomcat is the reference implementation for Sun's servlet technology.
- application session
Session that encapsulates parameters that are visible to a single user for all servlets in this application (as opposed to application parameters, which are visible to all users).
- authentication, authorization
Authentication is the process of confirming the identity of a user and admitting that user to one or more roles based on identity. Authorization is the process of granting access to specific resources to a specific user or role.
- bean properties
Properties of the bean that are exposed via
get
/set
method pairs. These properties ...
Get Java™ 2 Enterprise Edition (J2EE™) Web Component Developer Exam Cram™ 2 (Exam 310-080) 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.