<?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: DWR and Hibernate 3.x</title>
	<atom:link href="http://www.butterdev.com/dwr/2008/12/dwr-and-hibernate-3x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.butterdev.com/dwr/2008/12/dwr-and-hibernate-3x/</link>
	<description>David Marginian's Blog</description>
	<lastBuildDate>Fri, 22 Oct 2010 14:58:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: creativeprogramming.it &#187; Archive &#187; DWR 3.0 And Bespin are Coming</title>
		<link>http://www.butterdev.com/dwr/2008/12/dwr-and-hibernate-3x/comment-page-1/#comment-99</link>
		<dc:creator>creativeprogramming.it &#187; Archive &#187; DWR 3.0 And Bespin are Coming</dc:creator>
		<pubDate>Thu, 03 Dec 2009 23:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.butterdev.com/dwr/2008/12/dwr-and-hibernate-3x/#comment-99</guid>
		<description>[...] (anything, including file input to java byte stream for easy uploading a file via ajax) hibernate integration, the best anti-hajacking security system, and in the upcoming 3.0 release with a fantastic [...]</description>
		<content:encoded><![CDATA[<p>[...] (anything, including file input to java byte stream for easy uploading a file via ajax) hibernate integration, the best anti-hajacking security system, and in the upcoming 3.0 release with a fantastic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindsey C.</title>
		<link>http://www.butterdev.com/dwr/2008/12/dwr-and-hibernate-3x/comment-page-1/#comment-96</link>
		<dc:creator>Lindsey C.</dc:creator>
		<pubDate>Fri, 25 Sep 2009 19:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.butterdev.com/dwr/2008/12/dwr-and-hibernate-3x/#comment-96</guid>
		<description>For anyone that stumbles accross this, ensure you exclude ALL methods that access your property.

ie: getTitles() which references the collection members.
AND getTitleCount() which references the collection.size().

so the correct exclude looks like:
dwr:exclude method=&quot;titles, titleCount, categoryLanguages&quot;</description>
		<content:encoded><![CDATA[<p>For anyone that stumbles accross this, ensure you exclude ALL methods that access your property.</p>
<p>ie: getTitles() which references the collection members.<br />
AND getTitleCount() which references the collection.size().</p>
<p>so the correct exclude looks like:<br />
dwr:exclude method=&#8221;titles, titleCount, categoryLanguages&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindsey C.</title>
		<link>http://www.butterdev.com/dwr/2008/12/dwr-and-hibernate-3x/comment-page-1/#comment-95</link>
		<dc:creator>Lindsey C.</dc:creator>
		<pubDate>Thu, 24 Sep 2009 19:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.butterdev.com/dwr/2008/12/dwr-and-hibernate-3x/#comment-95</guid>
		<description>Thanks for the article, you confirmed my theories, though I&#039;m still having fetching problems with exclude.

I&#039;ve based my app following the petclinic example in Spring 2 and my beans us a collection getter in the format:
private Set titles;
getTitles() &lt;- this does retrieval with sorting and returns a List
getTitlesInternal() &lt;- this just gets the Set and returns a Set, getTitles() calls this function inherently

In my DWR xml if I use exclude the titles property it never excludes it and always runs N+1 selects to fetch each, whether I configure it as a bean or hibernate3 type. My workaround is to just use include &quot;property1,property2,property3&quot; and then it doesn&#039;t fetch the collections I wont need. Just wondering if you&#039;ve seen anything like this before.</description>
		<content:encoded><![CDATA[<p>Thanks for the article, you confirmed my theories, though I&#8217;m still having fetching problems with exclude.</p>
<p>I&#8217;ve based my app following the petclinic example in Spring 2 and my beans us a collection getter in the format:<br />
private Set titles;<br />
getTitles() &lt;- this does retrieval with sorting and returns a List<br />
getTitlesInternal() &lt;- this just gets the Set and returns a Set, getTitles() calls this function inherently</p>
<p>In my DWR xml if I use exclude the titles property it never excludes it and always runs N+1 selects to fetch each, whether I configure it as a bean or hibernate3 type. My workaround is to just use include &#8220;property1,property2,property3&#8243; and then it doesn&#8217;t fetch the collections I wont need. Just wondering if you&#8217;ve seen anything like this before.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.butterdev.com @ 2012-02-08 02:37:13 by W3 Total Cache -->
