JavaBeans
The other standard actions relate to manipulation of JavaBeans within a JSP page.
JavaBeans is a component architecture.
It dictates a set of rules that software developers must follow to create reusable components.
A Bean is an instance of a class that was coded following these rules.
JSP interacts with Beans through tags (naturally).