<?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: Mystic&#8217;s Pastebin gets some minor updates</title>
	<atom:link href="http://www.mysticcoders.com/blog/2009/07/06/mystic-s-pastebin-gets-some-minor-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysticcoders.com/blog/2009/07/06/mystic-s-pastebin-gets-some-minor-update/</link>
	<description>to our success!</description>
	<lastBuildDate>Thu, 05 Aug 2010 15:40:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: kinabalu</title>
		<link>http://www.mysticcoders.com/blog/2009/07/06/mystic-s-pastebin-gets-some-minor-update/comment-page-1/#comment-572</link>
		<dc:creator>kinabalu</dc:creator>
		<pubDate>Mon, 10 Aug 2009 04:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/?p=999#comment-572</guid>
		<description>great suggestions.  i&#039;ll add them to the wishlist and see when we can get some time to add them.  we always take patches if you&#039;re so inclined :P</description>
		<content:encoded><![CDATA[<p>great suggestions.  i&#8217;ll add them to the wishlist and see when we can get some time to add them.  we always take patches if you&#8217;re so inclined <img src='http://www.mysticcoders.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fatjoez</title>
		<link>http://www.mysticcoders.com/blog/2009/07/06/mystic-s-pastebin-gets-some-minor-update/comment-page-1/#comment-570</link>
		<dc:creator>fatjoez</dc:creator>
		<pubDate>Sun, 09 Aug 2009 09:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/?p=999#comment-570</guid>
		<description>fantastic work

but definately please add a delete function &amp; also if possible a timeout you can set by default (hopefully it&#039;ll remember settings via a cookie)</description>
		<content:encoded><![CDATA[<p>fantastic work</p>
<p>but definately please add a delete function &amp; also if possible a timeout you can set by default (hopefully it&#8217;ll remember settings via a cookie)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kinabalu</title>
		<link>http://www.mysticcoders.com/blog/2009/07/06/mystic-s-pastebin-gets-some-minor-update/comment-page-1/#comment-510</link>
		<dc:creator>kinabalu</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/?p=999#comment-510</guid>
		<description>Congratulations on rolling out a new project with Apache Wicket!  It&#039;s definitely a worthwhile endeavor and a whole lot of fun.  Glad the tutorials and the pastebin are providing some benefits to the process.

I haven&#039;t run the tests since last week, so I&#039;m not surprised they broke.  You can add an application-override.properties file with &quot;twitter.username&quot; and &quot;twitter.password&quot; entries to get it running.

The tutorial is probably using some intention to create PROD filter, and we only push it from LOCAL to DEV.  You can safely ignore that, or add that filter as well.  Another possibility you can see from using the tool, is to just use Spring&#039;s PropertyPlaceholder&#039;s and let Spring do the replacing with a supplemental properties file.

There&#039;s a maven plugin for setting up the hibernate database, and the configuration as written should auto-create the tables.</description>
		<content:encoded><![CDATA[<p>Congratulations on rolling out a new project with Apache Wicket!  It&#8217;s definitely a worthwhile endeavor and a whole lot of fun.  Glad the tutorials and the pastebin are providing some benefits to the process.</p>
<p>I haven&#8217;t run the tests since last week, so I&#8217;m not surprised they broke.  You can add an application-override.properties file with &#8220;twitter.username&#8221; and &#8220;twitter.password&#8221; entries to get it running.</p>
<p>The tutorial is probably using some intention to create PROD filter, and we only push it from LOCAL to DEV.  You can safely ignore that, or add that filter as well.  Another possibility you can see from using the tool, is to just use Spring&#8217;s PropertyPlaceholder&#8217;s and let Spring do the replacing with a supplemental properties file.</p>
<p>There&#8217;s a maven plugin for setting up the hibernate database, and the configuration as written should auto-create the tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.mysticcoders.com/blog/2009/07/06/mystic-s-pastebin-gets-some-minor-update/comment-page-1/#comment-509</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 07 Jul 2009 11:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysticcoders.com/?p=999#comment-509</guid>
		<description>First: fantastic job, guys! I&#039;m rolling our first Wicket project internally at our company and have struggled with a lot of minor things. Your work with MysticPaste and this tutorial is awsome. Now, I can go back and compare, and pick up a tip or two from your work. Cudos!

I noticed the currently checked in code seem to be broken, in that if running the tests, it chokes on missing &quot;twitter.username&quot; from the configuration.

I use MyEclipse and have run &quot;mvn eclipse:eclipse&quot; to setup it up for eclipse. I then later found that in order to have the config right, I had to do a &quot;mvn:clean deploy -P DEV&quot;. 

Btw, your tutorial briefly mentions &quot;-P PROD&quot; where &quot;PROD&quot; isn&#039;t a filters-PROD.properties file.

So, are these inconsistencies simply not checked into the repo, or do I have to do anything else to get it up and running?

Also, there&#039;s no sql script to set up the database, so I wonder if it will automagically be created by hibernate?

Cheers,

/Peter</description>
		<content:encoded><![CDATA[<p>First: fantastic job, guys! I&#8217;m rolling our first Wicket project internally at our company and have struggled with a lot of minor things. Your work with MysticPaste and this tutorial is awsome. Now, I can go back and compare, and pick up a tip or two from your work. Cudos!</p>
<p>I noticed the currently checked in code seem to be broken, in that if running the tests, it chokes on missing &#8220;twitter.username&#8221; from the configuration.</p>
<p>I use MyEclipse and have run &#8220;mvn eclipse:eclipse&#8221; to setup it up for eclipse. I then later found that in order to have the config right, I had to do a &#8220;mvn:clean deploy -P DEV&#8221;. </p>
<p>Btw, your tutorial briefly mentions &#8220;-P PROD&#8221; where &#8220;PROD&#8221; isn&#8217;t a filters-PROD.properties file.</p>
<p>So, are these inconsistencies simply not checked into the repo, or do I have to do anything else to get it up and running?</p>
<p>Also, there&#8217;s no sql script to set up the database, so I wonder if it will automagically be created by hibernate?</p>
<p>Cheers,</p>
<p>/Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
