<?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: Wicket Web Beans</title>
	<atom:link href="http://martijndashorst.com/blog/2007/09/12/wicket-web-beans/feed/" rel="self" type="application/rss+xml" />
	<link>http://martijndashorst.com/blog/2007/09/12/wicket-web-beans/</link>
	<description>Ramblings on Java, Wicket, cats and other stuff</description>
	<lastBuildDate>Mon, 05 Dec 2011 20:15:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Wille</title>
		<link>http://martijndashorst.com/blog/2007/09/12/wicket-web-beans/comment-page-1/#comment-11376</link>
		<dc:creator>Wille</dc:creator>
		<pubDate>Thu, 13 Sep 2007 13:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://martijndashorst.com/blog/2007/09/12/wicket-web-beans/#comment-11376</guid>
		<description>Hmm.. 
Sounds pretty similar to something I have been doing at work for the past day or so.. Although the &quot;convention&quot; used in what I have been implementing is annotations for the most part, for instance, if you want a String field to be represented by a TextField in a form, you simply annotate it with @TextField. 
Similar things are used for validation, and annotations for DropDownChoices can define the source and type of the choices (for instance, how to retrieve a List).</description>
		<content:encoded><![CDATA[<p>Hmm..<br />
Sounds pretty similar to something I have been doing at work for the past day or so.. Although the &#8220;convention&#8221; used in what I have been implementing is annotations for the most part, for instance, if you want a String field to be represented by a TextField in a form, you simply annotate it with @TextField.<br />
Similar things are used for validation, and annotations for DropDownChoices can define the source and type of the choices (for instance, how to retrieve a List).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

