Is there a way to create a Singleton instance of an object across portlets but running on a single JVM? Already tried creating singleton class via static synchronized access of the object but still the instance is singleton but per each portlets.
Thanks in advance.