Persistence can happen even with Stateless Bean,
March 5, 2009 at 7:43 PM
Persistence of data can happen even with Stateless Bean.
For example, you might use a stateless session bean to send an email that confirms an online order. The bean fetches from a database a set of read-only data that is often used by clients. Such a bean, for example, could retrieve the table rows that represent the products that are on sale this month. Under all the above circumstances in the example we can use a stateless session bean.
View All Comments
| View Tutorial