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 |
How Stateful Session bean will store its State ?
When was ejb developed?
How is an entity bean created?
What is ejb client?
What is ejb in java?
What is the use of @resource?
What are the design principles for ejb?
absract methods in EntityBean ?
What do you mean by in-memory replication?
What is enterprise bean provider?
How is consistency maintained by Stateful Session through transaction updates ?
What is stateful session bean?