| Author |
Session facade
|
James Foster
Greenhorn
Joined: Nov 04, 2003
Posts: 10
|
|
Can we use both stateful / stateless bean as session facade? If I do read only operations, will stateless bean meet my needs
|
 |
Sri Basavanahally
Ranch Hand
Joined: Oct 07, 2003
Posts: 75
|
|
James, I believe you can use either stateful or stateless as a session facade. Typically, though, stateless session beans are used. -Sri
|
UP THE IRONS !
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
You may want to read this article where I discuss this question and several other practical issues in using Session Facades. Kyle
|
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
|
 |
 |
|
|
subject: Session facade
|
|
|