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 happens when I change a value in the httpsession from inside an ejb?
How does ejb invocation happens?
TX operation funtion executed by?
Define ejb Create() and EjbPostCreate()?
Define ACID Properties?
How to generate ejb stubs in eclipse?
What do you mean by in-memory replication?
what is mean by dll ? Please answer me. Advance thanks.
what s the difference b/w EJB 2.0 and EJB 3.0 technically
2 Answers Microsoft, Mind Tree, Tech Mahindra,
What is the difference between @requestparam and @pathvariable?
How can I call one EJB from inside of another EJB?
What is persistence?