Spring Roo PGP Exception
Today when I fired Spring Roo shell I started getting exception as shown below and I was not able to execute any command. I uninstalled Spring Roo (thinking that it might have got corrupted) but it...
View ArticleSay Hello to Jelastic
These days Platform as a Service (PaaS) is one of my interest areas and I like to play with different PaaS providers to see how easy or difficult it is to develop and deploy application on them. The...
View ArticleQuick Tip on Mockito — Mocking Iterator
Today I was writing unit test for a piece of code which required me to mock a iterator. My requirement was that I wanted to return true first time when hasNext() method and return false in the second...
View ArticleHow to get Solr Up and Running On OpenShift
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...
View ArticleIBM DeveloperWorks Spring Roo Part 5 : Writing Advanced and Wrapper Addons
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...
View ArticleTime To Move On And Start a New Journey
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...
View ArticleConfiguring JNDI DataSource with OpenShift Tomcat Cartridge
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’s get...
View ArticleDeploy war on tomcat running on OpenShift
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 – JbossAS-7, JBossEAP-6, and JBossEWS-1.0 or...
View ArticleOpenShift Rails QuickStart
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...
View Article2012 in review
The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here’s an excerpt: 19,000 people fit into the new Barclays Center to see Jay-Z perform. This blog was viewed about...
View ArticleSpring Test Failing with A ServletContext is required to configure default...
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...
View ArticleMongoDB Query Tip : Find All The Documents Where Array Length is Greater Than N
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.
View ArticleSpring Integration RSS Feed Issue
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 “Could not find...
View ArticleDownload JDK 7 update 25 via wget
To download Oracle JDK 7 via wget run the following following command
View ArticleLoad Twitter Page using JavaScript
Today I had to look at twitter page which was very long. Twitter load results when you reach the bottom of the page. And each time twitter load very few results so it was becoming very tiring to see...
View ArticleHow To Run Apache Tomcat 8 on OpenShift
OpenShift PaaS gives developers the ability to try out new unsupported frameworks, programming languages, and servers. Today, while learning about WebSockets I learned that the current development...
View ArticleHow To Build Real-Time Location-Aware Applications
One of the advantages of OpenShift or any other Platform as a Service is that it gives developers the power to turn their ideas into applications. As a developer, you are only concerned about writing...
View ArticleHow To Enhance Location Aware Apps with Google’s Directions Service
In my previous blog post, I talked about how we can use HTML 5 GeoLocation capabilities to build location aware applications with JAXRS and MongoDB at the backend. Today, we will extend the LocalJobs...
View ArticleHow To Build Location-Aware Web Applications using HTML5 and MongoDB
We all use location aware applications in our day-to-day life. Applications like Foursquare, Facebook places, etc help us share our location (or places we visit) with our friends and family....
View ArticleBest Practices For Horizontal Application Scaling
A best practice is a technique or methodology that, through experience and research, has proven to reliably lead to superior results. In this blog post, I will talk about few best practices that I have...
View Article