aspose file tools
The moose likes Websphere and the fly likes Read_only setup in Websphere Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Read_only setup in Websphere" Watch "Read_only setup in Websphere" New topic
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
 
Threads others viewed
Field vs Property access for Entities
Entity Bean and find() method
Performance issues with respect to type of Bean
an entity bean question
Entity Bean Instance Life Cycle
MyEclipse, The Clear Choice