<?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 - EJB Cache</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>Thu, 20 Jun 2013 07:22:32 -0400</pubDate>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Can you talk a little bit in detail how to bind such a cache to a JNDI name which can be accessed remotely?...]]></description>
        

        <pubDate>Thu, 12 Oct 2000 14:52:21 -0400</pubDate>

        

        <jf:creationDate>Thu, 12 Oct 2000 14:52:21 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 12 Oct 2000 14:52:21 -0400</jf:modificationDate>
        <jf:date>Oct 12, 2000</jf:date>
        <jf:author>Andy Liu</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[What about use a stateless session bean that grabs the cached data in it's setSessionContext() method.  Granted, you might then get more than one instance of the cache, but presumably only if more than one was needed, in which case that would probably be...]]></description>
        

        <pubDate>Wed, 11 Oct 2000 19:26:47 -0400</pubDate>

        

        <jf:creationDate>Wed, 11 Oct 2000 19:26:47 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 11 Oct 2000 19:26:47 -0400</jf:modificationDate>
        <jf:date>Oct 11, 2000</jf:date>
        <jf:author>Scott Hasse</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Eugen,
<br>
<br>In my message about caches on every level, I meant caches in general. I wasn't talking about having instances of the same cache in each level.
<br>
<br>Erik
<br>]]></description>
        

        <pubDate>Wed, 13 Sep 2000 13:07:26 -0400</pubDate>

        

        <jf:creationDate>Wed, 13 Sep 2000 13:07:26 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 13 Sep 2000 13:07:26 -0400</jf:modificationDate>
        <jf:date>Sep 13, 2000</jf:date>
        <jf:author>Erik van Zijst</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Why not using the singleton to store the data and then bind the object in the JNDI space of the application server to provide acccess to the same data to all servers in the cluster?! I already did that, not from within EJBs, but from outside, and you can...]]></description>
        

        <pubDate>Wed, 13 Sep 2000 12:55:56 -0400</pubDate>

        

        <jf:creationDate>Wed, 13 Sep 2000 12:55:56 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 13 Sep 2000 12:55:56 -0400</jf:modificationDate>
        <jf:date>Sep 13, 2000</jf:date>
        <jf:author>Eugen Bulboaca</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Rod,...]]></description>
        

        <pubDate>Wed, 13 Sep 2000 09:38:34 -0400</pubDate>

        

        <jf:creationDate>Wed, 13 Sep 2000 09:38:34 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 13 Sep 2000 09:38:34 -0400</jf:modificationDate>
        <jf:date>Sep 13, 2000</jf:date>
        <jf:author>Erik van Zijst</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[I agree about RMI objects introducing a single point of failure. Singletons tend to be crucial objects in an app, so a failure could be disastrous. What about keeping the singleton cache in the web tier (assuming servlets are accessing the EJBs)? This...]]></description>
        

        <pubDate>Wed, 13 Sep 2000 07:57:07 -0400</pubDate>

        

        <jf:creationDate>Wed, 13 Sep 2000 07:57:07 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 13 Sep 2000 07:57:07 -0400</jf:modificationDate>
        <jf:date>Sep 13, 2000</jf:date>
        <jf:author>Rod Johnson</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Using RMI to implement caches developer has full control of how it is going to be used/deployed:...]]></description>
        

        <pubDate>Sun, 10 Sep 2000 19:09:20 -0400</pubDate>

        

        <jf:creationDate>Sun, 10 Sep 2000 19:09:20 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 10 Sep 2000 19:09:20 -0400</jf:modificationDate>
        <jf:date>Sep 10, 2000</jf:date>
        <jf:author>Dimitri Rakitine</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Hi,
<br>
<br>But what about a singleton cache undermining the main purpose of clustering:  failsafety?  What if the VM containing the singleton in a cluster crashes?
<br>
<br>Gene
<br>]]></description>
        

        <pubDate>Sun, 10 Sep 2000 05:54:42 -0400</pubDate>

        

        <jf:creationDate>Sun, 10 Sep 2000 05:54:42 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 10 Sep 2000 05:54:42 -0400</jf:modificationDate>
        <jf:date>Sep 10, 2000</jf:date>
        <jf:author>Gene Chuang</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[I suggested using RMI to implement singleton pattern in general - ...]]></description>
        

        <pubDate>Fri, 08 Sep 2000 13:35:23 -0400</pubDate>

        

        <jf:creationDate>Fri, 08 Sep 2000 13:35:23 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 08 Sep 2000 13:35:23 -0400</jf:modificationDate>
        <jf:date>Sep 8, 2000</jf:date>
        <jf:author>Dimitri Rakitine</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Gene,...]]></description>
        

        <pubDate>Fri, 08 Sep 2000 09:51:11 -0400</pubDate>

        

        <jf:creationDate>Fri, 08 Sep 2000 09:51:11 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 08 Sep 2000 09:51:11 -0400</jf:modificationDate>
        <jf:date>Sep 8, 2000</jf:date>
        <jf:author>Erik van Zijst</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Implementing your own caching is not a moot point if the functionality you have in mind is different from caching strategies offered by EJB container.
<br>
<br>Using singletons in a clustered enviroment is a bad idea, so RMI should be used instead.]]></description>
        

        <pubDate>Wed, 06 Sep 2000 15:21:21 -0400</pubDate>

        

        <jf:creationDate>Wed, 06 Sep 2000 15:21:21 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 06 Sep 2000 15:21:21 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2000</jf:date>
        <jf:author>Dimitri Rakitine</jf:author>
        <jf:replyCount>10</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Hi all,...]]></description>
        

        <pubDate>Wed, 06 Sep 2000 03:07:50 -0400</pubDate>

        

        <jf:creationDate>Wed, 06 Sep 2000 03:07:50 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 06 Sep 2000 03:07:50 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2000</jf:date>
        <jf:author>Gene Chuang</jf:author>
        <jf:replyCount>11</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Justin,
<br>
<br>Of course. Since there's only one instance, your threads can access it simultaneously. So you'll have to make sure you synchronize data manipulation.
<br>
<br>Erik
<br>]]></description>
        

        <pubDate>Mon, 04 Sep 2000 04:46:59 -0400</pubDate>

        

        <jf:creationDate>Mon, 04 Sep 2000 04:46:59 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 04 Sep 2000 04:46:59 -0400</jf:modificationDate>
        <jf:date>Sep 4, 2000</jf:date>
        <jf:author>Erik van Zijst</jf:author>
        <jf:replyCount>12</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[Are there any threading issues when using Singletons?]]></description>
        

        <pubDate>Sat, 02 Sep 2000 13:18:52 -0400</pubDate>

        

        <jf:creationDate>Sat, 02 Sep 2000 13:18:52 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 02 Sep 2000 13:18:52 -0400</jf:modificationDate>
        <jf:date>Sep 2, 2000</jf:date>
        <jf:author>Justin Echternach</jf:author>
        <jf:replyCount>13</jf:replyCount>
    </item>


    <item>

        <title>EJB Cache - with a Singleton</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=765</link>

        

        
            <description><![CDATA[The Gang of Four refers to the 4 guys from Talegent that developed this work. It is the seminal work of patterns. The full title is...]]></description>
        

        <pubDate>Fri, 01 Sep 2000 14:02:31 -0400</pubDate>

        

        <jf:creationDate>Fri, 01 Sep 2000 14:02:31 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 01 Sep 2000 14:02:31 -0400</jf:modificationDate>
        <jf:date>Sep 1, 2000</jf:date>
        <jf:author>Daniel Davison</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>

