I have a JavaEE clustered application. I would like to share one view on the data structure between EJBs.
I do not want EJBs to compete with each other for updating the database and would rather share state in memory.
Can Akka be useful here? Perhaps transactors?
source
share