An EJB client, can marshall an object of the class
java.lang.Class to an EJB?
Answers were Sorted based on User's Feedback
Answer / srinivas
If it is serializable we can marshal it to EJB
because remote clients can call business methods on bean
through EjBObject stub.EjBObject marchels any serializable
objects like String,primmitive data types wrapper classes ..etc
| Is This Answer Correct ? | 0 Yes | 1 No |
What is meant by ejb?
What is stateless programming?
What is activemq used for?
Can Container Managed Bean-Managed Transaction ?
What is singleton session bean?
Explain the concept of connection pooling feature of ejb container?
What optimization could I use if the ejb container is the only point of write access to the database?
Why should we use ejb?
Can tomcat run ejb?
Explain the architectural relationship between EJB & XML?
How do identify two same entity beans?
Where a bean can be used ?