How to Load the Entities on Memory ?
Hi..
I have an cmp entity bean , and whenever i calling the bean, its loading
each time in database ,and it results the performance degradation of the
page. Hence i need to keep the cmp entity on memory when the application
server starts, so that i will access the entities on memory rather than
database each time .
Tell me how to keep the entity beam (cmp) on memory when the
application server starts ?

