<?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 Foundation Libre</title>
	<atom:link href="http://brie.com/brian/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://brie.com/brian/blog</link>
	<description>Programming And Stuff</description>
	<lastBuildDate>Thu, 16 Feb 2012 22:37:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Callbacks and Wicket by Brian Lavender</title>
		<link>http://brie.com/brian/blog/?p=65#comment-532</link>
		<dc:creator>Brian Lavender</dc:creator>
		<pubDate>Thu, 16 Feb 2012 22:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://brie.com/brian/blog/?p=65#comment-532</guid>
		<description>Hmm, it looks like it might have. I am going to have to look at this.</description>
		<content:encoded><![CDATA[<p>Hmm, it looks like it might have. I am going to have to look at this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Callbacks and Wicket by Brian Lavender</title>
		<link>http://brie.com/brian/blog/?p=65#comment-531</link>
		<dc:creator>Brian Lavender</dc:creator>
		<pubDate>Thu, 16 Feb 2012 22:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://brie.com/brian/blog/?p=65#comment-531</guid>
		<description>Laurent, did you put a &lt;Cheese&gt; in place of the &lt;T&gt;? I wonder if wordpress removed it?</description>
		<content:encoded><![CDATA[<p>Laurent, did you put a <cheese> in place of the <t>? I wonder if wordpress removed it?</t></cheese></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Callbacks and Wicket by Laurent</title>
		<link>http://brie.com/brian/blog/?p=65#comment-529</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Thu, 16 Feb 2012 14:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://brie.com/brian/blog/?p=65#comment-529</guid>
		<description>Proper wicket use of Link in your case (and that remove a nasty cast!) :

&lt;code&gt;
public class AddCheeseCB extends Link {
    private Cart myCart;
    private static final long serialVersionUID = 1L;
    public AddCheeseCB(String id, IModel cheeseModel, Cart cart) {
        super(id, model);
        myCart = cart;
    }
    @Override
    public void onClick() {
        Cheese selected = getModelObject();
        myCart.getCheeses().add(selected);
    }
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Proper wicket use of Link in your case (and that remove a nasty cast!) :</p>
<p><code><br />
public class AddCheeseCB extends Link {<br />
    private Cart myCart;<br />
    private static final long serialVersionUID = 1L;<br />
    public AddCheeseCB(String id, IModel cheeseModel, Cart cart) {<br />
        super(id, model);<br />
        myCart = cart;<br />
    }<br />
    @Override<br />
    public void onClick() {<br />
        Cheese selected = getModelObject();<br />
        myCart.getCheeses().add(selected);<br />
    }<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wicket meets Hibernate by Brian Lavender</title>
		<link>http://brie.com/brian/blog/?p=54#comment-70</link>
		<dc:creator>Brian Lavender</dc:creator>
		<pubDate>Fri, 27 May 2011 17:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://brie.com/brian/blog/?p=54#comment-70</guid>
		<description>Thanks Bob!</description>
		<content:encoded><![CDATA[<p>Thanks Bob!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wicket meets Hibernate by Bob R</title>
		<link>http://brie.com/brian/blog/?p=54#comment-69</link>
		<dc:creator>Bob R</dc:creator>
		<pubDate>Fri, 27 May 2011 16:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://brie.com/brian/blog/?p=54#comment-69</guid>
		<description>Good job, Brian! You&#039;re the man!</description>
		<content:encoded><![CDATA[<p>Good job, Brian! You&#8217;re the man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding many-to-many in Hibernate by Brian Lavender</title>
		<link>http://brie.com/brian/blog/?p=35#comment-5</link>
		<dc:creator>Brian Lavender</dc:creator>
		<pubDate>Sat, 02 Apr 2011 02:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://brie.com/brian/blog/?p=35#comment-5</guid>
		<description>It turns out that I had robots.txt denying all robots.txt long ago for some dumb reason. I have since taken that out, so hopefully Google, and other engines, will index it now.</description>
		<content:encoded><![CDATA[<p>It turns out that I had robots.txt denying all robots.txt long ago for some dumb reason. I have since taken that out, so hopefully Google, and other engines, will index it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding many-to-many in Hibernate by PandaBear</title>
		<link>http://brie.com/brian/blog/?p=35#comment-4</link>
		<dc:creator>PandaBear</dc:creator>
		<pubDate>Thu, 31 Mar 2011 17:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://brie.com/brian/blog/?p=35#comment-4</guid>
		<description>I can&#039;t really google and get to your blog.  Why&#039;s that?  I was just thinking that since you are writing these blogs, you may want to make it available also to those who may not access your blog through your website directly.  i.e.  I was hoping that I can just google something like &quot;hibernate tutorial&quot; and have your blogs popped-up on the search, as these blogs are easy to follow and they should be shared to the general public....I think.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t really google and get to your blog.  Why&#8217;s that?  I was just thinking that since you are writing these blogs, you may want to make it available also to those who may not access your blog through your website directly.  i.e.  I was hoping that I can just google something like &#8220;hibernate tutorial&#8221; and have your blogs popped-up on the search, as these blogs are easy to follow and they should be shared to the general public&#8230;.I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hibernate Tutorial refined by PandaBear</title>
		<link>http://brie.com/brian/blog/?p=27#comment-2</link>
		<dc:creator>PandaBear</dc:creator>
		<pubDate>Tue, 29 Mar 2011 06:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://brie.com/brian/blog/?p=27#comment-2</guid>
		<description>This post is really easy to follow.  Even a non-computer scientist like me can understand it.  Nice work. :)</description>
		<content:encoded><![CDATA[<p>This post is really easy to follow.  Even a non-computer scientist like me can understand it.  Nice work. <img src='http://brie.com/brian/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

