<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>reekodezz</title>
	<atom:link href="http://reekodezz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://reekodezz.wordpress.com</link>
	<description>reeko codes, don't have to, but it recodes</description>
	<lastBuildDate>Wed, 28 Oct 2009 14:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='reekodezz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>reekodezz</title>
		<link>http://reekodezz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://reekodezz.wordpress.com/osd.xml" title="reekodezz" />
	<atom:link rel='hub' href='http://reekodezz.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Apache Camel for Servicemix Mediation Router</title>
		<link>http://reekodezz.wordpress.com/2009/10/28/apache-camel-for-servicemix-mediation-router/</link>
		<comments>http://reekodezz.wordpress.com/2009/10/28/apache-camel-for-servicemix-mediation-router/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 00:59:15 +0000</pubDate>
		<dc:creator>reekoheek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://reekodezz.wordpress.com/?p=20</guid>
		<description><![CDATA[Apache Camel preferred to use as EIP and mediation router for Apache Servicemix 4. To make bundle of camel context as EIP as well as mediation router, by: Configuring camel-context.xml We can use Java DSL or Spring XML-based syntax for specifying routes and will probably support things like a Groovy DSL in the future as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=20&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Apache Camel preferred to use as EIP and mediation router for Apache Servicemix 4.</p>
<p>To make bundle of camel context as EIP as well as mediation router, by:</p>
<p>Configuring camel-context.xml</p>
<p>We can use Java DSL or Spring XML-based syntax for specifying routes and will probably support things like a Groovy DSL in the future as well. If you look at the src/main/resources/camel-context.xml file inside the tutorial-camel-su project, you will see how the Maven archetype already generates an example of the XML syntax.</p>
<p>To use Java DSL, we change this file to point to the package that will contain our RouteBuilder classes. When the SU is started, all RouteBuilder classes will be located and the routes in there will be activated.</p>
<p><code><br />
&lt;beans ...&gt;</code></p>
<p>&#8230;</p>
<p>&lt;camelContext id=&#8221;camel&#8221; xmlns=&#8221;http://activemq.apache.org/camel/schema/spring&#8221;&gt;</p>
<p>&lt;package&gt;org.apache.servicemix.tutorial.camel&lt;/package&gt;</p>
<p>&lt;/camelContext&gt;</p>
<p>&#8230;</p>
<p>&lt;/beans&gt;</p>
<p>To use Spring configuration, we can use something like</p>
<p>&lt;beans &#8230;&gt;</p>
<p>&#8230;</p>
<p>&lt;camelContext id=&#8221;camel&#8221; xmlns=&#8221;http://activemq.apache.org/camel/schema/spring&#8221;&gt;</p>
<p>&lt;route&gt;</p>
<p>&lt;from uri=&#8221;file:/env/sandbox/file-from&#8221; /&gt;</p>
<p>&lt;to uri=&#8221;file:/env/sandbox/file-to&#8221; /&gt;</p>
<p>&lt;/route&gt;</p>
<p>&lt;/camelContext&gt;</p>
<p>&#8230;</p>
<p>&lt;/beans&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reekodezz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reekodezz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reekodezz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reekodezz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reekodezz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reekodezz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reekodezz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reekodezz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reekodezz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reekodezz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reekodezz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reekodezz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reekodezz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reekodezz.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=20&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reekodezz.wordpress.com/2009/10/28/apache-camel-for-servicemix-mediation-router/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8836566ce9b4e54be5e4052ef2b66fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reekoheek</media:title>
		</media:content>
	</item>
		<item>
		<title>Starting Project with Apache Servicemix</title>
		<link>http://reekodezz.wordpress.com/2009/10/27/starting-project-with-apache-servicemix/</link>
		<comments>http://reekodezz.wordpress.com/2009/10/27/starting-project-with-apache-servicemix/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 00:57:08 +0000</pubDate>
		<dc:creator>reekoheek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://reekodezz.wordpress.com/?p=16</guid>
		<description><![CDATA[Creating the projects We are going to create 3 Maven projects: a servicemix-camel SU project a servicemix SA project a parent project to hold the previous two Create the parent project Start by creating a new directory to hold your project. Add a pom.xml file to it: &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=16&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Creating the projects</strong></p>
<p>We are going to create 3 Maven projects:</p>
<ul>
<li>a servicemix-camel SU project</li>
<li>a servicemix SA project</li>
<li>a parent project to hold the previous two</li>
</ul>
<p><strong>Create the parent project</strong></p>
<p>Start by creating a new directory to hold your project. Add a pom.xml file to it:</p>
<pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
  &lt;groupId&gt;org.apache.servicemix.tutorial.camel&lt;/groupId&gt;
  &lt;artifactId&gt;parent&lt;/artifactId&gt;
  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
  &lt;packaging&gt;pom&lt;/packaging&gt;
  &lt;name&gt;SMX-Camel :: Tutorial&lt;/name&gt;
  &lt;url&gt;http://servicemix.apache.org&lt;/url&gt;
&lt;/project&gt;
</code></pre>
<p><strong>Create the servicemix-camel SU project</strong></p>
<p>Use the servicemix-camel-service-unit Maven archetype to create a first SU project inside the parent directory:</p>
<pre><code>
mvn archetype:create -DarchetypeArtifactId=servicemix-camel-service-unit \
-DarchetypeGroupId=org.apache.servicemix.tooling -DartifactId=tutorial-camel-su
</code></pre>
<p><strong>Create the SA project and add the SU</strong></p>
<p>Use the servicemix-service-assembly Maven archetype to create the SA project:</p>
<pre><code>
mvn archetype:create -DarchetypeArtifactId=servicemix-service-assembly \
-DarchetypeGroupId=org.apache.servicemix.tooling -DartifactId=tutorial-camel-sa
</code></pre>
<p>Don&#8217;t forget to add the SU as a dependency to the SA&#8217;s pom.xml:</p>
<pre><code>
&lt;project&gt;
  ...
  &lt;dependencies&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;org.apache.servicemix.tutorial.camel&lt;/groupId&gt;
      &lt;artifactId&gt;tutorial-camel-su&lt;/artifactId&gt;
      &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
    &lt;/dependency&gt;
  &lt;/dependencies&gt;
  ...
&lt;/project&gt;
</code></pre>
<p><strong>Cleaning up and doing a first build.</strong></p>
<p>Just do a quick clean-up of the generated pom.xml files (e.g. changing the project names to get more comprehensible logging output) and build the entire project using the command mvn install in the parent project directory. If everything is OK, the output should look like:</p>
<pre><code>
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   SMX-Camel :: Tutorial
[INFO]   SMX-Camel :: Tutorial :: Camel SU
[INFO]   SMX-Camel :: Tutorial :: SA
[INFO] ------------------------------------------------------------------------
[INFO] Building SMX-Camel :: Tutorial
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
...
[INFO] ------------------------------------------------------------------------
[INFO] Building SMX-Camel :: Tutorial :: Camel SU
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
...
[INFO] ------------------------------------------------------------------------
[INFO] Building SMX-Camel :: Tutorial :: SA
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
...
[INFO] [install:install]
[INFO] Installing /home/gert/projects/tutorial/tutorial-camel-sa/target/tutorial-camel-sa-1.0-SNAPSHOT.jar
to /home/gert/.m2/repository/org/apache/servicemix/tutorial/camel/tutorial-camel-sa/1.0-SNAPSHOT/tutorial-camel-sa-1.0-SNAPSHOT.zip
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] SMX-Camel :: Tutorial ................................. SUCCESS [5.549s]
[INFO] SMX-Camel :: Tutorial :: Camel SU ..................... SUCCESS [7.849s]
[INFO] SMX-Camel :: Tutorial :: SA ........................... SUCCESS [0.381s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Feb 15 10:39:06 CET 2008
[INFO] Final Memory: 21M/79M
[INFO] ------------------------------------------------------------------------
</code></pre>
<p>Now that we have created the necessary projects, it&#8217;s time to really get started with camel</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reekodezz.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reekodezz.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reekodezz.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reekodezz.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reekodezz.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reekodezz.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reekodezz.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reekodezz.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reekodezz.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reekodezz.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reekodezz.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reekodezz.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reekodezz.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reekodezz.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=16&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reekodezz.wordpress.com/2009/10/27/starting-project-with-apache-servicemix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8836566ce9b4e54be5e4052ef2b66fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reekoheek</media:title>
		</media:content>
	</item>
		<item>
		<title>Playing with Servicemix 4</title>
		<link>http://reekodezz.wordpress.com/2009/10/20/playing-with-servicemix-4/</link>
		<comments>http://reekodezz.wordpress.com/2009/10/20/playing-with-servicemix-4/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 00:23:28 +0000</pubDate>
		<dc:creator>reekoheek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[esb]]></category>
		<category><![CDATA[soa]]></category>

		<guid isPermaLink="false">http://reekodezz.wordpress.com/?p=12</guid>
		<description><![CDATA[Apache Servicemix is an OSGi ESB. Servicemix Kernel will be started from the cli with: bin/servicemix You can deploy web application into it. Servicemix use Jetty as its web container. To deploy you can do inside from osgi shell with: osgi/install war:file:///your/web/application/archive.war?Webapp-Context=contextname osgi/start It will be run in: http://localhost:8080/contextname End<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=12&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Apache Servicemix is an OSGi ESB.</p>
<p>Servicemix Kernel will be started from the cli with:</p>
<blockquote><p><code>bin/servicemix</code></p></blockquote>
<p>You can deploy web application into it. Servicemix use Jetty as its web container. To deploy you can do inside from osgi shell with:</p>
<blockquote><p><code>osgi/install war:file:///your/web/application/archive.war?Webapp-Context=contextname<br />
osgi/start<br />
</code></p></blockquote>
<p>It will be run in:</p>
<blockquote><p><code>http://localhost:8080/contextname</code></p></blockquote>
<p>End</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reekodezz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reekodezz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reekodezz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reekodezz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reekodezz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reekodezz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reekodezz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reekodezz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reekodezz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reekodezz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reekodezz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reekodezz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reekodezz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reekodezz.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=12&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reekodezz.wordpress.com/2009/10/20/playing-with-servicemix-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8836566ce9b4e54be5e4052ef2b66fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reekoheek</media:title>
		</media:content>
	</item>
		<item>
		<title>Development Stack</title>
		<link>http://reekodezz.wordpress.com/2008/05/14/development-stack/</link>
		<comments>http://reekodezz.wordpress.com/2008/05/14/development-stack/#comments</comments>
		<pubDate>Wed, 14 May 2008 05:33:22 +0000</pubDate>
		<dc:creator>reekoheek</dc:creator>
				<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://reekodezz.wordpress.com/?p=5</guid>
		<description><![CDATA[Developer must have some unique way he used all the time once he faced by development cycle. And sometimes it would be related to some tools. Maybe the definition i gave here is not quite right but it is what i feel. I called them (related tools to development cycle) as development stack. And here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=5&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Developer must have some unique way he used all the time once he faced by development cycle. And sometimes it would be related to some tools. Maybe the definition i gave here is not quite right but it is what i feel. I called them (related tools to development cycle) as development stack.</p>
<p>And here it is, for your information, my current development stack:</p>
<p><strong>Presentation Layer:</strong></p>
<p>Presentation layer is layer of application which the closest layer to users. Term user here is person, party, or even another machine which asks for and uses service served by application.</p>
<p>Currently, I often faced to different type of developments which is usually only web presentation layer.</p>
<ul>
<li>Php &#8211; <a href="http://cakephp.org/" target="_blank">CakePhp </a>(best price and robustness)</li>
<li>Java &#8211; <a href="http://struts.apache.org/" target="_blank">Struts 1.2</a> (old school fashion)</li>
<li>Java &#8211; <a href="http://java.sun.com/javaee/javaserverfaces/" target="_blank">JSF</a> (better approach) with <a href="http://www.jboss.org/jbossrichfaces/" target="_blank">JBoss RichFaces</a></li>
</ul>
<p><strong>Ajax:</strong></p>
<p>Ajax implementation used to leverage user experience to web application as desktop application as well.</p>
<p>Currently, light weight implementation of ajax used on my development stack, using simple javascript as:</p>
<ul>
<li>Javascript &#8211; <a href="http://www.prototypejs.org/" target="_blank">PrototypeJS</a></li>
<li>Java &#8211; <a href="http://directwebremoting.org/" target="_blank">DWR</a></li>
<li>Javascript &#8211; <a href="http://extjs.com/" target="_blank">EXTJS</a></li>
<li>Javascript &#8211; <a href="http://jquery.com/" target="_blank">JQuery</a></li>
</ul>
<p><strong>Business Layer:</strong></p>
<p>Business Layer is layer to process business logic of the application.</p>
<ul>
<li>Php &#8211; CakePhp (its model)</li>
<li>Java &#8211; <a href="http://www.springframework.org/" target="_blank">Spring</a></li>
<li>Java &#8211; <a href="http://java.sun.com/products/ejb/" target="_blank">EJB 3</a></li>
</ul>
<p><strong>Data Persistence Layer:</strong></p>
<p>Data Persistence Layer is layer to persist data to data source as database.</p>
<ul>
<li>Java &#8211; <a href="http://java.sun.com/developer/technicalArticles/J2EE/jpa/" target="_blank">JPA</a> with Hibernate</li>
<li>Java &#8211; <a href="http://www.hibernate.org/" target="_blank">Hibernate</a></li>
</ul>
<p><strong>Project Management Tools:</strong></p>
<p>Project Management Tools consist of wiki, issue-tracking system, and revision control system integrated.</p>
<ul>
<li><a href="http://maven.apache.org/" target="_blank">maven</a>, mainly as build tool</li>
<li><a href="http://www.redmine.org/" target="_blank">redmine</a>, rubyonrails-based issue tracker</li>
<li><span style="text-decoration:line-through;">trac</span>, python-based issue tracker very easy to use but hard to install</li>
</ul>
<p><strong>Revision Control System:</strong></p>
<p>Revision Control System is the management of multiple revisions of the same unit of information.</p>
<ul>
<li>svn (Subversion)</li>
<li><span style="text-decoration:line-through;">cvs</span>, obsolete by svn i think</li>
</ul>
<p><strong>Unit Test:</strong></p>
<p>Unit test is testing applied to each unit of application</p>
<ul>
<li>Java &#8211; JUnit</li>
</ul>
<p><strong>IDE:</strong></p>
<p>Integrated Development Environment mainly as editor, build, and run project.</p>
<ul>
<li><a href="http://www.eclipse.org/" target="_blank">Eclipse</a></li>
</ul>
<p><strong>Continuous Integration:</strong></p>
<p>CI enable automated build in integration term, so any fallacies in each update can be immediate known.</p>
<ul>
<li>Java &#8211; <a href="http://continuum.apache.org/" target="_blank">Apache Continuum</a></li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/reekodezz.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/reekodezz.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reekodezz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reekodezz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reekodezz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reekodezz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reekodezz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reekodezz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reekodezz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reekodezz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reekodezz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reekodezz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reekodezz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reekodezz.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reekodezz.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reekodezz.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=5&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reekodezz.wordpress.com/2008/05/14/development-stack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8836566ce9b4e54be5e4052ef2b66fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reekoheek</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning Curve</title>
		<link>http://reekodezz.wordpress.com/2008/05/06/learning-curve/</link>
		<comments>http://reekodezz.wordpress.com/2008/05/06/learning-curve/#comments</comments>
		<pubDate>Mon, 05 May 2008 17:14:18 +0000</pubDate>
		<dc:creator>reekoheek</dc:creator>
				<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://reekodezz.wordpress.com/?p=4</guid>
		<description><![CDATA[It isn&#8217;t easy to learn something new. Ecspecially when it isn&#8217;t well-documented. And easily, most creatives coders didn&#8217;t know how to write proper document. Even though, there are several famous and wise tools to help, it still needs you as coders to operate. As java developer, I am familiar with javadoc to write unit documentation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=4&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It isn&#8217;t easy to learn something new. Ecspecially when it isn&#8217;t well-documented. And easily, most creatives coders didn&#8217;t know how to write proper document. Even though, there are several famous and wise tools to help, it still needs you as coders to operate.</p>
<p>As java developer, I am familiar with <a href="http://java.sun.com/j2se/javadoc/" target="_blank">javadoc </a>to write unit documentation of your software, but it&#8217;s too technical for user who doesn&#8217;t know yet what the aim of the software. User may expect something more descriptive as a serial of essays.</p>
<p>You may know how to write <a href="http://en.wikipedia.org/wiki/Wiki" target="_blank">wiki</a>. And the best thing is you can compile serial of essays what I&#8217;ve talking about before as group with other coders. Then, if wiki is well-updated, users may find suitable help for them.</p>
<p>But sometimes there are users who in rush and need getting help as quick as possible to start new project. Then you may use, &#8216;getting started&#8217; as quick start quide to use the software. It would be nice to describe common use-case there, and even nicer if you as coder willing to build small video presentation about it.</p>
<p>All above things will help, but at the end, if users get stuck on something he or she doesn&#8217;t know how, they will scream for help. So, there is forum to help, users helping another user.</p>
<p>You may want another addition technologies instead of this list to help reducing learning curve of users. It might help more, and more, and more. Abundant tools to learn, and people needs to learn about it. But someday, maybe we&#8217;ll find a day, when people needs to climb learning curve to learn how to learn, as infinitive process.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/reekodezz.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/reekodezz.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reekodezz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reekodezz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reekodezz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reekodezz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reekodezz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reekodezz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reekodezz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reekodezz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reekodezz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reekodezz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reekodezz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reekodezz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reekodezz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reekodezz.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=4&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reekodezz.wordpress.com/2008/05/06/learning-curve/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8836566ce9b4e54be5e4052ef2b66fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reekoheek</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Started</title>
		<link>http://reekodezz.wordpress.com/2008/04/15/getting-started/</link>
		<comments>http://reekodezz.wordpress.com/2008/04/15/getting-started/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 00:03:31 +0000</pubDate>
		<dc:creator>reekoheek</dc:creator>
				<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://reekodezz.wordpress.com/?p=3</guid>
		<description><![CDATA[People thought is an abstract thing which cannot be explained easily. There are several methods to read mind. It could be read linearly, linked to another aspect of thought, or even self-explained chapter of thought. Basic thought being written as words. Clear type of written thought would be group of sentences called essays. But sometimes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=3&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>People thought is an abstract thing which cannot be explained easily. There are several methods to read mind. It could be read linearly, linked to another aspect of thought, or even self-explained chapter of thought.</p>
<p>Basic thought being written as words. Clear type of written thought would be group of sentences called essays. But sometimes thought representation takes form of something unable to describe. Feel, emotion, anger, or even silence of the thought, cannot be described easily. When someone tends to define feeling, somehow we can find the definition won&#8217;t be complete and corrupted.</p>
<p>Poets are looking into another approach. They compile feelings into (somewhat of another abstract form) words. You might think, it is useless then.</p>
<p>Ok&#8230;</p>
<p>After long journey of this essay, I will invite you to think analogously. Software framework analog to Poetry, and Framework architect as a Poet. And decide yourself who you are.</p>
<p>The question is&#8230;?</p>
<p>Are you sensible person who has state of arts? or just a simple-minded who talking to much but avoid the essence&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/reekodezz.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/reekodezz.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reekodezz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reekodezz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reekodezz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reekodezz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reekodezz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reekodezz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reekodezz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reekodezz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reekodezz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reekodezz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reekodezz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reekodezz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reekodezz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reekodezz.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reekodezz.wordpress.com&amp;blog=3482142&amp;post=3&amp;subd=reekodezz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reekodezz.wordpress.com/2008/04/15/getting-started/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8836566ce9b4e54be5e4052ef2b66fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reekoheek</media:title>
		</media:content>
	</item>
	</channel>
</rss>
