| Author |
Read_only setup in Websphere
|
Sri Rangan
Ranch Hand
Joined: Dec 08, 2001
Posts: 160
|
|
In websphere, it is possible to set the method as READ_ONLY in the admin console for both Session(State less and state full) and Entity Beans. I understand this will be beneficial for Entity beans to mark all get/retrieve methods as READ_ONLY so that ejbLoad() and ejbStore() will not be called for those READ_ONLY methods. How is it useful for SessionBean get Methods?
|
 |
 |
|
|
subject: Read_only setup in Websphere
|
|
|