Give a scenario where you have used stateless session beans and why was it necessary?

Questions by ravneet_mahl   answers by ravneet_mahl

Showing Answers 1 - 3 of 3 Answers

veni

  • Sep 26th, 2005
 

stateless session beans are used when the there is only one interaction with the client (eg) Credit card verification.

  Was this answer useful?  Yes

Sree Ranganath

  • Oct 26th, 2005
 

I  dont  think that St less bean is  used in this scenario  (ie.,   Credit card processing ) coz there it is a must that we have to remember the client.

  Was this answer useful?  Yes

Vijay

  • Nov 1st, 2005
 

Hi All,

The stateless bean is used whereever the logic does the same for all client irrespective of remembering the client state.

For Example, Consider a simple EJB Client which just converts dollar to ruppee value. So as per logic, it does not matter who is requesting but the importance is that, if a client reqests it has to provide ruppee equvalent value against dollar.

Best Regards,

VJ

  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.

 

Related Answered Questions

 

Related Open Questions