Home > Industry/Domain > Computer

Computer

18Categories 216913Terms

Add a new term

Contributors in Computer

Computer > Workstations

reentrant entity bean

Computer; Workstations

An entity bean that can handle multiple simultaneous, interleaved, or nested invocations that will not interfere with each other.

entity bean

Computer; Workstations

An enterprise bean that represents persistent data maintained in a database. An entity bean can manage its own persistence or can delegate this function to its container. An ...

session bean

Computer; Workstations

An enterprise bean that is created by a client and that usually exists only for the duration of a single client-server session. A session bean performs operations, such as ...

message-driven bean

Computer; Workstations

An enterprise bean that is an asynchronous message consumer. A message-driven bean has no state for a specific client, but its instance variables can contain state across the ...

method permission

Computer; Workstations

An authorization rule that determines who is permitted to execute one or more enterprise bean methods.

client-certificate authentication

Computer; Workstations

An authentication mechanism that uses HTTP over SSL, in which the server and, optionally, the client authenticate each other with a public key certificate that conforms to a ...

basic authentication

Computer; Workstations

An authentication mechanism in which a Web server authenticates an entity via a user name and password obtained using the Web application's built-in authentication mechanism.