<?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: Create RESTful URLs with Wicket</title>
	<atom:link href="http://stuq.nl/weblog/2008-06-20/create-restful-urls-with-wicket/feed" rel="self" type="application/rss+xml" />
	<link>http://stuq.nl/weblog/2008-06-20/create-restful-urls-with-wicket</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 10:58:38 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Скачать трактор боулинг</title>
		<link>http://stuq.nl/weblog/2008-06-20/create-restful-urls-with-wicket/comment-page-1#comment-18992</link>
		<dc:creator>Скачать трактор боулинг</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:58:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-18992</guid>
		<description>Автоматическая режим смазки CONTILUBE, вообщем то, понижает срабатывание втулок да рабочего инструмента.</description>
		<content:encoded><![CDATA[<p>Автоматическая режим смазки CONTILUBE, вообщем то, понижает срабатывание втулок да рабочего инструмента.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheff</title>
		<link>http://stuq.nl/weblog/2008-06-20/create-restful-urls-with-wicket/comment-page-1#comment-14354</link>
		<dc:creator>sheff</dc:creator>
		<pubDate>Sun, 01 Nov 2009 10:57:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-14354</guid>
		<description>Hi. It was useful. Thank you.</description>
		<content:encoded><![CDATA[<p>Hi. It was useful. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Brouwers</title>
		<link>http://stuq.nl/weblog/2008-06-20/create-restful-urls-with-wicket/comment-page-1#comment-10301</link>
		<dc:creator>Maarten Brouwers</dc:creator>
		<pubDate>Fri, 22 May 2009 14:32:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-10301</guid>
		<description>I&#039;m figuring out how to do proper url&#039;s, and while searching for a solution, I arrived at your blog. I ran the demo, but I was dissapointed with the fact that the overview page for &#039;customers&#039; and &#039;products&#039; in your demo still have ugly urls (I was expecting to be able to view the overview pages at /products/ and /customers/ respectively). Mounting a bookmarkable page request to those pages however results in an error related to an already existing mount to &#039;products&#039; and &#039;customers&#039;. But luckily there is a workaround(?), adding a trailing slash:

&lt;code&gt;
	BookmarkablePageRequestTargetUrlCodingStrategy productsURL = new BookmarkablePageRequestTargetUrlCodingStrategy(&quot;products/&quot;, ProductOverviewPage.class, null);
	mount(productsURL);
	BookmarkablePageRequestTargetUrlCodingStrategy customersURL = new BookmarkablePageRequestTargetUrlCodingStrategy(&quot;customers/&quot;, CustomerOverviewPage.class, null);
	mount(customersURL);
&lt;/code&gt;

Not sure though, whether this is a hack or not... but it worked for me. And while it is still limited, for simple applications in wicket its good enough... still searching for a more extensive URL writing mechanism though...</description>
		<content:encoded><![CDATA[<p>I&#8217;m figuring out how to do proper url&#8217;s, and while searching for a solution, I arrived at your blog. I ran the demo, but I was dissapointed with the fact that the overview page for &#8216;customers&#8217; and &#8216;products&#8217; in your demo still have ugly urls (I was expecting to be able to view the overview pages at /products/ and /customers/ respectively). Mounting a bookmarkable page request to those pages however results in an error related to an already existing mount to &#8216;products&#8217; and &#8216;customers&#8217;. But luckily there is a workaround(?), adding a trailing slash:</p>
<p><code><br />
	BookmarkablePageRequestTargetUrlCodingStrategy productsURL = new BookmarkablePageRequestTargetUrlCodingStrategy("products/", ProductOverviewPage.class, null);<br />
	mount(productsURL);<br />
	BookmarkablePageRequestTargetUrlCodingStrategy customersURL = new BookmarkablePageRequestTargetUrlCodingStrategy("customers/", CustomerOverviewPage.class, null);<br />
	mount(customersURL);<br />
</code></p>
<p>Not sure though, whether this is a hack or not&#8230; but it worked for me. And while it is still limited, for simple applications in wicket its good enough&#8230; still searching for a more extensive URL writing mechanism though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Blitzstein &#187; Blog Archive &#187; A look at Apache Wicket</title>
		<link>http://stuq.nl/weblog/2008-06-20/create-restful-urls-with-wicket/comment-page-1#comment-3406</link>
		<dc:creator>Jared Blitzstein &#187; Blog Archive &#187; A look at Apache Wicket</dc:creator>
		<pubDate>Tue, 30 Dec 2008 16:16:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-3406</guid>
		<description>[...] Create RESTful URLs with Wicket [...]</description>
		<content:encoded><![CDATA[<p>[...] Create RESTful URLs with Wicket [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: it-fabrik blog &#187; Human-readable (SEO friendly) URL in Wicket</title>
		<link>http://stuq.nl/weblog/2008-06-20/create-restful-urls-with-wicket/comment-page-1#comment-2483</link>
		<dc:creator>it-fabrik blog &#187; Human-readable (SEO friendly) URL in Wicket</dc:creator>
		<pubDate>Fri, 26 Dec 2008 22:04:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-2483</guid>
		<description>[...] MixedParamUrlCodingStrategy should also work (see blog) (exactly the [...]</description>
		<content:encoded><![CDATA[<p>[...] MixedParamUrlCodingStrategy should also work (see blog) (exactly the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
