<?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; 注解</title>
	<atom:link href="http://www.yybean.com/tag/%e6%b3%a8%e8%a7%a3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yybean.com</link>
	<description>一个java web精品小站...</description>
	<lastBuildDate>Thu, 05 Jan 2012 07:11:21 +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;在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>使用spring-modules-0.9实现注解缓存</title>
		<link>http://www.yybean.com/using-spring-modules-0-9-to-achieve-annotation-cache</link>
		<comments>http://www.yybean.com/using-spring-modules-0-9-to-achieve-annotation-cache#comments</comments>
		<pubDate>Fri, 21 May 2010 03:16:06 +0000</pubDate>
		<dc:creator>yybean</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[框架整合]]></category>
		<category><![CDATA[缓存]]></category>
		<category><![CDATA[springmodules]]></category>
		<category><![CDATA[注解]]></category>
		<category><![CDATA[注解驱动]]></category>

		<guid isPermaLink="false">http://www.yybean.com/using-spring-modules-0-9-to-achieve-annotation-cache</guid>
		<description><![CDATA[&#160; 

关于spring实现ehcache有很多方法，很多都是利用aop来实现，我认为采用注解的方式更灵活，配置也更简洁。下面就是我利用spring-modules-0.9实现的注解缓存。 

配置文件如下：

<span class="readmore"><a href="http://www.yybean.com/using-spring-modules-0-9-to-achieve-annotation-cache" title="使用spring-modules-0.9实现注解缓存">阅读全文——共1779字</a></span>]]></description>
		<wfw:commentRss>http://www.yybean.com/using-spring-modules-0-9-to-achieve-annotation-cache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于springmodules的缓存方案</title>
		<link>http://www.yybean.com/caching-scheme-based-on-springmodules</link>
		<comments>http://www.yybean.com/caching-scheme-based-on-springmodules#comments</comments>
		<pubDate>Fri, 21 May 2010 03:15:19 +0000</pubDate>
		<dc:creator>yybean</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[框架整合]]></category>
		<category><![CDATA[缓存]]></category>
		<category><![CDATA[springmodules]]></category>
		<category><![CDATA[方案]]></category>
		<category><![CDATA[注解]]></category>

		<guid isPermaLink="false">http://www.yybean.com/caching-scheme-based-on-springmodules</guid>
		<description><![CDATA[简介&#160;&#160;&#160;&#160; 

&#160;&#160;&#160;&#160;&#160; 通常在系统开发中，必不可少的要使用到缓存(Cache)，如用户信息、字典信息都会使用缓存来提高性能；但是如何使用好缓存是个需要深入研究的话题，缓存方案没有通用性，针对不同的应用层面，缓存的设计通常也是千差万别的！这里只是介绍了一种比较轻量级、无侵入的缓存方案，该方案基于Spring+SpringModules。 

目的

<span class="readmore"><a href="http://www.yybean.com/caching-scheme-based-on-springmodules" title="基于springmodules的缓存方案">阅读全文——共3469字</a></span>]]></description>
		<wfw:commentRss>http://www.yybean.com/caching-scheme-based-on-springmodules/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

