<?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: 5 Days of Wicket &#8211; Designing the backend</title>
	<atom:link href="http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/</link>
	<description>to our success!</description>
	<lastBuildDate>Mon, 14 May 2012 19:52:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mystic blog &#187; 5 Days of Wicket!</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-275</link>
		<dc:creator>mystic blog &#187; 5 Days of Wicket!</dc:creator>
		<pubDate>Thu, 12 Mar 2009 22:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-275</guid>
		<description>[...] Day 3 - Designing the backend [...]</description>
		<content:encoded><![CDATA[<p>[...] Day 3 &#8211; Designing the backend [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Korbinian Bachl</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-274</link>
		<dc:creator>Korbinian Bachl</dc:creator>
		<pubDate>Thu, 12 Mar 2009 19:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-274</guid>
		<description>PS: not sure about this completely, but AFAIK the wicketApplication class bean should be the *last* bean that is added in the applicationContext.xml as there could be situations where a too early startup of the wicketApplication class would fail as not all resources are 100% available in that case;</description>
		<content:encoded><![CDATA[<p>PS: not sure about this completely, but AFAIK the wicketApplication class bean should be the *last* bean that is added in the applicationContext.xml as there could be situations where a too early startup of the wicketApplication class would fail as not all resources are 100% available in that case;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Korbinian Bachl</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-273</link>
		<dc:creator>Korbinian Bachl</dc:creator>
		<pubDate>Thu, 12 Mar 2009 19:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-273</guid>
		<description>Thanks for letting me know. However, when I turn back the time-wheel to the point where I was completely new to wicket and I come over a tutorial (even a series) I rather did a hit on the &quot;run&quot; button than wait for another day to see whats going on :)

Best</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know. However, when I turn back the time-wheel to the point where I was completely new to wicket and I come over a tutorial (even a series) I rather did a hit on the &#8220;run&#8221; button than wait for another day to see whats going on <img src='http://www.mysticcoders.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Tataryn</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-272</link>
		<dc:creator>Craig Tataryn</dc:creator>
		<pubDate>Thu, 12 Mar 2009 17:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-272</guid>
		<description>FYI: Steve&#039;s entry on day 4 will cover the WicketApplication class and how to wire it.</description>
		<content:encoded><![CDATA[<p>FYI: Steve&#8217;s entry on day 4 will cover the WicketApplication class and how to wire it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo Castro</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-271</link>
		<dc:creator>Guillermo Castro</dc:creator>
		<pubDate>Thu, 12 Mar 2009 16:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-271</guid>
		<description>Well, this is a series of tutorials, with each one building on the previous one. But I added the wicketApplication to the context anyway. Thanks for your comment.</description>
		<content:encoded><![CDATA[<p>Well, this is a series of tutorials, with each one building on the previous one. But I added the wicketApplication to the context anyway. Thanks for your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Korbinian Bachl</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-269</link>
		<dc:creator>Korbinian Bachl</dc:creator>
		<pubDate>Thu, 12 Mar 2009 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-269</guid>
		<description>In your applicationContext.xml you miss the bean for the wicketWebApplication class; As this is a tutorial situation you should include it else everyone who starts it up will see an error that i can&#039;t be found.

Best</description>
		<content:encoded><![CDATA[<p>In your applicationContext.xml you miss the bean for the wicketWebApplication class; As this is a tutorial situation you should include it else everyone who starts it up will see an error that i can&#8217;t be found.</p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo Castro</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-268</link>
		<dc:creator>Guillermo Castro</dc:creator>
		<pubDate>Wed, 11 Mar 2009 18:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-268</guid>
		<description>I&#039;m pretty sure Ruby has its advantages, simplicity being one of them, but I think you&#039;re missing the point of the article, which is to set up the basis for a Wicket application, which is Java-based. If we were discussing RoR or another Ruby-based framework, I&#039;d be glad to look at how Ruby does things.</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure Ruby has its advantages, simplicity being one of them, but I think you&#8217;re missing the point of the article, which is to set up the basis for a Wicket application, which is Java-based. If we were discussing RoR or another Ruby-based framework, I&#8217;d be glad to look at how Ruby does things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Tataryn</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-267</link>
		<dc:creator>Craig Tataryn</dc:creator>
		<pubDate>Wed, 11 Mar 2009 17:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-267</guid>
		<description>Likewise, I&#039;ve always thought RoR should have a framework like Wicket.  Or does it?  Since using Wicket, RoR kinda just seems like what we were doing back in the days of JSPs.  That is how does a designer properly edit a RoR page?  Or are there techniques which allow them to edit pages in their favourite editor without having to know Ruby?</description>
		<content:encoded><![CDATA[<p>Likewise, I&#8217;ve always thought RoR should have a framework like Wicket.  Or does it?  Since using Wicket, RoR kinda just seems like what we were doing back in the days of JSPs.  That is how does a designer properly edit a RoR page?  Or are there techniques which allow them to edit pages in their favourite editor without having to know Ruby?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodolfo Ruiz</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-266</link>
		<dc:creator>Rodolfo Ruiz</dc:creator>
		<pubDate>Wed, 11 Mar 2009 17:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-266</guid>
		<description>Nest time you might want to try ruby and active_record for your ORM needs.  All it needs is something like this to recreate your desired functionality (plus the migration file, which is the place where you declared your variables, its type and its relation to other tables)

pastebin.rb
has_many :pb_siblings

pb_siblings.rb
belongs_to :pastebin

and then:

class Pastebin &lt; ActiveRecord:Base
end

&amp;

class PBSiblings &lt; ActiveRecord:Base
end

Once you have this, you can use all the functionality you implemented by hand using your DAOs</description>
		<content:encoded><![CDATA[<p>Nest time you might want to try ruby and active_record for your ORM needs.  All it needs is something like this to recreate your desired functionality (plus the migration file, which is the place where you declared your variables, its type and its relation to other tables)</p>
<p>pastebin.rb<br />
has_many :pb_siblings</p>
<p>pb_siblings.rb<br />
belongs_to :pastebin</p>
<p>and then:</p>
<p>class Pastebin &lt; ActiveRecord:Base<br />
end</p>
<p>&amp;</p>
<p>class PBSiblings &lt; ActiveRecord:Base<br />
end</p>
<p>Once you have this, you can use all the functionality you implemented by hand using your DAOs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaGeek.org</title>
		<link>http://www.mysticcoders.com/blog/5-days-of-wicket-day-designing-the-backend/comment-page-1/#comment-263</link>
		<dc:creator>JavaGeek.org</dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/blog/?p=182#comment-263</guid>
		<description>&lt;strong&gt;5 Days of Wicket - Designing the backend...&lt;/strong&gt;

 5 Days of Wicket - Designing the backend is an article written by yours truly as part of a series of articles geared towards the better understanding of how to create a web application using Apache Wicket. Enjoy.   (You can read a short introduction t...</description>
		<content:encoded><![CDATA[<p><strong>5 Days of Wicket &#8211; Designing the backend&#8230;</strong></p>
<p> 5 Days of Wicket &#8211; Designing the backend is an article written by yours truly as part of a series of articles geared towards the better understanding of how to create a web application using Apache Wicket. Enjoy.   (You can read a short introduction t&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

