Does this mean the client has to know that he is using a session bean and not an entity bean? Isn't that something the client shouldn't have to know?

Questions by krishna_darl   answers by krishna_darl

Showing Answers 1 - 1 of 1 Answers

Tinu

  • Aug 11th, 2006
 

Yes, the client needs to know whether he is using a session or entity bean.
How will he invoke appropriate methods otherwise.
Like if he invokes finder methods on session bean, it won't work.

However, client need not know whether he's invoking a sLSB or SFSB.

Thanks

  Was this answer useful?  Yes

Give your answer:

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