<?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>. kam &#187; spring</title>
	<atom:link href="http://www.dotkam.com/category/spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com</link>
	<description>one of those blogs</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:32:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Having Cluster Fun @ Chariot Solutions</title>
		<link>http://www.dotkam.com/2011/07/22/having-cluster-fun-at-chariot-solutions/</link>
		<comments>http://www.dotkam.com/2011/07/22/having-cluster-fun-at-chariot-solutions/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 01:13:00 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[cassandra]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[rabbitmq]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[riak]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=1139</guid>
		<description><![CDATA[The best way to experiment with distributed computing is to have a distributed cluster of things to play with. One approach would of course be to spin off multiple Amazon EC2 instances, which would be wise and pretty cheap: &#8220;Micro instances provide 613 MB of memory and support 32-bit and 64-bit platforms on both Linux [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2011/07/22/having-cluster-fun-at-chariot-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Batch: CommandLineJobRunner to Run Multiple Jobs</title>
		<link>http://www.dotkam.com/2011/03/15/spring-batch-commandlinejobrunner-to-run-multiple-jobs/</link>
		<comments>http://www.dotkam.com/2011/03/15/spring-batch-commandlinejobrunner-to-run-multiple-jobs/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 19:59:41 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[spring]]></category>
		<category><![CDATA[spring-batch]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=1047</guid>
		<description><![CDATA[Sometimes this requirement may jump at you: &#8220;I still want to have them as several jobs, but I want no operational overhead, and need to run them in sequence via a single launch&#8230;&#8221;. So if you were using CommandLineJobRunner to launch these jobs, it would only be natural to aggregate those calls under your own [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2011/03/15/spring-batch-commandlinejobrunner-to-run-multiple-jobs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Running Spring AspectJ Tests with Maven</title>
		<link>http://www.dotkam.com/2010/10/12/running-spring-aspectj-tests-with-maven/</link>
		<comments>http://www.dotkam.com/2010/10/12/running-spring-aspectj-tests-with-maven/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 18:07:34 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[aspectj]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=839</guid>
		<description><![CDATA[You need to use a real AspectJ aspect with Spring, where you would like to inject some dependencies into this aspect as a Spring container starts up. Here is an AspectJ aspect: @Aspect public class VeryImportantAspect &#123; ... public void setSomeDependency&#40; SomeDependency dependency &#41; &#123; this.dependency = dependency; &#125; ... &#125; Now let&#8217;s define it [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/10/12/running-spring-aspectj-tests-with-maven/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Money Making Project</title>
		<link>http://www.dotkam.com/2010/09/26/money-making-project/</link>
		<comments>http://www.dotkam.com/2010/09/26/money-making-project/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 00:04:04 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=813</guid>
		<description><![CDATA[For the past several years most of my projects were based on Spring and Hibernate. And what I keep seeing is how people struggle to understand how the two are working together. So going from project to project, I have to repeat the same spiel over and over again to get people up to speed. [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/09/26/money-making-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spring Expression Language: Calling a Method with Parameters</title>
		<link>http://www.dotkam.com/2010/09/10/spring-expression-language-calling-a-method-with-parameters/</link>
		<comments>http://www.dotkam.com/2010/09/10/spring-expression-language-calling-a-method-with-parameters/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 16:54:23 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[money]]></category>
		<category><![CDATA[spel]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=790</guid>
		<description><![CDATA[Have you ever wanted to win $1,000,000 with a single SpEL ( Spring Expression Language ) call? Well, now you can, and here is how. Let&#8217;s say there is a Lottery that deposits money to a winner&#8217;s bank account and congratulates the winner: private class Lottery &#123; // ... public String congratulateWinner&#40; String name, BigDecimal [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/09/10/spring-expression-language-calling-a-method-with-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Batch: Quick Start</title>
		<link>http://www.dotkam.com/2010/04/06/spring-batch-quick-start/</link>
		<comments>http://www.dotkam.com/2010/04/06/spring-batch-quick-start/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 06:34:52 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring-batch]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=620</guid>
		<description><![CDATA[You heard about Spring Batch, but have this &#8220;uneasy&#8221; feeling about where/how/what you should start with? A year ago it was truly difficult for a non geek developer (most of the developers) to start with projects like Spring Batch, Spring Integration, Spring Webflow, Spring MVC, etc.. But now.. Now, you have no excuse: it is [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/04/06/spring-batch-quick-start/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Multiple Around Advices Applied to the Same Join Point</title>
		<link>http://www.dotkam.com/2010/02/10/multiple-around-advices-applied-to-the-same-join-point/</link>
		<comments>http://www.dotkam.com/2010/02/10/multiple-around-advices-applied-to-the-same-join-point/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 01:03:17 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[aspectj]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=571</guid>
		<description><![CDATA[So, what do you think will happen if you apply two around advices to the same join point? They both call &#8220;proceedingJoinPoint.proceed()&#8221; which calls their target object. But then if the target object is the same, then it is going to be called twice.. Hmm.. not something you would want to happen especially if that [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/02/10/multiple-around-advices-applied-to-the-same-join-point/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spring Insight in Action &#8211; 5 Minutes From Scratch</title>
		<link>http://www.dotkam.com/2009/10/28/spring-insight-in-action-5-minutes-from-scratch/</link>
		<comments>http://www.dotkam.com/2009/10/28/spring-insight-in-action-5-minutes-from-scratch/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:10:17 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=405</guid>
		<description><![CDATA[&#8220;Spring Insight gives deep visibility into your application’s real activity on a request-by-request basis. For any request you can see all the JDBC queries it made, how much time it took to render, or timings for any of your major Spring beans.&#8221; &#8211; said Jon Travis in his article on a Spring blog. That is [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/10/28/spring-insight-in-action-5-minutes-from-scratch/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://s3.springsource.com/MRKT/spring-metrics/Spring_Insight_Preview-final2.mov" length="155989307" type="video/quicktime" />
		</item>
		<item>
		<title>Apache Chain with Spring</title>
		<link>http://www.dotkam.com/2009/07/26/apache-chain-with-spring/</link>
		<comments>http://www.dotkam.com/2009/07/26/apache-chain-with-spring/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 08:59:22 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/07/26/apache-chain-with-spring/</guid>
		<description><![CDATA[&#8220;A popular technique for organizing the execution of complex processing flows is the &#8220;Chain of Responsibility&#8221; pattern, as described (among many other places) in the classic &#8220;Gang of Four&#8221; design patterns book. Although the fundamental API contracts required to implement this design patten are extremely simple, it is useful to have a base API that [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/07/26/apache-chain-with-spring/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>What is The Best Java Web Framework?</title>
		<link>http://www.dotkam.com/2009/06/24/what-is-the-best-java-web-framework/</link>
		<comments>http://www.dotkam.com/2009/06/24/what-is-the-best-java-web-framework/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:55:55 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/06/24/what-is-the-best-java-web-framework/</guid>
		<description><![CDATA[No, really, what is it? Are you one of those people who ever wondered why there is actually more than one? Or you work with Struts for 5 years in a row, and think it is the best, just because you know all the nasty hooks you have to implement to make it do what [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/06/24/what-is-the-best-java-web-framework/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
	</channel>
</rss>

