When to use Stateful session bean over Stateless session bean?

后端 未结 2 1494
别那么骄傲
别那么骄傲 2020-12-07 08:19

A stateful session bean is defined as follows:

Stateful Session Beans The state of an object consists of the values of its instance variables. In a

2条回答
  •  無奈伤痛
    2020-12-07 08:48

    I think that the greatest example of using a Stateful session bean is for a Shopping Cart, where you store all products which user wants to buy.

提交回复
热议问题