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 |
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
how to deploy enterprise javabeans?
difference b/w the hybernate and entity bean
What are stateless functions?
Can a client interact with an JavaBean directly? Explain?
what is mean by OLE ? Please answer me. Advance thanks.
List down the steps for the demonstration of ejp persistence mechanism.
What does @singleton annotation do?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
What is stateless code?
What is the difference between @requestparam and @pathvariable?