<?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 - Ehcache 1.0 released</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 10:33:57 -0400</pubDate>


    <item>

        <title>business tier</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[check out ehcache-constructs for business tier.<br><br>and of course it works nicely with hibernate :)]]></description>
        

        <pubDate>Sat, 02 Apr 2005 12:55:43 -0500</pubDate>

        

        <jf:creationDate>Sat, 02 Apr 2005 12:55:43 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 02 Apr 2005 12:55:43 -0500</jf:modificationDate>
        <jf:date>Apr 2, 2005</jf:date>
        <jf:author>Jeryl Cook</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Thanks</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[Thanks Olivier,<br>Your post came out, right when I had already decided to go for EHCache along with Hibernate. I'll see if I can correlate the two, and get the Best solution.<br><br>Nitin]]></description>
        

        <pubDate>Wed, 12 Jan 2005 23:50:27 -0500</pubDate>

        

        <jf:creationDate>Wed, 12 Jan 2005 23:50:27 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 12 Jan 2005 23:50:27 -0500</jf:modificationDate>
        <jf:date>Jan 12, 2005</jf:date>
        <jf:author>Nitin Tiwari</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>found it</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[I just found where the concurrent was used (ehcache-constructs).]]></description>
        

        <pubDate>Wed, 12 Jan 2005 10:47:11 -0500</pubDate>

        

        <jf:creationDate>Wed, 12 Jan 2005 10:47:11 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 12 Jan 2005 10:47:11 -0500</jf:modificationDate>
        <jf:date>Jan 12, 2005</jf:date>
        <jf:author>Olivier Allouch</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>take the best of each</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[You can mix them.<br>From OSCache, use all the classes from com.opensymphony.oscache.web.filter, and from ehcache, use it all. All you have to do is adapt the CacheFilter class a bit.<br>EHCache is great, but I find no trace of the &quot;concurrent&quot;...]]></description>
        

        <pubDate>Wed, 12 Jan 2005 10:18:33 -0500</pubDate>

        

        <jf:creationDate>Wed, 12 Jan 2005 10:18:33 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 12 Jan 2005 10:18:33 -0500</jf:modificationDate>
        <jf:date>Jan 12, 2005</jf:date>
        <jf:author>Olivier Allouch</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Can we compare EHCache with OSCache?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[Hi,<br>Can I get a Comparison ( Features and performance wise) of EHCache with OSCache.<br>I am currently in an impression that OSCache can cache portions of JSP pages, which is nowhere documented in the case of EHCache.<br>Also, I want a suggestion on...]]></description>
        

        <pubDate>Mon, 10 Jan 2005 00:26:29 -0500</pubDate>

        

        <jf:creationDate>Mon, 10 Jan 2005 00:26:29 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 10 Jan 2005 00:26:29 -0500</jf:modificationDate>
        <jf:date>Jan 10, 2005</jf:date>
        <jf:author>Nitin Tiwari</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Can this be better than using the session?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[<blockquote>Suppose I have the option to replace all my HttpSession access with such a cache. Can this provide any performance gain?Does anyone has any experience with that?</blockquote><br>WebLogic Server has several ways of caching (read persisting)...]]></description>
        

        <pubDate>Mon, 18 Oct 2004 09:04:57 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Oct 2004 09:04:57 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Oct 2004 09:04:57 -0400</jf:modificationDate>
        <jf:date>Oct 18, 2004</jf:date>
        <jf:author>Mrinal Kanti</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Examples of ehcache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[A sample application which uses ehcache is the Hibernate Object/Relational tool. <br><br>There may be many great home-built caches out there. Ehcache started as one! The reason we did ehcache is probably also its major advantage. We were usng JCS which...]]></description>
        

        <pubDate>Thu, 14 Oct 2004 05:48:33 -0400</pubDate>

        

        <jf:creationDate>Thu, 14 Oct 2004 05:48:33 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 14 Oct 2004 05:48:33 -0400</jf:modificationDate>
        <jf:date>Oct 14, 2004</jf:date>
        <jf:author>Greg Luck</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Examples of ehcache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[Hi There,<br><br>&nbsp;&nbsp;Do you have sample application (say on Tomcat) which uses ehcache ? <br><br>&nbsp;&nbsp;What are the advantages of ehcache over homebuilt caches (which are customized to local requirements ?)<br><br>&nbsp;&nbsp;&nbsp;why...]]></description>
        

        <pubDate>Thu, 14 Oct 2004 00:56:10 -0400</pubDate>

        

        <jf:creationDate>Thu, 14 Oct 2004 00:56:10 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 14 Oct 2004 00:56:10 -0400</jf:modificationDate>
        <jf:date>Oct 14, 2004</jf:date>
        <jf:author>Anjan Bacchu</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Can this be better than using the session?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[I take it you mean storing things in the session and then picking them up on the next request.<br><br>Using a cache gives you the advantage that multiple request threads can access the values in the cache, whereas session scope is limited to the next...]]></description>
        

        <pubDate>Tue, 12 Oct 2004 04:26:07 -0400</pubDate>

        

        <jf:creationDate>Tue, 12 Oct 2004 04:26:07 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 12 Oct 2004 04:26:07 -0400</jf:modificationDate>
        <jf:date>Oct 12, 2004</jf:date>
        <jf:author>Greg Luck</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Can this be better than using the session?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[Suppose I have the option to replace all my HttpSession access with such a cache. Can this provide any performance gain?<br>Does anyone has any experience with that?]]></description>
        

        <pubDate>Tue, 12 Oct 2004 02:27:18 -0400</pubDate>

        

        <jf:creationDate>Tue, 12 Oct 2004 02:27:18 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 12 Oct 2004 02:27:18 -0400</jf:modificationDate>
        <jf:date>Oct 12, 2004</jf:date>
        <jf:author>Zviki Cohen</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Limiting Disk size?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[There is an expiry thread which crawls through the disk store and deletes expired entries. Disk caches tend to grow and then steady state as the number of elements expiring match the number being added. Couple that with the very large size of modern hard...]]></description>
        

        <pubDate>Mon, 11 Oct 2004 22:55:28 -0400</pubDate>

        

        <jf:creationDate>Mon, 11 Oct 2004 22:55:28 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 11 Oct 2004 22:55:28 -0400</jf:modificationDate>
        <jf:date>Oct 11, 2004</jf:date>
        <jf:author>Greg Luck</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Limiting Disk size?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[I read the docs, and it seems like a very easy and simple to use.<br>I have one question regarding the cache size on the disk. <br>I have read that &quot;The DiskStore's size is unbounded&quot;. WHy cannot a limit parameter to this size be added?]]></description>
        

        <pubDate>Mon, 11 Oct 2004 15:51:29 -0400</pubDate>

        

        <jf:creationDate>Mon, 11 Oct 2004 15:51:29 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 11 Oct 2004 15:51:29 -0400</jf:modificationDate>
        <jf:date>Oct 11, 2004</jf:date>
        <jf:author>Doron Orbach</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Ehcache 1.0 released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29332</link>

        

        
            <description><![CDATA[<a href="http://ehcache.sf.net" target="_blank">ehcache 1.0</a> has been released. Ehcache is a small, fast and simple in-process Java cache, available under an open source license. <br><br>Ehcache is now one year old. In that time it has moved it has...]]></description>
        

        <pubDate>Sat, 09 Oct 2004 04:25:20 -0400</pubDate>

        

        <jf:creationDate>Sat, 09 Oct 2004 04:25:20 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 09 Oct 2004 04:25:20 -0400</jf:modificationDate>
        <jf:date>Oct 9, 2004</jf:date>
        <jf:author>Greg Luck</jf:author>
        <jf:replyCount>12</jf:replyCount>
    </item>



</channel>
</rss>

