<?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>Wed, 28 Jul 2010 18:37:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Dynamic dropdown (Country/state) with dwr &amp; spring by zdfasdf</title>
		<link>http://www.codercorp.com/blog/spring/dynamic-dropdown-countrystate-with-dwr-spring.html/comment-page-1#comment-636</link>
		<dc:creator>zdfasdf</dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=96#comment-636</guid>
		<description>Way to post your code using 10% of the available screen width at best.</description>
		<content:encoded><![CDATA[<p>Way to post your code using 10% of the available screen width at best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring DWR 3.0 with spring using annotations by Enrico Pizzi</title>
		<link>http://www.codercorp.com/blog/spring/configuring-dwr-30-with-spring-using-annotations.html/comment-page-1#comment-635</link>
		<dc:creator>Enrico Pizzi</dc:creator>
		<pubDate>Fri, 23 Jul 2010 11:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=217#comment-635</guid>
		<description>I&#039;m trying to make this work with Spring 3.0.3&#039;s mvc:annotation-driven approach, but have failed so far with exception:

javax.servlet.ServletException: No adapter for handler [org.directwebremoting.spring.DwrController@36d2b3]: Does your handler implement a supported interface like Controller?

The problem is that with mvc:annotation-driven directive, only classes annotated with @Controller stereotype can act as controllers in Spring, but it seems that DwrController is not annotated with @Controller.

Any workaround for this? (aside from modifying the dwr framework to add @Controller to class DwrController)

Thanks,

Enrico</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to make this work with Spring 3.0.3&#8217;s mvc:annotation-driven approach, but have failed so far with exception:</p>
<p>javax.servlet.ServletException: No adapter for handler [org.directwebremoting.spring.DwrController@36d2b3]: Does your handler implement a supported interface like Controller?</p>
<p>The problem is that with mvc:annotation-driven directive, only classes annotated with @Controller stereotype can act as controllers in Spring, but it seems that DwrController is not annotated with @Controller.</p>
<p>Any workaround for this? (aside from modifying the dwr framework to add @Controller to class DwrController)</p>
<p>Thanks,</p>
<p>Enrico</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dwr + Spring integration example by lej</title>
		<link>http://www.codercorp.com/blog/spring/dwr-spring-integration-example-tutorial.html/comment-page-1#comment-634</link>
		<dc:creator>lej</dc:creator>
		<pubDate>Fri, 23 Jul 2010 10:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=59#comment-634</guid>
		<description>(Sorry, repost. Some missing text in my previous post)

I got the same error (javax.servlet.ServletException: No DWR configuration was found in your application context, make sure to define one) following this tutorial. I can’t understand the response above. I declared DWRSpringServlet in web.xml, and dwr:configuration in the app-servlet.xml. For those who successfully done this, need some help here..

Thanks</description>
		<content:encoded><![CDATA[<p>(Sorry, repost. Some missing text in my previous post)</p>
<p>I got the same error (javax.servlet.ServletException: No DWR configuration was found in your application context, make sure to define one) following this tutorial. I can’t understand the response above. I declared DWRSpringServlet in web.xml, and dwr:configuration in the app-servlet.xml. For those who successfully done this, need some help here..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dwr + Spring integration example by lej</title>
		<link>http://www.codercorp.com/blog/spring/dwr-spring-integration-example-tutorial.html/comment-page-1#comment-633</link>
		<dc:creator>lej</dc:creator>
		<pubDate>Fri, 23 Jul 2010 09:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=59#comment-633</guid>
		<description>I got the same error (javax.servlet.ServletException: No DWR configuration was found in your application context, make sure to define one) following this tutorial. I can&#039;t understand the response above. I declared DWRSpringServlet in web.xml, and the   in the app-servlet.xml. For those who successfully done this, need some help here..

Thanks</description>
		<content:encoded><![CDATA[<p>I got the same error (javax.servlet.ServletException: No DWR configuration was found in your application context, make sure to define one) following this tutorial. I can&#8217;t understand the response above. I declared DWRSpringServlet in web.xml, and the   in the app-servlet.xml. For those who successfully done this, need some help here..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing custom UserDetailsService for spring security by TUKsubaru</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/writing-custom-userdetailsservice-for-spring-security.html/comment-page-1#comment-632</link>
		<dc:creator>TUKsubaru</dc:creator>
		<pubDate>Mon, 19 Jul 2010 08:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=118#comment-632</guid>
		<description>Thank very much...
Code is works.</description>
		<content:encoded><![CDATA[<p>Thank very much&#8230;<br />
Code is works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring spring security by juniorsatanas</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-631</link>
		<dc:creator>juniorsatanas</dc:creator>
		<pubDate>Thu, 15 Jul 2010 23:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-631</guid>
		<description>show post !</description>
		<content:encoded><![CDATA[<p>show post !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dwr + Spring integration example by postvard</title>
		<link>http://www.codercorp.com/blog/spring/dwr-spring-integration-example-tutorial.html/comment-page-1#comment-630</link>
		<dc:creator>postvard</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=59#comment-630</guid>
		<description>hi all,
 this is the most understandable source of spring dwr integration, I&#039;ve came across during those two days research ..  I&#039;m using spring 2.5 with dwr 2.x
and what I trying to figure out is that is is mandatory to register hibernate object with type=&quot;hibernate3&quot; or it with type=&#039;bean&#039; it will work too.. as the java sour is not published here I cant understand are your country and state have hibernate mappings or they just spring beans , as you treat them as beans here in config. And one more question 
 
	            
	            

 why do you included methods are not visible in test panel ?</description>
		<content:encoded><![CDATA[<p>hi all,<br />
 this is the most understandable source of spring dwr integration, I&#8217;ve came across during those two days research ..  I&#8217;m using spring 2.5 with dwr 2.x<br />
and what I trying to figure out is that is is mandatory to register hibernate object with type=&#8221;hibernate3&#8243; or it with type=&#8217;bean&#8217; it will work too.. as the java sour is not published here I cant understand are your country and state have hibernate mappings or they just spring beans , as you treat them as beans here in config. And one more question </p>
<p> why do you included methods are not visible in test panel ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing custom UserDetailsService for spring security by Mr. Kudos</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/writing-custom-userdetailsservice-for-spring-security.html/comment-page-1#comment-628</link>
		<dc:creator>Mr. Kudos</dc:creator>
		<pubDate>Wed, 23 Jun 2010 02:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=118#comment-628</guid>
		<description>Kudos for the simplicity and objetctiviy. Saved me a lot of time.</description>
		<content:encoded><![CDATA[<p>Kudos for the simplicity and objetctiviy. Saved me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing custom UserDetailsService for spring security by Screamy</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/writing-custom-userdetailsservice-for-spring-security.html/comment-page-1#comment-627</link>
		<dc:creator>Screamy</dc:creator>
		<pubDate>Tue, 15 Jun 2010 18:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=118#comment-627</guid>
		<description>Concise, to-the-point and _exactly_ what I was looking for.  Thanks!</description>
		<content:encoded><![CDATA[<p>Concise, to-the-point and _exactly_ what I was looking for.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring security login and logout form by IlkirHis0</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/spring-security-login-logout-form.html/comment-page-1#comment-626</link>
		<dc:creator>IlkirHis0</dc:creator>
		<pubDate>Mon, 31 May 2010 15:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=89#comment-626</guid>
		<description>Hi all, can somebody aid please.

For what reason will not the hyperlinks at the top of the website webpage that post a comment work for me?

Appreciate it</description>
		<content:encoded><![CDATA[<p>Hi all, can somebody aid please.</p>
<p>For what reason will not the hyperlinks at the top of the website webpage that post a comment work for me?</p>
<p>Appreciate it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
