Saved Bookmarks
| 1. |
When You Will Chose Stateful Session Bean And Stateless Session Bean |
|
Answer» STATEFUL SESSION bean is used when we need to maintain the client STATE . Where stateless session bean will not have a client state it will be in pool. Example of statefull session is Shoping CART SITE where we need to maintain the client state . stateful session bean is used when we need to maintain the client state . Where stateless session bean will not have a client state it will be in pool. Example of statefull session is Shoping cart site where we need to maintain the client state . |
|