<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="rssxsl.xml" type="text/xsl" media="screen"?>
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel rdf:about="http://genba-oriented.jp">
	<title>Genba Oriented Tech memos</title>
	<link>http://genba-oriented.jp</link>
    <description>Genba Oriented Tech memos</description>
	<items>
	<rdf:Seq>
		<rdf:li rdf:resource="http://genba-oriented.jp/index.php?title=Improve_Quality_of_Module_By_Using_DI"/>
	</rdf:Seq>
	</items>
</channel>


<item rdf:about="http://genba-oriented.jp/index.php?title=Introduction_of_SpringSource_dm_Server">
	<title>Introduction of SpringSource dm Server</title>
	<link>http://genba-oriented.jp/index.php?title=Introduction_of_SpringSource_dm_Server</link>
<description>
SpringSource dm Server (dm Server hereafter) is a java application server developed by SpringSource which is a founder of SpringFramework. Version 1.0 was released in September, 2008. Dm Server is not a majer application server, but gradually attracting java community. In this article, I introduce the outline of dm Server. Not introducing detailed specification, but only important feature. Moreover, this article explain dm Server without considering OSGI (technology on which dm Server based), it is possible to read even if you have no knowledge of OSGI...
</description>
	<dc:creator>genba-oriented.jp</dc:creator>
	<dc:date>2009-06-30T00:00:00+09:00</dc:date>
</item>


<item rdf:about="http://genba-oriented.jp/index.php?title=Improve_Quality_of_Module_By_Using_DI">
	<title>Improve Quality of Module By Using DI</title>
	<link>http://genba-oriented.jp/index.php?title=Improve_Quality_of_Module_By_Using_DI</link>
<description>
In a recent software development, the rate of using framework that based on DI (Dependency Injection) is high. Especially, when the java language used, it is remarkable. It is necessary to understand the DI to master the framework well. However, Understanding DI is difficult becase DI concept is very abstract. Also, explaining DI is difficult too. I was not able to explain well when I taught to the person several times. I considered how to explain DI well, and be struck with the idea of explaining DI by the viewpoint of module's quality. So, this article explains DI by this viewpoint...
</description>
	<dc:creator>genba-oriented.jp</dc:creator>
	<dc:date>2009-05-01T00:00:00+09:00</dc:date>
</item>



</rdf:RDF>

