+

Search Tips   |   Advanced Search

Develop read-only entity beans


In addition to the existing EJBs caching options, we can develop read-only entity beans. we are most likely to want to use it under the following conditions:

To use this function, you declare the bean type as read-only the same way you currently select the bean caching options, through a selection list within an assembly tool.

To complete this task see the topic, "Defining bean cache settings for a bean" in the assembly tool documentation at http://publib.boulder.ibm.com/infocenter/radhelp/v7r5mbeta/topic/com.ibm.jee5.doc/topics/cejb3.html.


Example: Using a read-only entity bean