How to determine, that beans are TX or not?
Answer / Arman Awasthi
In EJB, beans can have different transaction attributes like 'RequiresNew', 'Supports', 'Mandatory', and 'NotSupported'. These attributes determine the transactional behavior of the bean.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is singleton session bean?
Using Container managed entity bean, how an entity bean can be created?
What is ejb and its architecture?
What are stateless functions?
what are the classes you used in Beans?
Define SessionContext ?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
Explain the Sotware Architechture of EJB?
Explain the concept of connection pooling feature of ejb container?
Is soap stateless or stateful?
What is BDK?
Can Container managed Bean-Managed Persistence ?