<?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: Fixing Wicket Property Models Using Salve</title>
	<atom:link href="http://wicketinaction.com/2009/01/fixing-wicket-property-models-using-salve/feed/" rel="self" type="application/rss+xml" />
	<link>http://wicketinaction.com/2009/01/fixing-wicket-property-models-using-salve/</link>
	<description>A comprehensive guide for Java developers building Wicket-based web applications</description>
	<lastBuildDate>Wed, 07 Jul 2010 23:51:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ivaynberg</title>
		<link>http://wicketinaction.com/2009/01/fixing-wicket-property-models-using-salve/comment-page-1/#comment-431</link>
		<dc:creator>ivaynberg</dc:creator>
		<pubDate>Sat, 21 Feb 2009 18:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://wicketinaction.com/?p=338#comment-431</guid>
		<description>@Anotine:

The names are a bit cryptic, but the reason is that I want to keep them as short as possible, I got tired of typing out PropertyModel all the time :)

There is no need to do this in development mode; when your application is running, in any mode, you will already get a runtime exception. The entire point of this is to shift the error from runtime into a lower phase such as compile or test because runtime is the hardest to test.</description>
		<content:encoded><![CDATA[<p>@Anotine:</p>
<p>The names are a bit cryptic, but the reason is that I want to keep them as short as possible, I got tired of typing out PropertyModel all the time :)</p>
<p>There is no need to do this in development mode; when your application is running, in any mode, you will already get a runtime exception. The entire point of this is to shift the error from runtime into a lower phase such as compile or test because runtime is the hardest to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine</title>
		<link>http://wicketinaction.com/2009/01/fixing-wicket-property-models-using-salve/comment-page-1/#comment-428</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Sat, 21 Feb 2009 05:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://wicketinaction.com/?p=338#comment-428</guid>
		<description>Igor, 

I like your idea. I would definitely prefer to use such a PeModel over a PropertyModel (although I find the names Pe and PeModel too cryptic). Could it be taken a step further such that this new model would be integrated into the Wicket core, and that testing is happening automatically when running in development mode? 

--Antoine</description>
		<content:encoded><![CDATA[<p>Igor, </p>
<p>I like your idea. I would definitely prefer to use such a PeModel over a PropertyModel (although I find the names Pe and PeModel too cryptic). Could it be taken a step further such that this new model would be integrated into the Wicket core, and that testing is happening automatically when running in development mode? </p>
<p>&#8211;Antoine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivaynberg</title>
		<link>http://wicketinaction.com/2009/01/fixing-wicket-property-models-using-salve/comment-page-1/#comment-400</link>
		<dc:creator>ivaynberg</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://wicketinaction.com/?p=338#comment-400</guid>
		<description>@Daniele: doing so will push the check back into runtime which is highly undesirable. All the analyzer sees is &quot;new Pe(...)&quot; and it checks just that part of the bytecode.</description>
		<content:encoded><![CDATA[<p>@Daniele: doing so will push the check back into runtime which is highly undesirable. All the analyzer sees is &#8220;new Pe(&#8230;)&#8221; and it checks just that part of the bytecode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele</title>
		<link>http://wicketinaction.com/2009/01/fixing-wicket-property-models-using-salve/comment-page-1/#comment-399</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://wicketinaction.com/?p=338#comment-399</guid>
		<description>Nice idea, I will give this a try, just one observation: is not possible for the bytecode analyzer to get the Class from modelObject.getClass() instead of specifying the class?</description>
		<content:encoded><![CDATA[<p>Nice idea, I will give this a try, just one observation: is not possible for the bytecode analyzer to get the Class from modelObject.getClass() instead of specifying the class?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
