<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Komentarze do My Ordinary Thoughts</title>
	<atom:link href="http://ordinarythoughts.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ordinarythoughts.org</link>
	<description>Thoughts about Java, Ruby, Cloud, Girls...</description>
	<lastBuildDate>Sat, 01 Jan 2011 12:42:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Skomentuj PermissionStore w JBoss Seam 2.1 &#8211; ograniczanie odwołań do bazy przy sprawdzaniu uprawnień, którego autorem jest Syed</title>
		<link>http://ordinarythoughts.org/2008/11/16/permissionstore-w-jboss-seam-21-ograniczanie-odwolan-do-bazy-przy-sprawdzaniu-uprawnien/#comment-141</link>
		<dc:creator><![CDATA[Syed]]></dc:creator>
		<pubDate>Sat, 01 Jan 2011 12:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://javavsme.wordpress.com/?p=48#comment-141</guid>
		<description><![CDATA[Hey Marek,

I am trying  your example, I have some issues: I debugged the code and it seems that it actually checks the permissions everytime I try to load the page with hasPermission, from somewhere it hist the permission model table. BUT in  only the case when it doesnot have any permission does it come into this permissionresovler and run the hasPermission method. 

Like user 1 has permissions to update,list and add but does not have the permission to delete, now My page has permission on delete button only, so each time I try to load the page with delete button first it checks if the user has permission to delete (from somewhere) and if yes it doesn&#039;t come into my hasPermission method, if it does not have permission then it comes into my hasPermission method to recheck. 

So what I am trying to say is that it actually does check with DB and hits the permission table to retrieve the permission for the user at every point even after having this resolver. Which component is doing that is beyond my understanding. 

Did you see this. Why is my resolver&#039;s hasPermission method not the first one to kick in and some other class hits the db and only in one case does it come into my class. What could be wrong. I will really appreciate your help.

Syed...]]></description>
		<content:encoded><![CDATA[<p>Hey Marek,</p>
<p>I am trying  your example, I have some issues: I debugged the code and it seems that it actually checks the permissions everytime I try to load the page with hasPermission, from somewhere it hist the permission model table. BUT in  only the case when it doesnot have any permission does it come into this permissionresovler and run the hasPermission method. </p>
<p>Like user 1 has permissions to update,list and add but does not have the permission to delete, now My page has permission on delete button only, so each time I try to load the page with delete button first it checks if the user has permission to delete (from somewhere) and if yes it doesn&#8217;t come into my hasPermission method, if it does not have permission then it comes into my hasPermission method to recheck. </p>
<p>So what I am trying to say is that it actually does check with DB and hits the permission table to retrieve the permission for the user at every point even after having this resolver. Which component is doing that is beyond my understanding. </p>
<p>Did you see this. Why is my resolver&#8217;s hasPermission method not the first one to kick in and some other class hits the db and only in one case does it come into my class. What could be wrong. I will really appreciate your help.</p>
<p>Syed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Klastrowanie aplikacji w serwerze JBoss AS 4.2.x (część 1 &#8211; wstęp do klastrowania), którego autorem jest Michael</title>
		<link>http://ordinarythoughts.org/2008/12/01/klastrowanie-aplikacji-w-serwerze-jboss-as-42x-czesc-1-wstep-do-klastrowania/#comment-123</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Wed, 14 Apr 2010 05:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://javavsme.wordpress.com/?p=89#comment-123</guid>
		<description><![CDATA[Can I deploy standard old struts application and it will balance loading?]]></description>
		<content:encoded><![CDATA[<p>Can I deploy standard old struts application and it will balance loading?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Uruchomienie cacheowania encji w JBoss AS 4.2.x, którego autorem jest Marek Goldmann</title>
		<link>http://ordinarythoughts.org/2008/11/15/uruchomienie-cacheowania-encji-w-jboss-as-42x/#comment-104</link>
		<dc:creator><![CDATA[Marek Goldmann]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 10:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://javavsme.wordpress.com/?p=23#comment-104</guid>
		<description><![CDATA[Myślę, że warto zajrzeć również &lt;a href=&quot;http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/2.2.1.GA/pojo/userguide_en/html/ch04s03s02.html&quot; rel=&quot;nofollow&quot;&gt;tutaj&lt;/a&gt; oraz &lt;a href=&quot;http://books.google.pl/books?id=T5okbaR3X2kC&amp;pg=PA104&amp;dq=%40javax.persistence.Transient&amp;ei=L1t5SqamA5OMzgSalcXMDA#v=onepage&amp;q=%40javax.persistence.Transient&amp;f=false&quot; rel=&quot;nofollow&quot;&gt;tutaj&lt;/a&gt;. Zauważ, że są to dwie różne adnotacje, nie wiem której używasz.

Przyznam się, że tego kawałka o &lt;code&gt;@Transient&lt;/code&gt; w Pro EJB nie do końca rozumiem.]]></description>
		<content:encoded><![CDATA[<p>Myślę, że warto zajrzeć również <a href="http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/2.2.1.GA/pojo/userguide_en/html/ch04s03s02.html" rel="nofollow">tutaj</a> oraz <a href="http://books.google.pl/books?id=T5okbaR3X2kC&amp;pg=PA104&amp;dq=%40javax.persistence.Transient&amp;ei=L1t5SqamA5OMzgSalcXMDA#v=onepage&amp;q=%40javax.persistence.Transient&amp;f=false" rel="nofollow">tutaj</a>. Zauważ, że są to dwie różne adnotacje, nie wiem której używasz.</p>
<p>Przyznam się, że tego kawałka o <code>@Transient</code> w Pro EJB nie do końca rozumiem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Uruchomienie cacheowania encji w JBoss AS 4.2.x, którego autorem jest krzesimir</title>
		<link>http://ordinarythoughts.org/2008/11/15/uruchomienie-cacheowania-encji-w-jboss-as-42x/#comment-103</link>
		<dc:creator><![CDATA[krzesimir]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 10:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://javavsme.wordpress.com/?p=23#comment-103</guid>
		<description><![CDATA[Dzięki za tak szybką odpowiedź.
http://books.google.pl/books?id=fVCuB_Xq3pAC&amp;printsec=frontcover&amp;dq=pro+ejb+3&amp;ei=KkhwSoLwNYmGzASGu6zdDg#v=onepage&amp;q=&amp;f=false
Na 82 stronie tejże książki jest napisane (przynajmniej tak mi się wydaje :) ) że w odróźnieniu od javowego słowa kluczowego transient, adnotacja @Tranisent powoduje że zmienna jest serializowana]]></description>
		<content:encoded><![CDATA[<p>Dzięki za tak szybką odpowiedź.<br />
<a href="http://books.google.pl/books?id=fVCuB_Xq3pAC&#038;printsec=frontcover&#038;dq=pro+ejb+3&#038;ei=KkhwSoLwNYmGzASGu6zdDg#v=onepage&#038;q=&#038;f=false" rel="nofollow">http://books.google.pl/books?id=fVCuB_Xq3pAC&#038;printsec=frontcover&#038;dq=pro+ejb+3&#038;ei=KkhwSoLwNYmGzASGu6zdDg#v=onepage&#038;q=&#038;f=false</a><br />
Na 82 stronie tejże książki jest napisane (przynajmniej tak mi się wydaje :) ) że w odróźnieniu od javowego słowa kluczowego transient, adnotacja @Tranisent powoduje że zmienna jest serializowana</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Uruchomienie cacheowania encji w JBoss AS 4.2.x, którego autorem jest Marek Goldmann</title>
		<link>http://ordinarythoughts.org/2008/11/15/uruchomienie-cacheowania-encji-w-jboss-as-42x/#comment-102</link>
		<dc:creator><![CDATA[Marek Goldmann]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://javavsme.wordpress.com/?p=23#comment-102</guid>
		<description><![CDATA[Tak jak mówisz, pola oznaczone &lt;code&gt;@Transient&lt;/code&gt; nie są zapisywane w pamięci podręcznej.

Znalezione w sieci:

&lt;blockquote&gt;Zmienna oznaczona jako transient jest pomijana w procesie serializacji obiektu (serializacja (dodana w Java 5) – zapis stanu obiektu np. do pliku, aby móc go w późniejszym czasie odtworzyć).&lt;/blockquote&gt;
]]></description>
		<content:encoded><![CDATA[<p>Tak jak mówisz, pola oznaczone <code>@Transient</code> nie są zapisywane w pamięci podręcznej.</p>
<p>Znalezione w sieci:</p>
<blockquote><p>Zmienna oznaczona jako transient jest pomijana w procesie serializacji obiektu (serializacja (dodana w Java 5) – zapis stanu obiektu np. do pliku, aby móc go w późniejszym czasie odtworzyć).</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Uruchomienie cacheowania encji w JBoss AS 4.2.x, którego autorem jest krzesimir</title>
		<link>http://ordinarythoughts.org/2008/11/15/uruchomienie-cacheowania-encji-w-jboss-as-42x/#comment-101</link>
		<dc:creator><![CDATA[krzesimir]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://javavsme.wordpress.com/?p=23#comment-101</guid>
		<description><![CDATA[Cześć, 
mam pytanie dotyczące zachowania pól oznaczonych @Transient, czy one też są zapamiętywane w cache ? 
Przeprowadzałem małe testy, i gdy chciałem odczytać wartość tego pola zawsze dostawałem nulla.]]></description>
		<content:encoded><![CDATA[<p>Cześć,<br />
mam pytanie dotyczące zachowania pól oznaczonych @Transient, czy one też są zapamiętywane w cache ?<br />
Przeprowadzałem małe testy, i gdy chciałem odczytać wartość tego pola zawsze dostawałem nulla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Manik Surtani i Adrian Cole w Polsce, którego autorem jest Marek Goldmann</title>
		<link>http://ordinarythoughts.org/2009/07/23/manik-surtani-i-adrian-cole-w-polsce/#comment-96</link>
		<dc:creator><![CDATA[Marek Goldmann]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 21:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://ordinarythoughts.org/?p=680#comment-96</guid>
		<description><![CDATA[A widzisz, tak to jest jak się szybko czyta :) Dzięki za sprostowanie!]]></description>
		<content:encoded><![CDATA[<p>A widzisz, tak to jest jak się szybko czyta :) Dzięki za sprostowanie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Manik Surtani i Adrian Cole w Polsce, którego autorem jest Ania</title>
		<link>http://ordinarythoughts.org/2009/07/23/manik-surtani-i-adrian-cole-w-polsce/#comment-95</link>
		<dc:creator><![CDATA[Ania]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 14:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://ordinarythoughts.org/?p=680#comment-95</guid>
		<description><![CDATA[nie bez Adriana, tylko bez Manika :) adres w Wawie: 24 lipca, godz. 18:00 – 20:00 na Uniwersytecie Warszawskim, Wydział Matematyki, Informatyki i Mechaniki na ul. Banacha 2, sala 5440.]]></description>
		<content:encoded><![CDATA[<p>nie bez Adriana, tylko bez Manika :) adres w Wawie: 24 lipca, godz. 18:00 – 20:00 na Uniwersytecie Warszawskim, Wydział Matematyki, Informatyki i Mechaniki na ul. Banacha 2, sala 5440.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Migracja aplikacji z JBoss AS 4.2.3 do JBoss AS 5, którego autorem jest Marek Goldmann</title>
		<link>http://ordinarythoughts.org/2008/12/15/migracja-aplikacji-z-jboss-as-423-do-jboss-as-5/#comment-84</link>
		<dc:creator><![CDATA[Marek Goldmann]]></dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://javavsme.wordpress.com/?p=163#comment-84</guid>
		<description><![CDATA[Tak też uczynię, bo pewnie za jakiś czas będę musiał napisać coś w Seamie.]]></description>
		<content:encoded><![CDATA[<p>Tak też uczynię, bo pewnie za jakiś czas będę musiał napisać coś w Seamie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Skomentuj Migracja aplikacji z JBoss AS 4.2.3 do JBoss AS 5, którego autorem jest Sławek</title>
		<link>http://ordinarythoughts.org/2008/12/15/migracja-aplikacji-z-jboss-as-423-do-jboss-as-5/#comment-83</link>
		<dc:creator><![CDATA[Sławek]]></dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://javavsme.wordpress.com/?p=163#comment-83</guid>
		<description><![CDATA[ooo, fakt, na przyszłość się przyda info :)

Jakbyś kiedyś w przyszłości ... wiedział jak zwalczyć problem to umieść krótką notkę tutaj w konemtarzach, a mnie sie mail dostanie z powiadomieniem :)]]></description>
		<content:encoded><![CDATA[<p>ooo, fakt, na przyszłość się przyda info :)</p>
<p>Jakbyś kiedyś w przyszłości &#8230; wiedział jak zwalczyć problem to umieść krótką notkę tutaj w konemtarzach, a mnie sie mail dostanie z powiadomieniem :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

