S
scriptlet:

Snippets of Java code embedded within a JSP.

sequence diagram:

A type of interaction diagram where objects and the interaction between them is shown along object lifelines.

servlet:

A server-side component that handles incoming requests and generates a response dynamically.

session bean:

A type of EJB best used for transient activities. Session beans often encapsulate the majority of business logic within an enterprise Java application. Can be stateful or stateless.

SQL:

Structured Query Language. Used to query, extract, and write data to databases.

statechart diagram:

A UML diagram that is used to define state machines. Excellent for capturing dynamic behavior of a system.

stateful session bean:

A session bean that is capable of ...

Get Developing Enterprise Java Applications with J2EE™ and UML 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.