Using MongoDB with PHP

I was exploring the feasibility of using MongoDB with PHP and found that it is a fairly simple process to do the same. For web development I use following system setup: Operating System : Microsoft Windows Vista 64 bit PHP : 5.3.8 Web server : Apache/2.2.21 So in this blog we will see how we [...]

Nodemap – First product of my Nodejs playground

I started learning Nodejs few weeks back and fell in love with the way it eases the development of real-time web applications. In general, when I start learning a new technology I try to make an app out of that learning. In that process, the most challenging task is “What to develop?” rather than How [...]

MongoDB Replica Set on OpenShift Flex

As I am preparing for my JUDCon session on OpenShift one topic that I will be covering is setting up MongoDB Replica Set on OpenShift Flex. There are various reasons to setup MongoDB replication. The primary reason for replication is to ensure data survive single or multiple machine failures. The more replicas you have, the [...]

Running Spring Java MongoDB Apps on OpenShift Express Using Spring Roo OpenShift Express Addon

Last couple of years Spring Roo has been one of my favorite tool to rapidly build Spring applications for demo, POC, and learning new technologies. With Spring Roo Cloud Foundry integration you can not only build applications rapidly but deploy to Cloud Foundry public cloud with a couple of commands. In case you are not [...]