<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.8.2" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>Domain Driven Design using Naked Objects</title>
	<link>http://danhaywood.com</link>
	<description>the blog of the book</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:46:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/DomainDrivenDesignUsingNakedObjects" /><feedburner:info uri="domaindrivendesignusingnakedobjects" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>m2eclipse Doxia editor</title>
		<description>Just rebuilding Eclipse and thought I'd upgrade to the latest version of m2eclipse.  However, it would seem like the latest version has dropped support for the Doxia editor (used for editing APT files), at least while they get ready for a v1.0 release (see this forum posting from Jason ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/xumCTiMsLBI" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/xumCTiMsLBI/</link>
			<feedburner:origLink>http://danhaywood.com/2010/09/06/m2eclipse-doxia-editor/</feedburner:origLink></item>
	<item>
		<title>Apache Isis Proposal</title>
		<description>Over the last few months we've been seriously considering donating both the original Naked Objects framework as well as my sister projects to the Apache Software Foundation, sounding out various people and gauging interest.  Today we formally announced a proposal for a new project to be accepted into the ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/lFjVhm1Ry1M" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/lFjVhm1Ry1M/</link>
			<feedburner:origLink>http://danhaywood.com/2010/08/24/apache-isis-proposal/</feedburner:origLink></item>
	<item>
		<title>Simulating CDI’s Session and Request Scope in a J2SE app</title>
		<description>We're currently considering refactoring the Naked Objects framework to use JSR-330 (dependency injection) and EE-oriented big brother, JSR-299 (CDI).  Using vanilla JSR-330 is a no-brainer, but there are also some nice features in JSR-299 that we'd like to exploit (such as events and decorators).  The snag?  The ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/hCjeiisJdyg" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/hCjeiisJdyg/</link>
			<feedburner:origLink>http://danhaywood.com/2010/08/12/simulating-cdis-session-and-request-scope-in-a-j2se-app/</feedburner:origLink></item>
	<item>
		<title>sp__crudparams for CRUD-style stored procs in Sybase ASE</title>
		<description>Slight diversion from the norm...

Suppose you want to write a CRUD-style sproc, for Sybase ASE.  If we were writing for Oracle, we could just use its %ROWTYPE syntax.  But Sybase doesn't have anything equivalent.  Instead, we'll need to have a set of params matching the columns of ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/fkPjextKouE" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/fkPjextKouE/</link>
			<feedburner:origLink>http://danhaywood.com/2010/07/20/sp__crudparams/</feedburner:origLink></item>
	<item>
		<title>Naked Objects MVC is released!</title>
		<description>In my book I focus on the open source Java version of Naked Objects, but (as I briefly mention) there is also a commercial version of Naked Objects that runs on .NET.  This is developed by Richard Pawson's company, Richard being the originator of the Naked Objects pattern; (Richard ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/8G0Op-pg12Y" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/8G0Op-pg12Y/</link>
			<feedburner:origLink>http://danhaywood.com/2010/07/09/naked-objects-mvc-is-released/</feedburner:origLink></item>
	<item>
		<title>Wicket Objects v0.1 … give it a try</title>
		<description>Over the last few months I've been plugging away at another sister project for Naked Objects, this time a new web-based viewer built using the Apache Wicket web framework.  I reckon it's now in a fit enough state to be tried out more widely, and hopefully find some contributors ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/3j-xdcKAKzw" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/3j-xdcKAKzw/</link>
			<feedburner:origLink>http://danhaywood.com/2010/06/28/wicket-objects-v0-1-give-it-a-tryood-enough-to-try-out/</feedburner:origLink></item>
	<item>
		<title>Pojo Properties Auto Testing</title>
		<description>Doing another run of my TDD course, and one of the attendees raised an interesting question: are there any tools to automatically test pojo getters and setters?  We couldn't find any, and it sounded like a challenge worth tackling.

Now I don't want to get into the debate about whether ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/3XjLQTKwCoY" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/3XjLQTKwCoY/</link>
			<feedburner:origLink>http://danhaywood.com/2010/06/11/pojo-properties-auto-testing/</feedburner:origLink></item>
	<item>
		<title>Groovy Objects, baby!</title>
		<description>I was at the SPA conference last week, ostensibly to do a little talk on Naked Objects, but mostly to mix and talk with some cleverer people than me to pick up some new ideas.

In a break I was asked whether Naked Objects supported Groovy.  To which my answer ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/h1Y8KgVmqs0" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/h1Y8KgVmqs0/</link>
			<feedburner:origLink>http://danhaywood.com/2010/05/29/groovy-objects-baby/</feedburner:origLink></item>
	<item>
		<title>Project Ideas, Viewer Stories and Wicket</title>
		<description>You might (but then again might not) have noticed a couple of new (permanent) pages at the top of this blog.

The first lists a number of project ideas for extending Naked Objects, of various sizes.  As well as being indicative of the flexibility of the NO framework, I'm also ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/G03JsEpU9gY" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/G03JsEpU9gY/</link>
			<feedburner:origLink>http://danhaywood.com/2010/05/09/project-ideas-viewer-storis-and-wicket/</feedburner:origLink></item>
	<item>
		<title>Accessing Domain Services from Entities</title>
		<description>A topic that comes around now and again on the DDD newsgroup is how to provide access to a domain service (or a repository) to an entity.  This service might be very generic, e.g. a NotificationService so that the entity can raise a domain event.  Or, it might ...&lt;img src="http://feeds.feedburner.com/~r/DomainDrivenDesignUsingNakedObjects/~4/u1aNM8pOHeE" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/DomainDrivenDesignUsingNakedObjects/~3/u1aNM8pOHeE/</link>
			<feedburner:origLink>http://danhaywood.com/2010/04/30/accessing-domain-services-from-entities/</feedburner:origLink></item>
</channel>
</rss>
