<?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 on: Dynamic dropdown (Country/state) with dwr &amp; spring</title>
	<atom:link href="http://www.codercorp.com/blog/spring/dynamic-dropdown-countrystate-with-dwr-spring.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codercorp.com/blog/spring/dynamic-dropdown-countrystate-with-dwr-spring.html</link>
	<description>Everything java</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:25:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Yogesh Chawla</title>
		<link>http://www.codercorp.com/blog/spring/dynamic-dropdown-countrystate-with-dwr-spring.html/comment-page-1#comment-663</link>
		<dc:creator>Yogesh Chawla</dc:creator>
		<pubDate>Fri, 01 Oct 2010 16:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=96#comment-663</guid>
		<description>Whoops, that link above should be:
http://www.codercorp.com/blog/spring/dwr-spring-integration-example-tutorial.html</description>
		<content:encoded><![CDATA[<p>Whoops, that link above should be:<br />
<a href="http://www.codercorp.com/blog/spring/dwr-spring-integration-example-tutorial.html" rel="nofollow">http://www.codercorp.com/blog/spring/dwr-spring-integration-example-tutorial.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Chawla</title>
		<link>http://www.codercorp.com/blog/spring/dynamic-dropdown-countrystate-with-dwr-spring.html/comment-page-1#comment-662</link>
		<dc:creator>Yogesh Chawla</dc:creator>
		<pubDate>Fri, 01 Oct 2010 16:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=96#comment-662</guid>
		<description>Wow, this page coupled with this example:

https://localhost:8443/TrafficStopData/dwr/test/generalDao

are just fantastic.  It would be great if you could get in touch with the Spring folks and get this included in some of the more widely distributed Spring documentation.

Dude, you rock!</description>
		<content:encoded><![CDATA[<p>Wow, this page coupled with this example:</p>
<p><a href="https://localhost:8443/TrafficStopData/dwr/test/generalDao" rel="nofollow">https://localhost:8443/TrafficStopData/dwr/test/generalDao</a></p>
<p>are just fantastic.  It would be great if you could get in touch with the Spring folks and get this included in some of the more widely distributed Spring documentation.</p>
<p>Dude, you rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhijit bora</title>
		<link>http://www.codercorp.com/blog/spring/dynamic-dropdown-countrystate-with-dwr-spring.html/comment-page-1#comment-637</link>
		<dc:creator>abhijit bora</dc:creator>
		<pubDate>Mon, 02 Aug 2010 11:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=96#comment-637</guid>
		<description>Article is very helpful in understanding the DWR works.....
Here i am just confused about the script

dwr-example/dwr/interface/generalDao.js
dwr-example/dwr/engine.js
dwr-example/dwr/util.js

Sir May have these javascript in my mail to get vivid knowledge about this code..
Thanx in advance</description>
		<content:encoded><![CDATA[<p>Article is very helpful in understanding the DWR works&#8230;..<br />
Here i am just confused about the script</p>
<p>dwr-example/dwr/interface/generalDao.js<br />
dwr-example/dwr/engine.js<br />
dwr-example/dwr/util.js</p>
<p>Sir May have these javascript in my mail to get vivid knowledge about this code..<br />
Thanx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>By: Anonymous</title>
		<link>http://www.codercorp.com/blog/spring/dynamic-dropdown-countrystate-with-dwr-spring.html/comment-page-1#comment-508</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 03 Sep 2009 07:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=96#comment-508</guid>
		<description>Hey Buddies,
Does anybody know how to integrate spring&#039;s wizard controller with DWR?

here I&#039;ve seen the ex of populating combo boxes dynamically and i&#039;m implementing the same thing with the help of Jsp &gt; Spring&#039;s Wizard Controller &gt; Service &gt; DAO(Hibernate Queries),i mean i&#039;m populating my combo box values with the help of Controller as here in this eg,only DAO,DWR and Jsp are there in picture.i wanna include my wizard controller(which is interacting with jsp and fetches the data from DAO through hibernate query via Service)in this picture.so can anybody suggest me how to do it?

Thanks in advance :)

With Regards,
Barkha Jasani</description>
		<content:encoded><![CDATA[<p>Hey Buddies,<br />
Does anybody know how to integrate spring&#8217;s wizard controller with DWR?</p>
<p>here I&#8217;ve seen the ex of populating combo boxes dynamically and i&#8217;m implementing the same thing with the help of Jsp &gt; Spring&#8217;s Wizard Controller &gt; Service &gt; DAO(Hibernate Queries),i mean i&#8217;m populating my combo box values with the help of Controller as here in this eg,only DAO,DWR and Jsp are there in picture.i wanna include my wizard controller(which is interacting with jsp and fetches the data from DAO through hibernate query via Service)in this picture.so can anybody suggest me how to do it?</p>
<p>Thanks in advance <img src='http://www.codercorp.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>With Regards,<br />
Barkha Jasani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax based form validation with spring and dwr &#124; Java tips for coders, by coders</title>
		<link>http://www.codercorp.com/blog/spring/dynamic-dropdown-countrystate-with-dwr-spring.html/comment-page-1#comment-147</link>
		<dc:creator>Ajax based form validation with spring and dwr &#124; Java tips for coders, by coders</dc:creator>
		<pubDate>Tue, 10 Feb 2009 11:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=96#comment-147</guid>
		<description>[...] a fan of spring framework and DWR. I have written about integrating the two and about a simple dynamic dropdown using dwr and spring. I&#8217;m going to use the two to validate a very simple form which accepts the user&#8217;s name [...]</description>
		<content:encoded><![CDATA[<p>[...] a fan of spring framework and DWR. I have written about integrating the two and about a simple dynamic dropdown using dwr and spring. I&#8217;m going to use the two to validate a very simple form which accepts the user&#8217;s name [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

