<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Efficient Singleton example</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sun, 19 May 2013 07:43:56 -0400</pubDate>


    <item>

        <title>example of singleton pattern</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31650</link>

        

        
            <description><![CDATA[<p><span style="font-size: x-small;"><strong><span style="color: #7f0055; font-size: x-small;"><strong><span style="color: #7f0055; font-size: x-small;">public</span></strong></span></strong><span style="font-size: x-small;"> </span><strong><span...]]></description>
        

        <pubDate>Mon, 10 Jan 2011 16:15:24 -0500</pubDate>

        

        <jf:creationDate>Mon, 10 Jan 2011 16:15:24 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 10 Jan 2011 16:15:24 -0500</jf:modificationDate>
        <jf:date>Jan 10, 2011</jf:date>
        <jf:author>sonjoy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>example of singleton pattern</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31650</link>

        

        
            <description><![CDATA[<p>/**<br/>&nbsp;* @author Sonjoy Chakraborty<br/>&nbsp;* <br/>&nbsp;*/<br/>public class SingletonClass {</p>...]]></description>
        

        <pubDate>Mon, 10 Jan 2011 16:11:51 -0500</pubDate>

        

        <jf:creationDate>Mon, 10 Jan 2011 16:11:51 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 10 Jan 2011 16:11:51 -0500</jf:modificationDate>
        <jf:date>Jan 10, 2011</jf:date>
        <jf:author>sonjoy</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>example of singleton pattern</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31650</link>

        

        
            <description><![CDATA[To avoid thread safety issues:<br><br>public class Singleton {<br>&nbsp;&nbsp;private static final Singleton INSTANCE = new Singleton();<br>&nbsp;&nbsp;private Singleton() {<br>&nbsp;&nbsp;}<br><br>&nbsp;&nbsp;public static Singleton getInstance() {...]]></description>
        

        <pubDate>Mon, 14 Feb 2005 10:36:11 -0500</pubDate>

        

        <jf:creationDate>Mon, 14 Feb 2005 10:36:11 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 14 Feb 2005 10:36:11 -0500</jf:modificationDate>
        <jf:date>Feb 14, 2005</jf:date>
        <jf:author>Colin Yates</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>example of singleton pattern</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31650</link>

        

        
            <description><![CDATA[this is an exemple of implementation of Singleton PATTERN<br>if you want to access to your singleton<br><br>MyClassSingleton singleton = MyClassSingleton.getInstance();<br>singleton.method1();<br><br>/*************/<br>public class MyClassSingleton...]]></description>
        

        <pubDate>Mon, 14 Feb 2005 09:57:20 -0500</pubDate>

        

        <jf:creationDate>Mon, 14 Feb 2005 09:57:20 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 14 Feb 2005 09:57:20 -0500</jf:modificationDate>
        <jf:date>Feb 14, 2005</jf:date>
        <jf:author>lkssal lkssal</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Efficient Singleton example</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31650</link>

        

        
            <description><![CDATA[Hi guys,<br>I need to build a Cache Object on a Web server.<br>So I want to use the Singleton design pattern.<br><br>So I need some resources, documentation and exemples on the Singleton pattern.<br>Any links to resources will be welcome.<br><br>Thank...]]></description>
        

        <pubDate>Sun, 06 Feb 2005 11:38:10 -0500</pubDate>

        

        <jf:creationDate>Sun, 06 Feb 2005 11:38:10 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 06 Feb 2005 11:38:10 -0500</jf:modificationDate>
        <jf:date>Feb 6, 2005</jf:date>
        <jf:author>stanimir Iakov</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>



</channel>
</rss>

