-
Software Development
Software Development and Geography
This is a nice image from 37Signals showing where their developers are located: …
Read More » -
Enterprise Java
Setup MongoDB Replica Set in 4 steps
Introduction Before going into details of configuring MongoDB replica sets, let me give brief details about same: Replica Set is…
Read More » -
Software Development
On the Spot Servicing with Hybrid Cloud Monitoring Solutions
Many businesses utilize cloud host management systems for their cloud services; however, with cloud monitoring solutions, the IT manager is…
Read More » -
Enterprise Java
Spring MVC: form handling vol. 5 – select, option, options tags
Drop-down lists are the one of the most frequent elements in web forms. In HTML you can create such control…
Read More » -
Enterprise Java
RESTful Webservices with Jersey
I have discussed my earlier article about architectural consideration<<link>> to become a RESTful system on distributed environment that are usable…
Read More » -
Enterprise Java
Selenium Test Automation with Maven
Today i want to help you manage your Automated GUI Tests (Selenium) better. In the past i have seen many…
Read More » -
Enterprise Java
Developing RESTful Services using Apache CXF
Introduction As you already know there are two ways of developing a web service Simple Object Access Protocol (SOAP) Representational…
Read More » -
Core Java
Lock Less Java Object Pool
It has been a while since I wrote anything, I have been busy with my new job that involves doing…
Read More » -
Core Java
Lambdas: coming to a Java 8 near you!
What are Lambdas? A lambda expression is a type of anonymous function, that can be written inline within a method…
Read More »