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.
2380explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...
HCL,
2 5291java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
3 6531java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
CGI,
2 6025In my project iam integrating telephone line using some
bridge. To connect my project to that telephone line they
have give some jar file. Using dat i connected with that..
To handle that event like call attented, call disposed and
idle time they have give one event listener class.. I did
every thing and this class is alsoo called when a
particular event is fired. The only thing is i wanna call
EJB from that event listener method.. But the EJB is not
getting initated and exception is thrown. This below shownn
error is occured only i try to call it from this event
listener class. In other places EJB calling is working
fine..
javax.naming.NoInitialContextException: Cannot instantiate
class: org.jnp.interfaces.NamingContextFactory [Root
exception is java.lang.ClassNotFoundException:
org/jnp/interfaces/NamingContextFactory]
at javax.naming.spi.NamingManager.getInitialContext
(NamingManager.java:657)
at javax.naming.InitialContext.getDefaultInitCtx
(InitialContext.java:247)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
3 5654
Can an ejb send asynchronous notifications to its clients?
What do you mean by in-memory replication?
Why stateless is better than stateful?
Enlist the declarative transaction types?
What is the full form of ejb in java?
What are the attributes of transaction in ejb?
What are the differences between ejb 3.0 and ejb 2.0?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
what is the Relationship between EJB and CORBA architecture?
What is session facade in ejb?
Explain the architectural relationship between JavaBeans and JTA?
What happens when I change a value in the httpsession from inside an ejb?
How can enterprise javabeans be accessed from active server pages?
Name the attributes of javax.ejb.ejb.
What is meant by ejb?