Page 1 of 1

Java Zone Extension

Posted: 26 Sep 2010, 13:46
by saiko
Hi,

I'm currently developing some server-side extensions in Java. Now I want to create a singleton class which has a static map with some data.
Now I am trying to access this map from different extensions in the same zone but each extension has its own singleton. That means the data I put in the map in an extension isn't present from a different extension.

I hope someone could tell me where the problem is.

Thanks in advance.