how can we decide a session bean as stateless or stateful
without seeing jar file? i.e. by seeing the class file.
Answer Posted / king
A bean is stateful or stateless can be inferred from its
deployment descriptor.
i.e
ejb-jar.xml
<session-type>Stateless</session-type>
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is enterprise javabeans (ejb) container?
Elucidate callback in ejb?
What ejb means?
What is entity bean?
What are the design principles for ejb?
What do you mean by ejbdoclet?
What is singleton session bean?
How to determine, that beans are TX or not?
What are the advantages of ejb components?
Are entity beans allowed to create() methods?
What is @resource in java?
What is Session Bean Interface?
What does @singleton annotation do?
What are the advantages of ejb?
What is bean-managed transaction?