<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Your first cup of DWR&#8230;</title>
	<link>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/</link>
	<description>Blog on Spring and DWR. AJAX with Spring made easy!</description>
	<pubDate>Sun, 14 Mar 2010 03:30:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Marcels blog &#187; Blog Archive &#187; A Simple Ajax enabled Spring &#38; DWR example</title>
		<link>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-59505</link>
		<dc:creator>Marcels blog &#187; Blog Archive &#187; A Simple Ajax enabled Spring &#38; DWR example</dc:creator>
		<pubDate>Fri, 28 Dec 2007 09:29:09 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-59505</guid>
		<description>[...] More about spring configuration with dwr    Posted in dwr, java, spring &#124; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] More about spring configuration with dwr    Posted in dwr, java, spring | [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo</title>
		<link>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-59370</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Mon, 15 Oct 2007 12:07:43 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-59370</guid>
		<description>Please correct the tags, for example: 

"&#60;" -&#62; "&#60;"</description>
		<content:encoded><![CDATA[<p>Please correct the tags, for example: </p>
<p>&#8220;&lt;&#8221; -&gt; &#8220;&lt;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arie</title>
		<link>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-50938</link>
		<dc:creator>arie</dc:creator>
		<pubDate>Thu, 30 Aug 2007 08:40:27 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-50938</guid>
		<description>Hello bram and any body here.... Can you all help me... i get problem integrating spring and hibernate and dwr. i am using spring 1.2.9 and dwr 2.0. i want to configure dwr.xml so dwr can lookup the beans that has been defined in the ...-servlet.xml(application context). using the configuration like 


		
	

in my application context there are bean with id playManager. but it seems wont work. if i turn the creator into "new", it seems work but i get error message

thank you...</description>
		<content:encoded><![CDATA[<p>Hello bram and any body here&#8230;. Can you all help me&#8230; i get problem integrating spring and hibernate and dwr. i am using spring 1.2.9 and dwr 2.0. i want to configure dwr.xml so dwr can lookup the beans that has been defined in the &#8230;-servlet.xml(application context). using the configuration like </p>
<p>in my application context there are bean with id playManager. but it seems wont work. if i turn the creator into &#8220;new&#8221;, it seems work but i get error message</p>
<p>thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurav</title>
		<link>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-49422</link>
		<dc:creator>saurav</dc:creator>
		<pubDate>Wed, 22 Aug 2007 13:43:05 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-49422</guid>
		<description>Hi,

I just wanted to know uf the DWR is compatible with Spring tlds.
Like i have seen the JS fucntion being called.
So is DWR works in this scenario?.


Thanks and Regards,
Saurav</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just wanted to know uf the DWR is compatible with Spring tlds.<br />
Like i have seen the JS fucntion being called.<br />
So is DWR works in this scenario?.</p>
<p>Thanks and Regards,<br />
Saurav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-46782</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 08 Aug 2007 22:48:04 +0000</pubDate>
		<guid>http://bram.jteam.nl/index.php/2005/04/24/your-first-cup-of-dwr/#comment-46782</guid>
		<description>MB,
  The reason for this is by default spring beans are singletons.  And by default singleton beans are instantiated automatically.  Because of this the dwrcontroller is being instantiated before the context is ready and dwr is choking.  One way to temporarily resolve this is to make sure dwrcontroller is not a singleton.  I am experimenting with the lazy-init attribute but it does not appear to work with singletons.</description>
		<content:encoded><![CDATA[<p>MB,<br />
  The reason for this is by default spring beans are singletons.  And by default singleton beans are instantiated automatically.  Because of this the dwrcontroller is being instantiated before the context is ready and dwr is choking.  One way to temporarily resolve this is to make sure dwrcontroller is not a singleton.  I am experimenting with the lazy-init attribute but it does not appear to work with singletons.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
