A method of an enterprise bean that implements the business logic or rules of an application.
What is callback methods?
Component methods called by the container to notify the component of important events in its life cycle.
What is caller principal?
The principal that identifies the invoker of the enterprise bean method. What is cascade delete.
A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed
persistence.
What is CDATA?
A predefined XML tag for character data that means "don't interpret these characters," as opposed to parsed character data
(PCDATA), in which the normal rules of XML syntax apply. CDATA sections are typically used to show examples of XML syntax.
What is certificate authority?
A trusted organization that issues public key certificates and provides identification to the bearer.
What is client-certificate authentication?
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 standard that is defined by X.509 Public Key Infrastructure.
What is comment?
In an XML document, text that is ignored unless the parser is specifically told to recognize it.
What is commit?
The point in a transaction when all updates to any resources involved in the transaction are made permanent.