<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：Struts2的教程资源下载汇总</title>
	<atom:link href="http://huashui.org/post/struts2-resources-study.html/feed" rel="self" type="application/rss+xml" />
	<link>http://huashui.org/post/struts2-resources-study.html</link>
	<description>总是到下雨才想到雨伞，总是到拿雨伞时才发现不见了。</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:49:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>来自：在struts2.1中使用注解和拦截器实现权限细粒度控制 -华水的地方</title>
		<link>http://huashui.org/post/struts2-resources-study.html/comment-page-1#comment-17</link>
		<dc:creator>在struts2.1中使用注解和拦截器实现权限细粒度控制 -华水的地方</dc:creator>
		<pubDate>Sun, 07 Feb 2010 04:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://huashui.org/?p=217#comment-17</guid>
		<description>[...] 正如上一篇文章说的，拦截器是struts2的核心，同时struts2引入了注解的方式。这里就来简单看看针对struts2.1中使用注解和拦截器的开发。 首先要引入struts2.1各包，特别要引入Convention Plugin插件。  本文只是一个简单模拟，因此我们新建两个jsp文件，分别为登录和退出。 login.jsp &lt;%@ page language=&quot;java&quot; pageEncoding=&quot;GB18030&quot;%&gt; &#160; &lt;% pageContext.getSession().setAttribute(&quot;user&quot;,&quot;huashui&quot;); pageContext.getSession().setAttribute(&quot;rights&quot;,&quot;TEST_AUTH&quot;); 登录成功 %&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] 正如上一篇文章说的，拦截器是struts2的核心，同时struts2引入了注解的方式。这里就来简单看看针对struts2.1中使用注解和拦截器的开发。 首先要引入struts2.1各包，特别要引入Convention Plugin插件。  本文只是一个简单模拟，因此我们新建两个jsp文件，分别为登录和退出。 login.jsp &lt;%@ page language=&quot;java&quot; pageEncoding=&quot;GB18030&quot;%&gt; &nbsp; &lt;% pageContext.getSession().setAttribute(&quot;user&quot;,&quot;huashui&quot;); pageContext.getSession().setAttribute(&quot;rights&quot;,&quot;TEST_AUTH&quot;); 登录成功 %&gt; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
