<?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 - Sharing singleton object between different webapps</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>Sat, 18 May 2013 18:50:59 -0400</pubDate>


    <item>

        <title>Re: Different Class Loaders</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=51263</link>

        

        
            <description><![CDATA[Well you can/can't. There are advanced configs to share classes among web modules. If not a production problem and you are just inquiring for academic interests then play around with JBoss.]]></description>
        

        <pubDate>Mon, 27 Oct 2008 23:05:52 -0400</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2008 23:05:52 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2008 23:05:52 -0400</jf:modificationDate>
        <jf:date>Oct 27, 2008</jf:date>
        <jf:author>Biswa Das</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Different Class Loaders</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=51263</link>

        

        
            <description><![CDATA[Many thanks for your explanation.]]></description>
        

        <pubDate>Tue, 21 Oct 2008 14:31:12 -0400</pubDate>

        

        <jf:creationDate>Tue, 21 Oct 2008 14:31:12 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 21 Oct 2008 14:31:12 -0400</jf:modificationDate>
        <jf:date>Oct 21, 2008</jf:date>
        <jf:author>George Buttigieg</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Different Class Loaders</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=51263</link>

        

        
            <description><![CDATA[First of all, the scope of a static variable is actually the class loader and not the JVM. Webservers use isolated class loaders for each web application that it hosts. Therefore, the singletons are per web application even if all of them are running on...]]></description>
        

        <pubDate>Tue, 21 Oct 2008 02:05:44 -0400</pubDate>

        

        <jf:creationDate>Tue, 21 Oct 2008 02:05:44 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 21 Oct 2008 02:05:44 -0400</jf:modificationDate>
        <jf:date>Oct 21, 2008</jf:date>
        <jf:author>Rahul Mohan</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Sharing singleton object between different webapps</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=51263</link>

        

        
            <description><![CDATA[Consider the case where 2 webapps are running within the same servlet container. If the first webapp creates a singleton object, is the same object accessible from the other? My findings so far suggest not, and I don't understand why that should be....]]></description>
        

        <pubDate>Sat, 18 Oct 2008 12:17:44 -0400</pubDate>

        

        <jf:creationDate>Sat, 18 Oct 2008 12:17:44 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 18 Oct 2008 12:17:44 -0400</jf:modificationDate>
        <jf:date>Oct 18, 2008</jf:date>
        <jf:author>George Buttigieg</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>



</channel>
</rss>

