<?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</title>
	<atom:link href="http://rubiksqube.wordpress.com/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>Sat, 27 Aug 2011 14:15:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rubiksqube.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Java Blog</title>
		<link>http://rubiksqube.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rubiksqube.wordpress.com/osd.xml" title="Java Blog" />
	<atom:link rel='hub' href='http://rubiksqube.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WebService Framework: CXF or Axis2</title>
		<link>http://rubiksqube.wordpress.com/2008/12/14/webservice-framework-cxf-or-axis2/</link>
		<comments>http://rubiksqube.wordpress.com/2008/12/14/webservice-framework-cxf-or-axis2/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 22:37:21 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[axis]]></category>
		<category><![CDATA[cxf]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/2008/12/14/webservice-framework-csf-or-axis2/</guid>
		<description><![CDATA[Looking at frameworks the decision came down toCXF vs. Axis&#8220;My recommendation is this: If multi-language support is important, Axis2 is the clear choice. If you care about an implementation focused on Java with tight integration into projects like Spring, CXF is a better choice, particularly for embedding web services inside of other programs.&#8221; Hypothetically We [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&amp;blog=1952230&amp;post=54&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2008/12/14/webservice-framework-cxf-or-axis2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>
	</item>
		<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. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&amp;blog=1952230&amp;post=30&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="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&#38;r=G" 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&amp;blog=1952230&amp;post=29&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="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&#38;r=G" 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 our [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&amp;blog=1952230&amp;post=28&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="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&#38;r=G" 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&amp;blog=1952230&amp;post=23&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="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>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon&#38;r=G" 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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&amp;blog=1952230&amp;post=22&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="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&#38;r=G" 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&amp;blog=1952230&amp;post=21&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="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&#38;r=G" medium="image">
			<media:title type="html">rubix</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Traffic simulation</title>
		<link>http://rubiksqube.wordpress.com/2007/11/03/java-trafic-simulation/</link>
		<comments>http://rubiksqube.wordpress.com/2007/11/03/java-trafic-simulation/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 20:18:22 +0000</pubDate>
		<dc:creator>rubix</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Java Simulation]]></category>

		<guid isPermaLink="false">http://rubiksqube.wordpress.com/2007/11/03/java-trafic-simulation/</guid>
		<description><![CDATA[Some people asked me to post the code for java trafic sumulation. So here it is. What is it? &#8220;Traffic simulations attempts to imitate the situation encountered when traveling on highway at peak times. It attempts to answer the question whether or not having meters control the traffic flow has any effect on the average [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubiksqube.wordpress.com&amp;blog=1952230&amp;post=18&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rubiksqube.wordpress.com/2007/11/03/java-trafic-simulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/527b30fc60aca6230b8f63517fcfa0ef?s=96&#38;d=identicon&#38;r=G" 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&amp;blog=1952230&amp;post=6&amp;subd=rubiksqube&amp;ref=&amp;feed=1" width="1" height="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&#38;r=G" 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>
