Hi There,
I am facing the following problem, I have to share huge data around 1.5 MB across JPS. It is fetched from DAO (
SOAP service) and stored in
HashMap as name value pairs. Note that this data will be refreshed every two day so it is sought of static and dyanmic as well.
I am thinking
Option 1: I would make the HashMap a bean and store it in ApplicationContext.
Option 2: Code a Server Socket and serve the value given the key that way the Server space is light weight and the data is avaiable to the nodes in the clustered env.
Please give me your valuable thoughts.
-Arin Paul