I am trying to share a concurrent hashmap between applications on a Glassfish (v2) server.
First question, is it at all possible? Secondly, if it is, any suggestions?
What I am trying to achieve is a memory store (cache?) which can be quickly referenced and updated by different components on the same instance. Implementation is a standard key/value set.
Thanks in advance!