<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>yybean.com Java编程 Web开发 Ajax技术 Spring框架 Struts2框架 Hibernate技术 在线文档 &#187; 专题-Ehcache入门系列</title>
	<atom:link href="http://www.yybean.com/category/cache/ehcache-getting-started-series/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yybean.com</link>
	<description>一个java web精品小站...</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:32:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>EHCache入门系列(五)&#8211;分布式缓存集群环境配置</title>
		<link>http://www.yybean.com/ehcache-getting-started-series-5-a-distributed-cache-cluster-environment-configuration</link>
		<comments>http://www.yybean.com/ehcache-getting-started-series-5-a-distributed-cache-cluster-environment-configuration#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:18:18 +0000</pubDate>
		<dc:creator>yybean</dc:creator>
				<category><![CDATA[专题-Ehcache入门系列]]></category>
		<category><![CDATA[缓存]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[ehcache 集群]]></category>
		<category><![CDATA[ehcache分布式]]></category>
		<category><![CDATA[ehcache分布式缓存]]></category>
		<category><![CDATA[ehcache集群配置]]></category>

		<guid isPermaLink="false">http://www.yybean.com/ehcache-getting-started-series-5-a-distributed-cache-cluster-environment-configuration</guid>
		<description><![CDATA[ehcache提供三种网络连接策略来实现集群，rmi,jgroup还有jms。同时ehcache可以可以实现多播的方式实现集群,也可以手动指定集群主机序列实现集群。

首推荐官方文档:http://ehcache.org/documentation/distributed_caching.html

&#160;

<span class="readmore"><a href="http://www.yybean.com/ehcache-getting-started-series-5-a-distributed-cache-cluster-environment-configuration" title="EHCache入门系列(五)&#8211;分布式缓存集群环境配置">阅读全文——共5808字</a></span>]]></description>
		<wfw:commentRss>http://www.yybean.com/ehcache-getting-started-series-5-a-distributed-cache-cluster-environment-configuration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EHCache入门系列(四)&#8211;在Spring中运用EHCache</title>
		<link>http://www.yybean.com/ehcache-getting-started-series-4-in-the-spring-in-the-use-of-ehcache</link>
		<comments>http://www.yybean.com/ehcache-getting-started-series-4-in-the-spring-in-the-use-of-ehcache#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:16:57 +0000</pubDate>
		<dc:creator>yybean</dc:creator>
				<category><![CDATA[专题-Ehcache入门系列]]></category>
		<category><![CDATA[缓存]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[ehcache介绍]]></category>
		<category><![CDATA[ehcache使用]]></category>
		<category><![CDATA[ehcache入门]]></category>
		<category><![CDATA[springmodules]]></category>
		<category><![CDATA[注解]]></category>

		<guid isPermaLink="false">http://www.yybean.com/ehcache-getting-started-series-4-in-the-spring-in-the-use-of-ehcache</guid>
		<description><![CDATA[主要使用Spring提供的springmodules和EHCache来简化程序的开发，通过配置文件来完成提供缓存。参考springmodules的文档。

参考

基于springmodules的缓存方案

<span class="readmore"><a href="http://www.yybean.com/ehcache-getting-started-series-4-in-the-spring-in-the-use-of-ehcache" title="EHCache入门系列(四)&#8211;在Spring中运用EHCache">阅读全文——共2830字</a></span>]]></description>
		<wfw:commentRss>http://www.yybean.com/ehcache-getting-started-series-4-in-the-spring-in-the-use-of-ehcache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EHCache入门系列(三)&#8211;在Hibernate 中运用EHCache</title>
		<link>http://www.yybean.com/ehcache-getting-started-series-3-in-the-use-of-hibernate-in-ehcache</link>
		<comments>http://www.yybean.com/ehcache-getting-started-series-3-in-the-use-of-hibernate-in-ehcache#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:16:00 +0000</pubDate>
		<dc:creator>yybean</dc:creator>
				<category><![CDATA[专题-Ehcache入门系列]]></category>
		<category><![CDATA[缓存]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[ehcache入门]]></category>
		<category><![CDATA[ehcache简介]]></category>
		<category><![CDATA[ehcache缓存]]></category>

		<guid isPermaLink="false">http://www.yybean.com/ehcache-getting-started-series-3-in-the-use-of-hibernate-in-ehcache</guid>
		<description><![CDATA[1、hibernate.cfg.xml中需设置如下：

3系列版本加入

&#60;property name=” hibernate.cache.provider_class”&#62;

<span class="readmore"><a href="http://www.yybean.com/ehcache-getting-started-series-3-in-the-use-of-hibernate-in-ehcache" title="EHCache入门系列(三)&#8211;在Hibernate 中运用EHCache">阅读全文——共715字</a></span>]]></description>
		<wfw:commentRss>http://www.yybean.com/ehcache-getting-started-series-3-in-the-use-of-hibernate-in-ehcache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EHCache入门系列(二)&#8211;在工程中单独使用</title>
		<link>http://www.yybean.com/ehcache-getting-started-series-ii-in-the-projects-alone</link>
		<comments>http://www.yybean.com/ehcache-getting-started-series-ii-in-the-projects-alone#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:15:15 +0000</pubDate>
		<dc:creator>yybean</dc:creator>
				<category><![CDATA[专题-Ehcache入门系列]]></category>
		<category><![CDATA[缓存]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[ehcache入门]]></category>
		<category><![CDATA[ehcache简介]]></category>
		<category><![CDATA[ehcache缓存]]></category>

		<guid isPermaLink="false">http://www.yybean.com/ehcache-getting-started-series-ii-in-the-projects-alone</guid>
		<description><![CDATA[1.创建CacheManager （net.sf.ehcache.CacheManager）

（1）使用默认配置文件创建

CacheManager manager = CacheManager.create(); 

<span class="readmore"><a href="http://www.yybean.com/ehcache-getting-started-series-ii-in-the-projects-alone" title="EHCache入门系列(二)&#8211;在工程中单独使用">阅读全文——共1217字</a></span>]]></description>
		<wfw:commentRss>http://www.yybean.com/ehcache-getting-started-series-ii-in-the-projects-alone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EHCache入门系列(一)&#8211;简介及配置</title>
		<link>http://www.yybean.com/ehcache-getting-started-series-1-introduction-and-configuration</link>
		<comments>http://www.yybean.com/ehcache-getting-started-series-1-introduction-and-configuration#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:13:50 +0000</pubDate>
		<dc:creator>yybean</dc:creator>
				<category><![CDATA[专题-Ehcache入门系列]]></category>
		<category><![CDATA[缓存]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[ehcache入门]]></category>
		<category><![CDATA[ehcache简介]]></category>
		<category><![CDATA[ehcache缓存]]></category>

		<guid isPermaLink="false">http://www.yybean.com/ehcache-getting-started-series-1-introduction-and-configuration</guid>
		<description><![CDATA[一、简介

ehcache 是一个非常轻量级的缓存实现，而且从1.2 之后就支持了集群，而且是hibernate 默认的缓存provider 。EhCache 是一个纯Java的进程内缓存框架，具有快速、精干等特点，是Hibernate中默认的CacheProvider。

Ehcache可以直接使用。也可以和Hibernate对象/关系框架结合使用。还可以做Servlet缓存。

<span class="readmore"><a href="http://www.yybean.com/ehcache-getting-started-series-1-introduction-and-configuration" title="EHCache入门系列(一)&#8211;简介及配置">阅读全文——共1694字</a></span>]]></description>
		<wfw:commentRss>http://www.yybean.com/ehcache-getting-started-series-1-introduction-and-configuration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

