What optimization could I use if the EJB container is the only point of write access to the database?

Submitted by: Administrator
You could activate the "Commit Option A" that is the container caches entity bean state between transactions. This option assumesthat the container has exclusive access to the persistentstore and therefore it doesn't need to synchronizethe in-memory bean state from the persistent store at the beginning of each transaction.
Submitted by: Administrator

Read Online JBoss Job Interview Questions And Answers