How to identify is it SLSB and SFSB?

Showing Answers 1 - 4 of 4 Answers

rkj2ee2005

  • Apr 19th, 2006
 

SLSB does have only one ejbcreate method where as SFSB could have overloaded ejbcreate methods and setters/getters methods for properties.

  Was this answer useful?  Yes

Alps

  • May 18th, 2006
 

In ejb-jar.xml, in <session-type> tag, you specify if it is Stateless or Stateful

prashant

  • Jul 26th, 2006
 

to check wheather it is SLSB/SFSB  u can see dd(deployment descriptor).

This is the only place where container checks for it.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions