I need to understand how an object is stored and distributed in Weblogic.
After authentication, where is the object stored at the HTTP level? HTTPSession it internally stored in an HTTPSession ?
The same where it is stored at the EJB level?
I have an application in which many actors are updated in a topic at the HTTP and EJB levels. In some cases, I get an exception for a simultaneous modification. Although the fix is โโsimple, just for synchronization, I need to understand the insides of where the object is stored at the HTTP and EJB levels.
source share