where do we use Session Beans in Insurance projects

hiin case of Session Beans ,where do we use Session Beans in Insurance proects and how d we use themplz give me replybye
[155 byte] By [sowbharia] at [2007-11-27 4:37:50]
# 1
Can you be more specific?In general, use 1. Stateless session beans to implement services. They do not hold any client specific data.2. Stateful Session beans to hold client specific data. They do hold data that is client specific. (Example shopping cart).
Mahesh.Kannana at 2007-7-12 9:48:10 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...