|
The bean class implements a set of callback methods that allow the container to notify the events in....
|
Category:
EJB
|
Date:
11/9/2010 10:12:02 AM
|
|
|
|
When the bean's state represents the interaction between the bean and a specific client, and when th....
|
Category:
EJB
|
Date:
11/9/2010 9:39:01 AM
|
|
|
|
ejbLoad method is primarily used for data retrievals. ejbStore is used for updating data.
|
Category:
EJB
|
Date:
11/9/2010 6:44:02 AM
|
|
|
|
Stateful session bean acts as a server-side extension of the client that uses it , and maintain the ....
|
Category:
EJB
|
Date:
11/8/2010 12:45:01 PM
|
|
|
|
Because when we are changing the database we need to rewrite the SQL for supporting the new database....
|
Category:
EJB
|
Date:
11/8/2010 9:50:01 AM
|
|
|
|
1-Container Managed Persistence (CMP). 2- Bean managed persistence (BMP).
|
Category:
EJB
|
Date:
11/8/2010 4:02:01 AM
|
|
|
|
When the bean's state has no data for a specific client, and when in a single method invocation, the....
|
Category:
EJB
|
Date:
11/8/2010 1:07:01 AM
|
|
|
|
The default transaction attribute is 'supports'
|
Category:
EJB
|
Date:
11/7/2010 10:45:02 PM
|
|
|
|
Remove methods allow the client to remove an Entity bean by specifying either Handle or a Primary Ke....
|
Category:
EJB
|
Date:
11/7/2010 4:24:02 PM
|
|
|
|
EJB (Enterprise JavaBeans) is the server-side component architecture for J2EE platform.where it is a....
|
Category:
EJB
|
Date:
11/7/2010 12:57:00 PM
|
|
|
|
1: Not Supported
2: Required
3: Supports
4: RequiresNew
5: Mandatory
6: Never
|
Category:
EJB
|
Date:
11/7/2010 4:46:02 AM
|
|
|
|
The session bean performs the task shielding the client from the complexity of the business logic. W....
|
Category:
EJB
|
Date:
11/6/2010 6:57:01 PM
|
|
|
|
1: It helps in building enterprise applications easily.
2: Developers of EJB needs to focus on busi....
|
Category:
EJB
|
Date:
11/6/2010 4:35:01 PM
|
|
|
|
The ejbPassivate() is invoked by the container before the beans is passivated and ejbActivate() is i....
|
Category:
EJB
|
Date:
11/6/2010 1:41:02 PM
|
|
|
|
Struts is designed to encourage a Model 2/MVC architecture. But there is nothing that prevents you f....
|
Category:
EJB
|
Date:
11/6/2010 10:46:02 AM
|
|
|