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 ejb application?
What is bean-managed persistence?
in EJB diclare the static methods are not?
What do you mean by ejb ql?
explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
Life cycle methods in stateless Session Beans?
What is the difference between @requestparam and @pathvariable?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
Difference between container-managed & bean-managed persistence?
Why do we use @requestmapping?
What is Enterprise JavaBeans?