Explain the architectural relationship between EJB & XML?
Answer / janet
EJB defines a standard for portable business logic and XML
technology defines a standard for portable data.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is persistence?
How ejb invocation happens?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is enterprise bean?
Can tomcat run ejb?
How does ejb invocation happens?
What are types in SessionBeans?
what s the difference b/w EJB 2.0 and EJB 3.0 technically
2 Answers Microsoft, Mind Tree, Tech Mahindra,
What is session facade in ejb?
How to invoke ejb from java client?
Which is default transaction attribute for the business method of a bean?
What is use of @postconstruct?