<?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>Comments for Java tips for coders, by coders</title>
	<atom:link href="http://www.codercorp.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codercorp.com/blog</link>
	<description>Everything java</description>
	<lastBuildDate>Thu, 04 Mar 2010 05:18:30 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Why ConcurrentHashMap is better than Hashtable and just as good as a HashMap by Shrini</title>
		<link>http://www.codercorp.com/blog/java/why-concurrenthashmap-is-better-than-hashtable-and-just-as-good-hashmap.html/comment-page-1#comment-611</link>
		<dc:creator>Shrini</dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=53#comment-611</guid>
		<description>@rajeshksv

How about storing context in thread local ? But this does not answer your question though ;)</description>
		<content:encoded><![CDATA[<p>@rajeshksv</p>
<p>How about storing context in thread local ? But this does not answer your question though <img src='http://www.codercorp.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dwr + Spring integration example by algol1983</title>
		<link>http://www.codercorp.com/blog/spring/dwr-spring-integration-example-tutorial.html/comment-page-1#comment-610</link>
		<dc:creator>algol1983</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=59#comment-610</guid>
		<description>Thank you)</description>
		<content:encoded><![CDATA[<p>Thank you)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring spring security by angus</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-609</link>
		<dc:creator>angus</dc:creator>
		<pubDate>Sun, 28 Feb 2010 11:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-609</guid>
		<description>could you release a complete war file for testing?</description>
		<content:encoded><![CDATA[<p>could you release a complete war file for testing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring security login and logout form by john</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/spring-security-login-logout-form.html/comment-page-1#comment-608</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=89#comment-608</guid>
		<description>thanks very good information.</description>
		<content:encoded><![CDATA[<p>thanks very good information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring DWR 3.0 with spring using annotations by Aries Satriana</title>
		<link>http://www.codercorp.com/blog/spring/configuring-dwr-30-with-spring-using-annotations.html/comment-page-1#comment-607</link>
		<dc:creator>Aries Satriana</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=217#comment-607</guid>
		<description>I add configuration on applicationContext.xml as describe below :
    
        
        
        
            
                dwrController
            
        
    

Than i kick url : http://localhost:8084/SpringMVCItemCategoryWiringAnnotationDWR/dwr
Viola now I have list about classes known to DWR. But none class controller on there even I already mark with @RemoteProxy and @RemoteMethod.
Error message as describe on my previous comments.
Any ideas? 

Rgds,
Aries</description>
		<content:encoded><![CDATA[<p>I add configuration on applicationContext.xml as describe below :</p>
<p>                dwrController</p>
<p>Than i kick url : <a href="http://localhost:8084/SpringMVCItemCategoryWiringAnnotationDWR/dwr" rel="nofollow">http://localhost:8084/SpringMVCItemCategoryWiringAnnotationDWR/dwr</a><br />
Viola now I have list about classes known to DWR. But none class controller on there even I already mark with @RemoteProxy and @RemoteMethod.<br />
Error message as describe on my previous comments.<br />
Any ideas? </p>
<p>Rgds,<br />
Aries</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring DWR 3.0 with spring using annotations by Aries Satriana</title>
		<link>http://www.codercorp.com/blog/spring/configuring-dwr-30-with-spring-using-annotations.html/comment-page-1#comment-606</link>
		<dc:creator>Aries Satriana</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=217#comment-606</guid>
		<description>I&#039;ve just migrating from DWR 2 into DWR 3.0.
I follow as you describe and viola when I kick url &lt;http://localhost://test/ItemController

I&#039;ve got message on page &quot; Error: java.lang.SecurityException: No class by name: ItemController&quot;.

Any ideas? since I already map using @Controller in my bean.

Rgds,
Aries</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just migrating from DWR 2 into DWR 3.0.<br />
I follow as you describe and viola when I kick url &lt;http://localhost://test/ItemController</p>
<p>I&#8217;ve got message on page &#8221; Error: java.lang.SecurityException: No class by name: ItemController&#8221;.</p>
<p>Any ideas? since I already map using @Controller in my bean.</p>
<p>Rgds,<br />
Aries</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring DWR 3.0 with spring using annotations by Anjan</title>
		<link>http://www.codercorp.com/blog/spring/configuring-dwr-30-with-spring-using-annotations.html/comment-page-1#comment-604</link>
		<dc:creator>Anjan</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=217#comment-604</guid>
		<description>What did u add to fix this issue?</description>
		<content:encoded><![CDATA[<p>What did u add to fix this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring DWR 3.0 with spring using annotations by Anjan</title>
		<link>http://www.codercorp.com/blog/spring/configuring-dwr-30-with-spring-using-annotations.html/comment-page-1#comment-603</link>
		<dc:creator>Anjan</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=217#comment-603</guid>
		<description>Can you please give an example on the JSP how do we invoke DWR method exposed using @RemoteProxy. I know how to do it in DWR and spring 2.5 but not for DWR 3.0 and Spring 3.0 together when used. The article you have written is too good, but I don&#039;t know abt the JSP how I should invoke</description>
		<content:encoded><![CDATA[<p>Can you please give an example on the JSP how do we invoke DWR method exposed using @RemoteProxy. I know how to do it in DWR and spring 2.5 but not for DWR 3.0 and Spring 3.0 together when used. The article you have written is too good, but I don&#8217;t know abt the JSP how I should invoke</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pagination &amp; sorting in jsp&#8217;s with the displaytag taglib &amp; spring by Aries Satriana</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-602</link>
		<dc:creator>Aries Satriana</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-602</guid>
		<description>&lt;!--

--&gt;</description>
		<content:encoded><![CDATA[<p>&lt;!&#8211;</p>
<p>&#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pagination &amp; sorting in jsp&#8217;s with the displaytag taglib &amp; spring by Aries Satriana</title>
		<link>http://www.codercorp.com/blog/spring/pagination-sorting-in-jsps-with-the-displaytag-taglib-example-tutorial.html/comment-page-1#comment-601</link>
		<dc:creator>Aries Satriana</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=145#comment-601</guid>
		<description>&amp;ltdisplay:table uid=&quot;user&quot; name=&quot;sessionScope.userList&quot; defaultsort=&quot;1&quot;  
#                        defaultorder=&quot;ascending&quot; pagesize=&quot;10&quot; requestURI=&quot;&quot; &amp;gt</description>
		<content:encoded><![CDATA[<p>&amp;ltdisplay:table uid=&#8221;user&#8221; name=&#8221;sessionScope.userList&#8221; defaultsort=&#8221;1&#8243;<br />
#                        defaultorder=&#8221;ascending&#8221; pagesize=&#8221;10&#8243; requestURI=&#8221;" &amp;gt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
