﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-身在城市 心在流浪-最新评论</title><link>http://www.blogjava.net/RhythmOfRain/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Thu, 02 Oct 2008 00:09:34 GMT</pubDate><lastBuildDate>Thu, 02 Oct 2008 00:09:34 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 抛砖引玉－使用Acegi实现多种用户登录的一种方案</title><link>http://www.blogjava.net/RhythmOfRain/archive/2008/10/06/146275.html#232726</link><dc:creator>汪洋</dc:creator><author>汪洋</author><pubDate>Mon, 06 Oct 2008 09:52:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2008/10/06/146275.html#232726</guid><description><![CDATA[好复杂啊,有没有简单一点的<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/232726.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">汪洋</a> 2008-10-06 17:52 <a href="http://www.blogjava.net/RhythmOfRain/archive/2008/10/06/146275.html#232726#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 使用Struts 2实现从哪个页面转进来，处理完毕后就转到原来的页面[未登录]</title><link>http://www.blogjava.net/RhythmOfRain/archive/2008/09/02/186146.html#226359</link><dc:creator>zy</dc:creator><author>zy</author><pubDate>Tue, 02 Sep 2008 05:58:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2008/09/02/186146.html#226359</guid><description><![CDATA[没有baseaction的内容阿<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/226359.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">zy</a> 2008-09-02 13:58 <a href="http://www.blogjava.net/RhythmOfRain/archive/2008/09/02/186146.html#226359#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 使用Struts 2实现从哪个页面转进来，处理完毕后就转到原来的页面</title><link>http://www.blogjava.net/RhythmOfRain/archive/2008/03/15/186146.html#186412</link><dc:creator>隔叶黄莺</dc:creator><author>隔叶黄莺</author><pubDate>Fri, 14 Mar 2008 18:43:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2008/03/15/186146.html#186412</guid><description><![CDATA[很好很实用，顶一下<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/186412.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">隔叶黄莺</a> 2008-03-15 02:43 <a href="http://www.blogjava.net/RhythmOfRain/archive/2008/03/15/186146.html#186412#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 抛砖引玉－使用Acegi实现多种用户登录的一种方案</title><link>http://www.blogjava.net/RhythmOfRain/archive/2007/11/05/146275.html#158178</link><dc:creator>Aspen</dc:creator><author>Aspen</author><pubDate>Mon, 05 Nov 2007 01:38:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2007/11/05/146275.html#158178</guid><description><![CDATA[多种用户登录,用角色来区分吧<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/158178.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">Aspen</a> 2007-11-05 09:38 <a href="http://www.blogjava.net/RhythmOfRain/archive/2007/11/05/146275.html#158178#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 抛砖引玉－使用Acegi实现多种用户登录的一种方案</title><link>http://www.blogjava.net/RhythmOfRain/archive/2007/09/20/146275.html#146724</link><dc:creator>Java初心</dc:creator><author>Java初心</author><pubDate>Thu, 20 Sep 2007 03:30:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2007/09/20/146275.html#146724</guid><description><![CDATA[acegi的dao验证本来就支持USERROLE的吧<br><br>	&lt;bean id=&quot;jdbcDaoImpl&quot;<br>		class=&quot;org.acegisecurity.userdetails.jdbc.JdbcDaoImpl&quot;&gt;<br>		&lt;property name=&quot;dataSource&quot;&gt;<br>			&lt;ref bean=&quot;dataSource&quot; /&gt;<br>		&lt;/property&gt;<br>		&lt;property name=&quot;usersByUsernameQuery&quot;&gt;<br>			&lt;value&gt;<br>				SELECT USERID, PASSWORD,1 FROM T_USER_ROLE<br>				WHERE USERID=?<br>			&lt;/value&gt;<br>		&lt;/property&gt;<br>		&lt;property name=&quot;authoritiesByUsernameQuery&quot;&gt;<br>			&lt;value&gt;<br>				SELECT USERID,USERROLE FROM T_USER_ROLE WHERE<br>				USERID=?<br>			&lt;/value&gt;<br>		&lt;/property&gt;<br>	&lt;/bean&gt;<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/146724.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">Java初心</a> 2007-09-20 11:30 <a href="http://www.blogjava.net/RhythmOfRain/archive/2007/09/20/146275.html#146724#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 抛砖引玉－使用Acegi实现多种用户登录的一种方案</title><link>http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146610</link><dc:creator>雨奏</dc:creator><author>雨奏</author><pubDate>Wed, 19 Sep 2007 13:39:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146610</guid><description><![CDATA[@西滨<br>我倒是觉得处理角色和权限不难。原本系统中员工的角色、权限是如何授予的，客户的角色、权限可以用类似的方法处理<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/146610.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">雨奏</a> 2007-09-19 21:39 <a href="http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146610#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 抛砖引玉－使用Acegi实现多种用户登录的一种方案</title><link>http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146526</link><dc:creator>西滨</dc:creator><author>西滨</author><pubDate>Wed, 19 Sep 2007 08:39:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146526</guid><description><![CDATA[实现多种用户登录倒不难，难的是有了多种用户（像本文的员工和客户）之后，怎么处理不同用户的角色、权限？<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/146526.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">西滨</a> 2007-09-19 16:39 <a href="http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146526#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 抛砖引玉－使用Acegi实现多种用户登录的一种方案</title><link>http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146440</link><dc:creator>雨奏</dc:creator><author>雨奏</author><pubDate>Wed, 19 Sep 2007 05:25:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146440</guid><description><![CDATA[@千里冰封<br>请问怎样配置会更好呢？能简要说说你的办法吗？<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/146440.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">雨奏</a> 2007-09-19 13:25 <a href="http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146440#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 抛砖引玉－使用Acegi实现多种用户登录的一种方案</title><link>http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146403</link><dc:creator>千里冰封</dc:creator><author>千里冰封</author><pubDate>Wed, 19 Sep 2007 04:02:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146403</guid><description><![CDATA[就为了一个登录,这样配置有点复杂了吧:)<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/146403.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">千里冰封</a> 2007-09-19 12:02 <a href="http://www.blogjava.net/RhythmOfRain/archive/2007/09/19/146275.html#146403#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: AppFuse 2.0-M5中文乱码一例与解决办法[未登录]</title><link>http://www.blogjava.net/RhythmOfRain/archive/2007/08/11/127017.html#136120</link><dc:creator>hans</dc:creator><author>hans</author><pubDate>Sat, 11 Aug 2007 14:50:00 GMT</pubDate><guid>http://www.blogjava.net/RhythmOfRain/archive/2007/08/11/127017.html#136120</guid><description><![CDATA[我下载的1.9.4怎么没有导出选项,请问那里设置?<img src ="http://www.blogjava.net/RhythmOfRain/aggbug/136120.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/RhythmOfRain/" target="_blank">hans</a> 2007-08-11 22:50 <a href="http://www.blogjava.net/RhythmOfRain/archive/2007/08/11/127017.html#136120#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>