<?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/"
	>

<channel>
	<title>A Java geek &#187; custom</title>
	<atom:link href="http://blog.frankel.ch/tag/custom/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.frankel.ch</link>
	<description>Nicolas Fränkel blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:37:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=8939</generator>
		<item>
		<title>Discover Spring authoring</title>
		<link>http://blog.frankel.ch/discover-spring-authoring</link>
		<comments>http://blog.frankel.ch/discover-spring-authoring#comments</comments>
		<pubDate>Tue, 29 Dec 2009 19:25:28 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[authoring]]></category>
		<category><![CDATA[beans]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[handler]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=430</guid>
		<description><![CDATA[In this article, I will describe a useful but much underused feature of Spring, the definition of custom tags in the Spring beans definition files.]]></description>
		<wfw:commentRss>http://blog.frankel.ch/discover-spring-authoring/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate hard facts part 3</title>
		<link>http://blog.frankel.ch/hibernate-hard-facts-part-3</link>
		<comments>http://blog.frankel.ch/hibernate-hard-facts-part-3#comments</comments>
		<pubDate>Sun, 13 Dec 2009 12:51:08 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[facts]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[usertype]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=366</guid>
		<description><![CDATA[In the third article of this serie, I will show how to tweak Hibernate so as to convert any database data types to and from any Java type so as to decouple your database model from your object model.]]></description>
		<wfw:commentRss>http://blog.frankel.ch/hibernate-hard-facts-part-3/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Customize your JAXB bindings</title>
		<link>http://blog.frankel.ch/customize-your-jaxb-bindings</link>
		<comments>http://blog.frankel.ch/customize-your-jaxb-bindings#comments</comments>
		<pubDate>Wed, 17 Jun 2009 10:02:42 +0000</pubDate>
		<dc:creator>Nicolas Frankel</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[binding]]></category>
		<category><![CDATA[bindings]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[maven plugin]]></category>
		<category><![CDATA[parent class]]></category>
		<category><![CDATA[serializable]]></category>
		<category><![CDATA[xjc]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.frankel.ch/?p=184</guid>
		<description><![CDATA[JAXB is a bridge between the Java and the XML worlds, enabling your code to transparently marshalls and unmarshalls your Java objects to and from XML. In order to do this, you should have a class representing your XML-Schema. This class is created by the xjc. In most cases, xjc creates a class that won't suit your needs. In this article, we'll see why it does so and what we can do to customize this behaviour.]]></description>
		<wfw:commentRss>http://blog.frankel.ch/customize-your-jaxb-bindings/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
