<?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>Java Software Development Videos and Tutorials &#187; naked objects</title>
	<atom:link href="http://www.java-tv.com/tag/naked-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Naked Objects Programming: Property Business Rules</title>
		<link>http://www.java-tv.com/2009/11/30/naked-objects-programming-property-business-rules/</link>
		<comments>http://www.java-tv.com/2009/11/30/naked-objects-programming-property-business-rules/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 11:44:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[naked objects]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1285</guid>
		<description><![CDATA[One of the aims of Naked Objects is to ensure that our domain objects are behaviourally-complete: that they encapsulate a coherent set of responsibilities. Not anaemic domain models, but OO like your mother taught you. So in this screencast we extend the example to add in various validation business rules for a property. We also specify whether the property is enabled, and even if it is visible.
http://danhaywood.com/2009/10/16/naked-objects-programming-property-business-rules/
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/11/30/naked-objects-programming-property-business-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Naked Objects Programming: Properties and Choices</title>
		<link>http://www.java-tv.com/2009/11/23/naked-objects-programming-properties-and-choices/</link>
		<comments>http://www.java-tv.com/2009/11/23/naked-objects-programming-properties-and-choices/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 12:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[naked objects]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1272</guid>
		<description><![CDATA[This post is the first in a series of screencasts showing how to code using the Naked Objects programming model. In it we build upon the example claims application and show how to add a property to a domain object, and provide a list of choices (a drop-down list) for that property.
http://danhaywood.com/2009/10/13/naked-objects-programming-model-series-properties-and-choices/
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/11/23/naked-objects-programming-properties-and-choices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Naked Objects Example ‘Claims’ Application and Other Resources</title>
		<link>http://www.java-tv.com/2009/10/19/naked-objects-example-%e2%80%98claims%e2%80%99-application-and-other-resources/</link>
		<comments>http://www.java-tv.com/2009/10/19/naked-objects-example-%e2%80%98claims%e2%80%99-application-and-other-resources/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:05:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[naked objects]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1218</guid>
		<description><![CDATA[Naked Objects has a download available from the project website on  Sourceforge which provides some example applications and other resources. This screencast shows you how to import and then run one of these example applications in Eclipse. Then it goes through the other resources available.
http://danhaywood.com/2009/09/17/naked-objects-example-claims-app-and-other-resources/
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/10/19/naked-objects-example-%e2%80%98claims%e2%80%99-application-and-other-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Project Lombok with Naked Objects</title>
		<link>http://www.java-tv.com/2009/09/24/using-project-lombok-with-naked-objects/</link>
		<comments>http://www.java-tv.com/2009/09/24/using-project-lombok-with-naked-objects/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:35:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[lombok]]></category>
		<category><![CDATA[naked objects]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1177</guid>
		<description><![CDATA[Project Lombok is a recent project that  exploits with Java  1.6’s APT (Annotation Processing Tool) API to generate boilerplate code from  annotations. This screencast shows how Lombok can be easily used to remove  the boilerplate getters and setters from a pojo domain object.
http://danhaywood.com/2009/09/13/using-project-lombok-with-naked-objects/
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/09/24/using-project-lombok-with-naked-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Naked Objects 4.0 Maven Archetype</title>
		<link>http://www.java-tv.com/2009/09/14/using-the-naked-objects-4-0-maven-archetype/</link>
		<comments>http://www.java-tv.com/2009/09/14/using-the-naked-objects-4-0-maven-archetype/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:54:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[naked objects]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1166</guid>
		<description><![CDATA[This screencast shows how to get started using the Maven archetype that comes with  Naked Objects 4.0.
http://danhaywood.com/2009/08/29/using-the-naked-objects-4-0-maven-archetype/
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/09/14/using-the-naked-objects-4-0-maven-archetype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 544/603 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:24:55 -->
