<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Java Blog &#187; Wicket</title>
	<atom:link href="http://rubiksqube.wordpress.com/tag/wicket/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubiksqube.wordpress.com</link>
	<description>a blog about software projects implemented on J2EE platform, review of new java technologies</description>
	<lastBuildDate>Tue, 16 Dec 2008 04:50:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='rubiksqube.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e97c07c691e75d22c3356eb38bdae555?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Java Blog &#187; Wicket</title>
		<link>http://rubiksqube.wordpress.com</link>
	</image>
			<item>
		<title>SortableDataProvider vs. ListDataProvider</title>
		<link>http://rubiksqube.wordpress.com/2008/01/26/sortabledataprovider-vs-listdataprovider/</link>
		<comments>http://rubiksqube.wordpress.com/2008/01/26/sortabledataprovider-vs-listdataprovider/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 04:27:46 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Wicket]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/?p=30</guid>
		<description><![CDATA[I implemented a data view that has a column for sorting data similar to wicket example. However I started testing it and it turned out that pageable navigation didn&#8217;t work. I started debugging and found out that it works (you can page through) with a simple ListDataProvider implementation however it doesn&#8217;t work with SortableDataProvider.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&blog=1952230&post=30&subd=rubiksqube&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2008/01/26/sortabledataprovider-vs-listdataprovider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>
	</item>
		<item>
		<title>Conditional Rendering: Revisited</title>
		<link>http://rubiksqube.wordpress.com/2008/01/14/conditional-rendering-revisited/</link>
		<comments>http://rubiksqube.wordpress.com/2008/01/14/conditional-rendering-revisited/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 16:13:46 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Wicket]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/2008/01/14/conditional-rendering-revisited/</guid>
		<description><![CDATA[In the previous post, I said that conditional rendering in Wicket is not straightforward. Turns out I was wrong. Starting at Wicket 1.3, there is an XHTML tag wicket:enclosure.Conditional rendering inWicket is much easier, because wicket:enclosure allows for scoped visibility. The premise is that all of the wicket components in it’s range can have it’s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&blog=1952230&post=29&subd=rubiksqube&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2008/01/14/conditional-rendering-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>
	</item>
		<item>
		<title>Conditional Rendering</title>
		<link>http://rubiksqube.wordpress.com/2008/01/12/conditional-rendering/</link>
		<comments>http://rubiksqube.wordpress.com/2008/01/12/conditional-rendering/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 23:45:02 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Wicket]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/2008/01/12/conditional-rendering/</guid>
		<description><![CDATA[If you want to render a component in Wicket conditionally, it is not as straightforward. Wicket generates component hierarchy  based on java and markup files. Therefore you can’t have a conditional if-else in java because markup(html) doesn’t support if-else. A workaround is to hide the component.We can create a component adaptor that will wrap [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&blog=1952230&post=28&subd=rubiksqube&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2008/01/12/conditional-rendering/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>
	</item>
		<item>
		<title>Wicket: Styled Table Column with Multiple Images in Single Cell</title>
		<link>http://rubiksqube.wordpress.com/2007/12/03/wicket-styled-table-column-with-multiple-images-in-single-cell/</link>
		<comments>http://rubiksqube.wordpress.com/2007/12/03/wicket-styled-table-column-with-multiple-images-in-single-cell/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 21:02:50 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Wicket]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/2007/12/03/wicket-styled-table-column-with-multiple-images-in-single-cell/</guid>
		<description><![CDATA[Another lesson learned in Wicket programming. The task was to create a table that has cells that contain multiple images. It didn&#8217;t seem like wicket has support for creating a cell with a link image out of the box. Wicket has a mechanism of supplying a IColumn[] to the DataTable however none of the IColumn [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&blog=1952230&post=23&subd=rubiksqube&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2007/12/03/wicket-styled-table-column-with-multiple-images-in-single-cell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>

		<media:content url="http://rubiksqube.files.wordpress.com/2007/12/image.gif" medium="image">
			<media:title type="html">image.gif</media:title>
		</media:content>
	</item>
		<item>
		<title>Wicket migration: from 1.2.6 to 1.3.0-beta4</title>
		<link>http://rubiksqube.wordpress.com/2007/11/12/wicket-migration-from-126-to-130-beta4/</link>
		<comments>http://rubiksqube.wordpress.com/2007/11/12/wicket-migration-from-126-to-130-beta4/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 22:52:39 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Wicket]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/2007/11/12/wicket-migration-from-126-to-130-beta4/</guid>
		<description><![CDATA[Since 1.3.0 is knocking, we decided to upgrade what we currently have (which is a small module from the functional web app) to wicket 1.3.0. The guide to migrating or the things that are different in 1.3 vs. 1.2.6 are here .
Here is the list of things I ran into when migrating
Organize Imports
All of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&blog=1952230&post=22&subd=rubiksqube&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2007/11/12/wicket-migration-from-126-to-130-beta4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>
	</item>
		<item>
		<title>CodeOff Result: Wicket wins</title>
		<link>http://rubiksqube.wordpress.com/2007/11/08/codeoff-result-wicket-wins/</link>
		<comments>http://rubiksqube.wordpress.com/2007/11/08/codeoff-result-wicket-wins/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 06:51:38 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[WebFlow]]></category>
		<category><![CDATA[Wicket]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/2007/11/08/codeoff-result-wicket-wins/</guid>
		<description><![CDATA[After a prolong trial Wicket wins! We will be using it to port our application. However, we will still be using Spring MVC  for other applications. So that will give me a chance to evaluate them further.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&blog=1952230&post=21&subd=rubiksqube&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2007/11/08/codeoff-result-wicket-wins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>
	</item>
		<item>
		<title>CodeOff: Wicket vs. WebFlow</title>
		<link>http://rubiksqube.wordpress.com/2007/10/23/codeoff-wicket-vs-webflow/</link>
		<comments>http://rubiksqube.wordpress.com/2007/10/23/codeoff-wicket-vs-webflow/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 20:41:16 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[WebFlow]]></category>
		<category><![CDATA[Wicket]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/2007/10/23/codeoff-wicket-vs-webflow/</guid>
		<description><![CDATA[Recently we have decided to port an old application into 100% java. That old application was weird to say the least: it had ASP front end and Java server side logic. The communication was done through RMI. Having to fix a simple cosmetic problem was like trying to swim in a warm noodle soup. Relying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&blog=1952230&post=6&subd=rubiksqube&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2007/10/23/codeoff-wicket-vs-webflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>

		<media:content url="http://rubiksqube.files.wordpress.com/2007/10/flow.jpg" medium="image">
			<media:title type="html">flow.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>