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.
No Answer is Posted For this Question
Be the First to Post Answer
can we have static initializer blocks in EJB?
What transaction attributes does Java Bean containers support?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Name the acid properties of a transaction.
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
What are the key features of the ejb technology?
Is udp stateless?
What is the use of @ejb annotation?
what is mean by com/Dcom ? Please answer me. Advance thanks.
What is bean-managed persistence?