<?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>Shekhar Gulati : OpenShift Evangelist, Software Developer, Writer, and Speaker</title>
	<atom:link href="http://whyjava.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://whyjava.wordpress.com</link>
	<description>Repository of the things I work on or learn</description>
	<lastBuildDate>Fri, 14 Jun 2013 03:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='whyjava.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/2f287fd45799ae6bffb8c72744b5a676?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Shekhar Gulati : OpenShift Evangelist, Software Developer, Writer, and Speaker</title>
		<link>http://whyjava.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://whyjava.wordpress.com/osd.xml" title="Shekhar Gulati : OpenShift Evangelist, Software Developer, Writer, and Speaker" />
	<atom:link rel='hub' href='http://whyjava.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Spring Integration RSS Feed Issue</title>
		<link>http://whyjava.wordpress.com/2013/03/22/spring-integration-rss-feed-issue/</link>
		<comments>http://whyjava.wordpress.com/2013/03/22/spring-integration-rss-feed-issue/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 11:03:22 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=2390</guid>
		<description><![CDATA[If you are working with Spring Integration feed example https://github.com/SpringSource/spring-integration-samples/tree/master/basic/feed and get following error message &#8220;Could not find fetcher.properties on classpath&#8220;. The solution is to create an empty file called fetcher.properties in src/test/resources folder and this will fix the issue. &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=2390&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2013/03/22/spring-integration-rss-feed-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
		<item>
		<title>MongoDB Query Tip : Find All The Documents Where Array Length is Greater Than N</title>
		<link>http://whyjava.wordpress.com/2013/01/24/mongodb-query-tip-find-all-the-documents-where-array-length-is-greater-than-n/</link>
		<comments>http://whyjava.wordpress.com/2013/01/24/mongodb-query-tip-find-all-the-documents-where-array-length-is-greater-than-n/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 10:45:39 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[nosql]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[quick-tip]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=2346</guid>
		<description><![CDATA[Suppose we have blog document in blogs collection as shown below. Now you want to find out all those blogs which have more than 2 tags then query is shown below.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=2346&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2013/01/24/mongodb-query-tip-find-all-the-documents-where-array-length-is-greater-than-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring Test Failing with A ServletContext is required to configure default servlet handling</title>
		<link>http://whyjava.wordpress.com/2013/01/21/spring-test-failing-with-a-servletcontext-is-required-to-configure-default-servlet-handling/</link>
		<comments>http://whyjava.wordpress.com/2013/01/21/spring-test-failing-with-a-servletcontext-is-required-to-configure-default-servlet-handling/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 06:36:47 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[spring]]></category>
		<category><![CDATA[quick-tip]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=2343</guid>
		<description><![CDATA[If you are getting exception shown below in your Spring test Caused by: java.lang.IllegalArgumentException: A ServletContext is required to configure default servlet handling at org.springframework.util.Assert.notNull(Assert.java:112) at org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer.(DefaultServletHandlerConfigurer.java:54) at org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.defaultServletHandlerMapping(WebMvcConfigurationSupport.java:330) at org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration$$EnhancerByCGLIB$$c733f512.CGLIB$defaultServletHandlerMapping$22() at org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration$$EnhancerByCGLIB$$c733f512$$FastClassByCGLIB$$b76778f9.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:285) at org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration$$EnhancerByCGLIB$$c733f512.defaultServletHandlerMapping() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:160) Then to fix this error &#8230; <a href="http://whyjava.wordpress.com/2013/01/21/spring-test-failing-with-a-servletcontext-is-required-to-configure-default-servlet-handling/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=2343&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2013/01/21/spring-test-failing-with-a-servletcontext-is-required-to-configure-default-servlet-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
		<item>
		<title>2012 in review</title>
		<link>http://whyjava.wordpress.com/2012/12/31/2012-in-review/</link>
		<comments>http://whyjava.wordpress.com/2012/12/31/2012-in-review/#comments</comments>
		<pubDate>Mon, 31 Dec 2012 14:39:57 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=2337</guid>
		<description><![CDATA[The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here&#8217;s an excerpt: 19,000 people fit into the new Barclays Center to see Jay-Z perform. This blog was viewed about 87,000 times in 2012. If it were a concert at the Barclays Center, it would take about 5 sold-out performances for that &#8230; <a href="http://whyjava.wordpress.com/2012/12/31/2012-in-review/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=2337&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2012/12/31/2012-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>

		<media:content url="http://www.wordpress.com/wp-content/mu-plugins/annual-reports/img/2012-emailteaser.png" medium="image" />
	</item>
		<item>
		<title>OpenShift Rails QuickStart</title>
		<link>http://whyjava.wordpress.com/2012/12/26/openshift-rails-quickstart/</link>
		<comments>http://whyjava.wordpress.com/2012/12/26/openshift-rails-quickstart/#comments</comments>
		<pubDate>Wed, 26 Dec 2012 19:08:58 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[Platform as a Service]]></category>
		<category><![CDATA[openshift]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=2301</guid>
		<description><![CDATA[Create a Ruby 1.9 application After running the command railsdemo folder will get created in your directory. Run the command shown below. This will generate rails code in the railsdemo folder.It will ask you whether you want to override, say yes. Next run commands shown below Add the following route to config/routes.rb: Generate Post entity &#8230; <a href="http://whyjava.wordpress.com/2012/12/26/openshift-rails-quickstart/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=2301&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2012/12/26/openshift-rails-quickstart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploy war on tomcat running on OpenShift</title>
		<link>http://whyjava.wordpress.com/2012/11/25/deploy-war-on-tomcat-running-on-openshift/</link>
		<comments>http://whyjava.wordpress.com/2012/11/25/deploy-war-on-tomcat-running-on-openshift/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 10:53:30 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[Platform as a Service]]></category>
		<category><![CDATA[openshift]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=2130</guid>
		<description><![CDATA[In this short blog, I will show you how you can deploy war file on Tomcat running on OpenShift. For Java, OpenShift supports three deployment options &#8211; JbossAS-7, JBossEAP-6, and JBossEWS-1.0 or Tomcat. In all of the three options it supports both binary deployment (war file) and source code deployment(maven project). I have talked about &#8230; <a href="http://whyjava.wordpress.com/2012/11/25/deploy-war-on-tomcat-running-on-openshift/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=2130&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2012/11/25/deploy-war-on-tomcat-running-on-openshift/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring JNDI DataSource with OpenShift Tomcat Cartridge</title>
		<link>http://whyjava.wordpress.com/2012/11/21/configuring-jndi-datasource-with-openshift-tomcat-cartridge/</link>
		<comments>http://whyjava.wordpress.com/2012/11/21/configuring-jndi-datasource-with-openshift-tomcat-cartridge/#comments</comments>
		<pubDate>Wed, 21 Nov 2012 07:14:24 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[Platform as a Service]]></category>
		<category><![CDATA[openshift]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=2177</guid>
		<description><![CDATA[This short blog post will tell you how to configure JNDI datasource with OpenShift Tomcat cartridge. After configuring, we will also make it work with a sample Spring MVC application. Let&#8217;s get started. Step 1 : Create Tomcat Application After you have signed up for OpenShift and setup your account. Execute the rhc app create &#8230; <a href="http://whyjava.wordpress.com/2012/11/21/configuring-jndi-datasource-with-openshift-tomcat-cartridge/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=2177&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2012/11/21/configuring-jndi-datasource-with-openshift-tomcat-cartridge/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
		<item>
		<title>Time To Move On And Start a New Journey</title>
		<link>http://whyjava.wordpress.com/2012/09/19/time-to-move-on-and-start-a-new-journey/</link>
		<comments>http://whyjava.wordpress.com/2012/09/19/time-to-move-on-and-start-a-new-journey/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 07:13:57 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=1849</guid>
		<description><![CDATA[It has been a wonderful and amazing experience to work at Xebia India office. I have learned and matured a lot in last 2.5 years I spent at Xebia. I was referred to Xebia by Rajneesh Namta who has worked with me at GlobalLogic. I have enjoyed working on lot of technologies at Xebia including &#8230; <a href="http://whyjava.wordpress.com/2012/09/19/time-to-move-on-and-start-a-new-journey/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=1849&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2012/09/19/time-to-move-on-and-start-a-new-journey/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM DeveloperWorks Spring Roo Part 5 : Writing Advanced and Wrapper Addons</title>
		<link>http://whyjava.wordpress.com/2012/04/10/ibm-developerworks-spring-roo-part-5-writing-advanced-and-wrapper-addons/</link>
		<comments>http://whyjava.wordpress.com/2012/04/10/ibm-developerworks-spring-roo-part-5-writing-advanced-and-wrapper-addons/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 17:40:00 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[spring-roo]]></category>
		<category><![CDATA[add-on]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=1811</guid>
		<description><![CDATA[Today fifth part of my Spring Roo series got published at IBM DeveloperWorks. This article-cum-tutorial talks about how you can write advanced and wrapper Spring Roo add-ons. Checkout the article at http://www.ibm.com/developerworks/opensource/library/os-springroo5/index.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=1811&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2012/04/10/ibm-developerworks-spring-roo-part-5-writing-advanced-and-wrapper-addons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get Solr Up and Running On OpenShift</title>
		<link>http://whyjava.wordpress.com/2012/04/05/how-to-get-solr-up-and-running-on-openshift/</link>
		<comments>http://whyjava.wordpress.com/2012/04/05/how-to-get-solr-up-and-running-on-openshift/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 20:01:30 +0000</pubDate>
		<dc:creator>whyjava</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[openshift]]></category>
		<category><![CDATA[solr]]></category>

		<guid isPermaLink="false">http://whyjava.wordpress.com/?p=1801</guid>
		<description><![CDATA[Full text search is a vital component in most enterprise or non-enterprise applications and Solr is one of the most popular choices. So, today I decided to spend sometime on getting Solr up and running on OpenShift. In this blog I am sharing all the steps required to get Solr running on OpenShift. Download the &#8230; <a href="http://whyjava.wordpress.com/2012/04/05/how-to-get-solr-up-and-running-on-openshift/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whyjava.wordpress.com&#038;blog=9169379&#038;post=1801&#038;subd=whyjava&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://whyjava.wordpress.com/2012/04/05/how-to-get-solr-up-and-running-on-openshift/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/bd2146308dc6708d360d3ab77200dcfd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whyjava</media:title>
		</media:content>
	</item>
	</channel>
</rss>
