Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: J2EE Category

Can you control when passivation occurs? 0

Can you control when passivation occurs?

The developer, according to the specification, cannot directly control when passivation occurs. Although for Stateful Session Beans, the container cannot passivate an instance that is inside a transaction. So using transactions can be a...

How EJB Invocation happens? 0

How EJB Invocation happens?

Step 1: Retrieve Home Object reference from Naming Service via JNDI. step 2: Return Home Object reference to the client. step 3: Create me a new EJB Object through Home Object interface. step 4:...

What is an EJB Context? 0

What is an EJB Context?

EJBContext is an interface that is implemented by the container, and it is also a part of the bean-container contract. Entity beans use a subclass of EJBContext called EntityContext. Session beans use a subclass...