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.
2306explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...
HCL,
2 5183java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
3 6378java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
CGI,
2 5902In 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 5504
Mention the three levels for applying interceptor methods.
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
Explain the concept of ejb ql?
what is the Relationship between EJB and CORBA architecture?
Explain the concept of connection pooling feature of ejb container?
How do you decide whether you should use session, entity or message driven bean?
Name the acid properties of a transaction.
What is difference between ejb 1.1 and ejb 2.0?
Can EJB made to handle multiple transactions?
What is the use of @ejb annotation?
What is the difference between message driven beans and stateless session beans?
What are transaction isolation levels in ejb?
What do you mean by EJB architecture?
Is it possible to have threading in ejb?
Explain the architectural relationship between JavaBeans and JTA?